Skip to content

Commit

Permalink
remove defined in config (#6681)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex authored Jan 4, 2024
1 parent f9468a8 commit 0c67cc6
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 0c67cc6

@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: 0c67cc6 Previous: 6c075db Ratio
processingTx 9253 ops/sec (±4.60%) 9301 ops/sec (±4.81%) 1.01
processingContractDeploy 38472 ops/sec (±8.19%) 39129 ops/sec (±7.62%) 1.02
processingContractMethodSend 20328 ops/sec (±4.99%) 19443 ops/sec (±5.19%) 0.96
processingContractMethodCall 38162 ops/sec (±6.18%) 38971 ops/sec (±6.34%) 1.02
abiEncode 42678 ops/sec (±7.83%) 44252 ops/sec (±6.92%) 1.04
abiDecode 29523 ops/sec (±9.22%) 30419 ops/sec (±8.89%) 1.03
sign 1641 ops/sec (±3.56%) 1656 ops/sec (±4.08%) 1.01
verify 379 ops/sec (±0.45%) 373 ops/sec (±0.78%) 0.98

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

Please sign in to comment.