mirror of https://github.com/status-im/js-waku.git
doc: remove no-inherit
It is not needed anymore, Waku Relay doc does ot automatically include the GossipSub doc.
This commit is contained in:
parent
3181d8497c
commit
0d34c44a02
|
@ -87,7 +87,6 @@
|
|||
"ts-loader": "^9.3.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typedoc": "^0.23.10",
|
||||
"typedoc-plugin-no-inherit": "^1.3.1",
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -11304,15 +11303,6 @@
|
|||
"typescript": "4.6.x || 4.7.x"
|
||||
}
|
||||
},
|
||||
"node_modules/typedoc-plugin-no-inherit": {
|
||||
"version": "1.3.1",
|
||||
"resolved": "https://registry.npmjs.org/typedoc-plugin-no-inherit/-/typedoc-plugin-no-inherit-1.3.1.tgz",
|
||||
"integrity": "sha512-3fdPHRaIcCVV1W5gJYpZTdZL+F2VZTlUMd3Hw9xIv931ILh18CcD8IfxZtTtOijJRuKbgRLJ+J/+hVlgCbq1RQ==",
|
||||
"dev": true,
|
||||
"peerDependencies": {
|
||||
"typedoc": ">=0.20.31"
|
||||
}
|
||||
},
|
||||
"node_modules/typedoc/node_modules/brace-expansion": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
||||
|
@ -20662,13 +20652,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"typedoc-plugin-no-inherit": {
|
||||
"version": "1.3.1",
|
||||
"resolved": "https://registry.npmjs.org/typedoc-plugin-no-inherit/-/typedoc-plugin-no-inherit-1.3.1.tgz",
|
||||
"integrity": "sha512-3fdPHRaIcCVV1W5gJYpZTdZL+F2VZTlUMd3Hw9xIv931ILh18CcD8IfxZtTtOijJRuKbgRLJ+J/+hVlgCbq1RQ==",
|
||||
"dev": true,
|
||||
"requires": {}
|
||||
},
|
||||
"typescript": {
|
||||
"version": "4.7.4",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
|
||||
|
|
|
@ -163,7 +163,6 @@
|
|||
"ts-loader": "^9.3.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typedoc": "^0.23.10",
|
||||
"typedoc-plugin-no-inherit": "^1.3.1",
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
"overrides": {
|
||||
|
|
|
@ -41,7 +41,6 @@ export interface CreateOptions {
|
|||
* Must be passed as a `pubsub` module to a {Libp2p} instance.
|
||||
*
|
||||
* @implements {require('libp2p-interfaces/src/pubsub')}
|
||||
* @noInheritDoc
|
||||
*/
|
||||
export class WakuRelay extends GossipSub {
|
||||
pubSubTopic: string;
|
||||
|
|
Loading…
Reference in New Issue