This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree 3 files changed +605
-14
lines changed
3 files changed +605
-14
lines changed Original file line number Diff line number Diff line change 93
93
"test:blackbox:infura:http" : " yarn pre-blackbox && ./scripts/verdaccio.sh startBackgroundAndPublish && lerna run test:blackbox:infura:http --stream && yarn post-blackbox" ,
94
94
"test:blackbox:infura:ws" : " yarn pre-blackbox && ./scripts/verdaccio.sh startBackgroundAndPublish && lerna run test:blackbox:infura:ws --stream && yarn post-blackbox" ,
95
95
"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" ,
97
97
"husky:install" : " husky install" ,
98
98
"husky:uninstall" : " husky uninstall" ,
99
99
"postinstall" : " yarn build" ,
129
129
"ts-jest" : " ^28.0.7" ,
130
130
"ts-loader" : " ^9.3.1" ,
131
131
"ts-node" : " ^10.9.1" ,
132
- "typedoc" : " ^0.25.3 " ,
132
+ "typedoc" : " ^0.25.6 " ,
133
133
"typedoc-monorepo-link-types" : " ^0.0.4" ,
134
134
"typedoc-plugin-extras" : " ^2.2.5" ,
135
135
"typedoc-plugin-markdown" : " ^3.17.0" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module.exports = {
20
20
//filenameSeparator : "-",
21
21
//indexTitle: "",
22
22
//preserveAnchorCasing: true,
23
-
23
+ disableSources : true ,
24
24
excludeExternals : true ,
25
25
excludeReferences : true ,
26
26
tsconfig : "./docs/tsconfig.docs.json" ,
You can’t perform that action at this time.
0 commit comments