Skip to content

Commit

Permalink
Merge branch '4.x' into snyk-upgrade-7ccc92a8e5b6a3f46d9684c02b0e28eb
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba authored Jan 4, 2024
2 parents c9df35d + 0c67cc6 commit 5318bc2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"ts-jest": "^28.0.7",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.3",
"typedoc": "^0.25.6",
"typedoc-monorepo-link-types": "^0.0.4",
"typedoc-plugin-extras": "^2.2.5",
"typedoc-plugin-markdown": "^3.17.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/docshelper/base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
//filenameSeparator : "-",
//indexTitle: "",
//preserveAnchorCasing: true,

disableSources:true,
excludeExternals: true,
excludeReferences: true,
tsconfig: "./docs/tsconfig.docs.json",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11359,10 +11359,10 @@ shell-quote@^1.8.1:
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680"
integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==

shiki@^0.14.1:
version "0.14.5"
resolved "https://registry.npmjs.org/shiki/-/shiki-0.14.5.tgz#375dd214e57eccb04f0daf35a32aa615861deb93"
integrity sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==
shiki@^0.14.7:
version "0.14.7"
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.14.7.tgz#c3c9e1853e9737845f1d2ef81b31bcfb07056d4e"
integrity sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==
dependencies:
ansi-sequence-parser "^1.1.0"
jsonc-parser "^3.2.0"
Expand Down Expand Up @@ -12325,15 +12325,15 @@ typedoc-plugin-merge-modules@^5.1.0:
resolved "https://registry.npmjs.org/typedoc-plugin-merge-modules/-/typedoc-plugin-merge-modules-5.1.0.tgz#53ac37f4ab40caac8ee23da1e26042d3a103c4a8"
integrity sha512-jXH27L/wlxFjErgBXleh3opVgjVTXFEuBo68Yfl18S9Oh/IqxK6NV94jlEJ9hl4TXc9Zm2l7Rfk41CEkcCyvFQ==

typedoc@^0.25.3:
version "0.25.3"
resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.25.3.tgz#53c6d668e1001b3d488e9a750fcdfb05433554c0"
integrity sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==
typedoc@^0.25.6:
version "0.25.6"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.6.tgz#1505538aecea511dd669652c71d042a2427bd4fc"
integrity sha512-1rdionQMpOkpA58qfym1J+YD+ukyA1IEIa4VZahQI2ZORez7dhOvEyUotQL/8rSoMBopdzOS+vAIsORpQO4cTA==
dependencies:
lunr "^2.3.9"
marked "^4.3.0"
minimatch "^9.0.3"
shiki "^0.14.1"
shiki "^0.14.7"

"typescript@^3 || ^4":
version "4.9.5"
Expand Down

1 comment on commit 5318bc2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 5318bc2 Previous: 6c075db Ratio
processingTx 9379 ops/sec (±4.12%) 9301 ops/sec (±4.81%) 0.99
processingContractDeploy 40576 ops/sec (±6.60%) 39129 ops/sec (±7.62%) 0.96
processingContractMethodSend 20763 ops/sec (±6.17%) 19443 ops/sec (±5.19%) 0.94
processingContractMethodCall 40835 ops/sec (±4.93%) 38971 ops/sec (±6.34%) 0.95
abiEncode 45064 ops/sec (±7.43%) 44252 ops/sec (±6.92%) 0.98
abiDecode 32254 ops/sec (±7.79%) 30419 ops/sec (±8.89%) 0.94
sign 1636 ops/sec (±3.18%) 1656 ops/sec (±4.08%) 1.01
verify 386 ops/sec (±0.54%) 373 ops/sec (±0.78%) 0.97

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.