Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the docs script from packages #19307

Merged
1 commit merged into from
Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions common/tools/dev-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"unit-test:node": "mocha --require ts-node/register test/**/*.spec.ts",
"unit-test:browser": "echo skipped",
"build:samples": "echo Skipped.",
"test": "echo Skipped.",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
"test": "echo Skipped."
},
"repository": "github:Azure/azure-sdk-for-js",
"author": "Microsoft Corporation",
Expand Down Expand Up @@ -73,7 +72,6 @@
"rimraf": "^3.0.0",
"rollup": "^1.16.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-visualizer": "^4.0.4",
"typedoc": "0.15.2"
"rollup-plugin-visualizer": "^4.0.4"
}
}
6 changes: 2 additions & 4 deletions common/tools/eslint-plugin-azure-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
"unit-test:node": "mocha --require source-map-support/register --timeout 10000 --full-trace --recursive dist/tests",
"unit-test:browser": "echo skipped",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"test": "npm run clean && npm run build:test && npm run unit-test",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
"test": "npm run clean && npm run build:test && npm run unit-test"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
Expand Down Expand Up @@ -94,7 +93,6 @@
"rimraf": "^3.0.0",
"source-map-support": "^0.5.9",
"mocha-junit-reporter": "^1.18.0",
"typescript": "~4.2.0",
"typedoc": "0.15.2"
"typescript": "~4.2.0"
}
}
4 changes: 1 addition & 3 deletions sdk/agrifood/agrifood-farming-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
"test": "npm run clean && npm run build:test && npm run unit-test",
"unit-test:browser": "karma start --single-run",
"unit-test:node": "mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"docs": "typedoc --excludePrivate --excludeExternals --out ./dist/docs ./src"
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"sideEffects": false,
"autoPublish": false,
Expand Down Expand Up @@ -126,7 +125,6 @@
"rimraf": "^3.0.0",
"rollup": "^1.16.3",
"source-map-support": "^0.5.9",
"typedoc": "0.15.2",
"typescript": "~4.2.0"
}
}
6 changes: 2 additions & 4 deletions sdk/anomalydetector/ai-anomaly-detector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"test": "npm run build:test && npm run unit-test && npm run integration-test",
"unit-test:browser": "karma start --single-run",
"unit-test:node": "mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"files": [
"dist/",
Expand Down Expand Up @@ -101,8 +100,7 @@
"rollup": "^1.16.3",
"typescript": "~4.2.0",
"util": "^0.12.1",
"@azure-tools/test-recorder": "^1.0.0",
"typedoc": "0.15.2"
"@azure-tools/test-recorder": "^1.0.0"
},
"//sampleConfiguration": {
"productName": "Azure Anomaly Detector",
Expand Down
6 changes: 2 additions & 4 deletions sdk/appconfiguration/app-configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
"test": "npm run test:node && npm run test:browser",
"unit-test:browser": "",
"unit-test:node": "npm run build:test:node && mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-test/index.node.js\"",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"engines": {
"node": ">=12.0.0"
Expand Down Expand Up @@ -139,8 +138,7 @@
"ts-node": "^10.0.0",
"typescript": "~4.2.0",
"uglify-js": "^3.4.9",
"cross-env": "^7.0.2",
"typedoc": "0.15.2"
"cross-env": "^7.0.2"
},
"//sampleConfiguration": {
"productName": "Azure App Configuration",
Expand Down
2 changes: 0 additions & 2 deletions sdk/attestation/attestation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"build": "npm run clean && tsc -p . && npm run build:nodebrowser && api-extractor run --local && npm run build:types",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"clean": "rimraf dist dist-* temp types *.tgz *.log",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src",
"execute:samples": "dev-tool samples run samples-dev",
"extract-api": "tsc -p . && api-extractor run --local",
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
Expand Down Expand Up @@ -142,7 +141,6 @@
"safe-buffer": "^5.2.1",
"source-map-support": "^0.5.9",
"ts-node": "^10.0.0",
"typedoc": "0.15.2",
"typescript": "~4.2.0",
"util": "^0.12.1"
},
Expand Down
1 change: 0 additions & 1 deletion sdk/batch/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
"build": "npm run clean && tsc -p . && npm run build:nodebrowser",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"clean": "rimraf dist dist-* temp types *.tgz *.log",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src",
"execute:samples": "dev-tool samples run samples-dev",
"extract-api": "tsc -p . && api-extractor run --local",
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
Expand Down
6 changes: 2 additions & 4 deletions sdk/communication/communication-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"test": "npm run build:test && npm run unit-test && npm run integration-test",
"unit-test:browser": "karma start --single-run",
"unit-test:node": "mocha --reporter ../../../common/tools/mocha-multi-reporter.js \"dist-test/index.node.js\"",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"files": [
"dist/",
Expand Down Expand Up @@ -123,8 +122,7 @@
"rollup": "^1.16.3",
"sinon": "^9.0.2",
"typescript": "~4.2.0",
"util": "^0.12.1",
"typedoc": "0.15.2"
"util": "^0.12.1"
},
"//metadata": {
"constantPaths": [
Expand Down
6 changes: 2 additions & 4 deletions sdk/communication/communication-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"test": "npm run build:test && npm run unit-test && npm run integration-test",
"unit-test:browser": "karma start --single-run",
"unit-test:node": "mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"files": [
"dist/",
Expand Down Expand Up @@ -112,7 +111,6 @@
"rollup": "^1.16.3",
"sinon": "^9.0.2",
"typescript": "~4.2.0",
"util": "^0.12.1",
"typedoc": "0.15.2"
"util": "^0.12.1"
}
}
6 changes: 2 additions & 4 deletions sdk/communication/communication-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"test:watch": "npm run test -- --watch --reporter min",
"unit-test:browser": "karma start --single-run",
"unit-test:node": "mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"//sampleConfiguration": {
"productName": "Azure Communication Services - Identity",
Expand Down Expand Up @@ -128,7 +127,6 @@
"rollup-plugin-shim": "^1.0.0",
"rollup": "^1.16.3",
"sinon": "^9.0.2",
"typescript": "~4.2.0",
"typedoc": "0.15.2"
"typescript": "~4.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"test:watch": "npm run test -- --watch --reporter min",
"unit-test:browser": "karma start --single-run",
"unit-test:node": "mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"//sampleConfiguration": {
"productName": "Azure Communication Services - Network Traversal",
Expand Down Expand Up @@ -127,7 +126,6 @@
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-visualizer": "^4.0.4",
"sinon": "^9.0.2",
"typedoc": "0.15.2",
"typescript": "~4.2.0"
}
}
6 changes: 2 additions & 4 deletions sdk/communication/communication-phone-numbers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"test:watch": "npm run test -- --watch --reporter min",
"unit-test:browser": "karma start --single-run",
"unit-test:node": "mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"files": [
"dist/",
Expand Down Expand Up @@ -116,8 +115,7 @@
"rollup-plugin-shim": "^1.0.0",
"rollup": "^1.16.3",
"sinon": "^9.0.2",
"typescript": "~4.2.0",
"typedoc": "0.15.2"
"typescript": "~4.2.0"
},
"//sampleConfiguration": {
"productName": "Azure Communication Services - Phone Numbers",
Expand Down
4 changes: 1 addition & 3 deletions sdk/communication/communication-short-codes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"test:watch": "npm run test -- --watch --reporter min",
"unit-test:browser": "karma start --single-run",
"unit-test:node": "mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"files": [
"dist/",
Expand Down Expand Up @@ -116,7 +115,6 @@
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-visualizer": "^4.0.4",
"sinon": "^9.0.2",
"typedoc": "0.15.2",
"typescript": "~4.2.0"
},
"//sampleConfiguration": {
Expand Down
6 changes: 2 additions & 4 deletions sdk/communication/communication-sms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"test": "npm run build:test && npm run unit-test && npm run integration-test",
"unit-test:browser": "karma start --single-run",
"unit-test:node": "mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"files": [
"dist/",
Expand Down Expand Up @@ -117,8 +116,7 @@
"rollup": "^1.16.3",
"sinon": "^9.0.2",
"typescript": "~4.2.0",
"util": "^0.12.1",
"typedoc": "0.15.2"
"util": "^0.12.1"
},
"//metadata": {
"constantPaths": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
"test": "npm run clean && npm run build:test && npm run unit-test",
"unit-test:browser": "echo skip",
"unit-test:node": "mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"docs": "typedoc --excludePrivate --excludeExternals --out ./dist/docs ./src"
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"sideEffects": false,
"autoPublish": false,
Expand Down Expand Up @@ -123,7 +122,6 @@
"rimraf": "^3.0.0",
"rollup": "^1.16.3",
"source-map-support": "^0.5.9",
"typedoc": "0.15.2",
"typescript": "~4.2.0"
}
}
2 changes: 0 additions & 2 deletions sdk/containerregistry/container-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
"clean": "rimraf dist dist-* temp types *.tgz *.log",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src",
"execute:samples": "dev-tool samples run samples-dev",
"extract-api": "tsc -p . && api-extractor run --local",
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
Expand Down Expand Up @@ -119,7 +118,6 @@
"prettier": "^1.16.4",
"rimraf": "^3.0.0",
"rollup": "^1.16.3",
"typedoc": "0.15.2",
"typescript": "~4.2.0",
"util": "^0.12.1"
},
Expand Down
4 changes: 1 addition & 3 deletions sdk/core/abort-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local && npm run build:types",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"clean": "rimraf dist dist-* temp types *.tgz *.log",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src",
"execute:samples": "echo skipped",
"extract-api": "tsc -p . && api-extractor run --local",
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
Expand Down Expand Up @@ -101,7 +100,6 @@
"rimraf": "^3.0.0",
"rollup": "^1.16.3",
"ts-node": "^10.0.0",
"typescript": "~4.2.0",
"typedoc": "0.15.2"
"typescript": "~4.2.0"
}
}
4 changes: 1 addition & 3 deletions sdk/core/core-amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local && npm run build:types",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"clean": "rimraf dist dist-* temp types coverage coverage-browser .nyc_output *.tgz *.log test*.xml",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src",
"execute:samples": "echo skipped",
"extract-api": "tsc -p . && api-extractor run --local",
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
Expand Down Expand Up @@ -118,7 +117,6 @@
"sinon": "^9.0.2",
"ts-node": "^10.0.0",
"typescript": "~4.2.0",
"ws": "^7.1.1",
"typedoc": "0.15.2"
"ws": "^7.1.1"
}
}
4 changes: 1 addition & 3 deletions sdk/core/core-asynciterator-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"build": "npm run clean && tsc -p .",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"",
"clean": "echo skipped",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src",
"execute:samples": "echo skipped",
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"",
"integration-test:browser": "echo skipped",
Expand All @@ -60,7 +59,6 @@
"@types/node": "^12.0.0",
"eslint": "^7.15.0",
"prettier": "^1.16.4",
"typescript": "~4.2.0",
"typedoc": "0.15.2"
"typescript": "~4.2.0"
}
}
4 changes: 1 addition & 3 deletions sdk/core/core-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local && npm run build:types",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"clean": "rimraf dist dist-* temp types *.tgz *.log",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src",
"execute:samples": "echo skipped",
"extract-api": "tsc -p . && api-extractor run --local",
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
Expand Down Expand Up @@ -84,7 +83,6 @@
"rimraf": "^3.0.0",
"rollup": "^1.16.3",
"typescript": "~4.2.0",
"util": "^0.12.1",
"typedoc": "0.15.2"
"util": "^0.12.1"
}
}
2 changes: 0 additions & 2 deletions sdk/core/core-client-lro-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"clean": "rimraf dist dist-* temp types *.tgz *.log",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src",
"execute:samples": "echo skipped",
"extract-api": "tsc -p . && api-extractor run --local",
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
Expand Down Expand Up @@ -90,7 +89,6 @@
"rimraf": "^3.0.0",
"rollup": "^1.16.3",
"sinon": "^9.0.2",
"typedoc": "0.15.2",
"typescript": "~4.2.0",
"util": "^0.12.1"
}
Expand Down
4 changes: 1 addition & 3 deletions sdk/core/core-client-paging-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"clean": "rimraf dist dist-* temp types *.tgz *.log",
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src",
"execute:samples": "echo skipped",
"extract-api": "tsc -p . && api-extractor run --local",
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\"",
Expand Down Expand Up @@ -94,7 +93,6 @@
"rollup": "^1.16.3",
"sinon": "^9.0.2",
"typescript": "~4.2.0",
"util": "^0.12.1",
"typedoc": "0.15.2"
"util": "^0.12.1"
}
}
Loading