doc: remove no-inherit

It is not needed anymore, Waku Relay doc does ot automatically include
the GossipSub doc.
This commit is contained in:
fryorcraken.eth 2022-08-25 15:30:24 +10:00
parent 3181d8497c
commit 0d34c44a02
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 0 additions and 19 deletions

17
package-lock.json generated
View File

@ -87,7 +87,6 @@
"ts-loader": "^9.3.1", "ts-loader": "^9.3.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typedoc": "^0.23.10", "typedoc": "^0.23.10",
"typedoc-plugin-no-inherit": "^1.3.1",
"typescript": "^4.5.5" "typescript": "^4.5.5"
}, },
"engines": { "engines": {
@ -11304,15 +11303,6 @@
"typescript": "4.6.x || 4.7.x" "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": { "node_modules/typedoc/node_modules/brace-expansion": {
"version": "2.0.1", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "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": { "typescript": {
"version": "4.7.4", "version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",

View File

@ -163,7 +163,6 @@
"ts-loader": "^9.3.1", "ts-loader": "^9.3.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typedoc": "^0.23.10", "typedoc": "^0.23.10",
"typedoc-plugin-no-inherit": "^1.3.1",
"typescript": "^4.5.5" "typescript": "^4.5.5"
}, },
"overrides": { "overrides": {

View File

@ -41,7 +41,6 @@ export interface CreateOptions {
* Must be passed as a `pubsub` module to a {Libp2p} instance. * Must be passed as a `pubsub` module to a {Libp2p} instance.
* *
* @implements {require('libp2p-interfaces/src/pubsub')} * @implements {require('libp2p-interfaces/src/pubsub')}
* @noInheritDoc
*/ */
export class WakuRelay extends GossipSub { export class WakuRelay extends GossipSub {
pubSubTopic: string; pubSubTopic: string;