Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 47bc7dc

Browse files
author
luu-alex
committed
remove defined in config
1 parent a4f2f8c commit 47bc7dc

File tree

3 files changed

+605
-14
lines changed

3 files changed

+605
-14
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"test:blackbox:infura:http": "yarn pre-blackbox && ./scripts/verdaccio.sh startBackgroundAndPublish && lerna run test:blackbox:infura:http --stream && yarn post-blackbox",
9494
"test:blackbox:infura:ws": "yarn pre-blackbox && ./scripts/verdaccio.sh startBackgroundAndPublish && lerna run test:blackbox:infura:ws --stream && yarn post-blackbox",
9595
"test:manual:long-connection-ws": "node packages/web3/test/stress/long_ws_tests/nodejs_test/long_connection_ws.js",
96-
"test:stress":"yarn test:stress:geth:ws && yarn test:stress:geth:http && yarn test:stress:geth:ipc && yarn test:e2e:stress:geth:ws:chrome",
96+
"test:stress": "yarn test:stress:geth:ws && yarn test:stress:geth:http && yarn test:stress:geth:ipc && yarn test:e2e:stress:geth:ws:chrome",
9797
"husky:install": "husky install",
9898
"husky:uninstall": "husky uninstall",
9999
"postinstall": "yarn build",
@@ -129,7 +129,7 @@
129129
"ts-jest": "^28.0.7",
130130
"ts-loader": "^9.3.1",
131131
"ts-node": "^10.9.1",
132-
"typedoc": "^0.25.3",
132+
"typedoc": "^0.25.6",
133133
"typedoc-monorepo-link-types": "^0.0.4",
134134
"typedoc-plugin-extras": "^2.2.5",
135135
"typedoc-plugin-markdown": "^3.17.0",

scripts/docshelper/base.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
//filenameSeparator : "-",
2121
//indexTitle: "",
2222
//preserveAnchorCasing: true,
23-
23+
disableSources:true,
2424
excludeExternals: true,
2525
excludeReferences: true,
2626
tsconfig: "./docs/tsconfig.docs.json",

0 commit comments

Comments
 (0)