@azure/core-client 1.4.0-alpha.20211206.10 → 1.4.0-alpha.20211214.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-client",
3
- "version": "1.4.0-alpha.20211206.10",
3
+ "version": "1.4.0-alpha.20211214.4",
4
4
  "description": "Core library for interfacing with AutoRest generated code",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -27,7 +27,6 @@
27
27
  "build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local && npm run build:types",
28
28
  "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
29
29
  "clean": "rimraf dist dist-* temp types *.tgz *.log",
30
- "docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src",
31
30
  "execute:samples": "echo skipped",
32
31
  "extract-api": "tsc -p . && api-extractor run --local",
33
32
  "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
@@ -103,14 +102,13 @@
103
102
  "karma-mocha-reporter": "^2.2.5",
104
103
  "karma-sourcemap-loader": "^0.3.8",
105
104
  "mocha": "^7.1.1",
106
- "mocha-junit-reporter": "^1.18.0",
105
+ "mocha-junit-reporter": "^2.0.0",
107
106
  "prettier": "^1.16.4",
108
107
  "rimraf": "^3.0.0",
109
108
  "rollup": "^1.16.3",
110
109
  "sinon": "^9.0.2",
111
110
  "ts-node": "^10.0.0",
112
111
  "typescript": "~4.2.0",
113
- "util": "^0.12.1",
114
- "typedoc": "0.15.2"
112
+ "util": "^0.12.1"
115
113
  }
116
114
  }