@azure/ai-text-analytics 5.2.0-alpha.20211201.2 → 5.2.0-alpha.20211214.2

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 +5 -7
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic client library for the Azure Text Analytics service.",
6
- "version": "5.2.0-alpha.20211201.2",
6
+ "version": "5.2.0-alpha.20211214.2",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -81,8 +81,7 @@
81
81
  "test": "npm run clean && npm run build:test && npm run unit-test",
82
82
  "unit-test:browser": "karma start --single-run",
83
83
  "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\"",
84
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
85
- "docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
84
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser"
86
85
  },
87
86
  "sideEffects": false,
88
87
  "autoPublish": false,
@@ -129,15 +128,14 @@
129
128
  "karma-sourcemap-loader": "^0.3.8",
130
129
  "karma-source-map-support": "~1.4.0",
131
130
  "mocha": "^7.1.1",
132
- "mocha-junit-reporter": "^1.18.0",
133
- "nyc": "^14.0.0",
131
+ "mocha-junit-reporter": "^2.0.0",
132
+ "nyc": "^15.0.0",
134
133
  "prettier": "^1.16.4",
135
134
  "rimraf": "^3.0.0",
136
135
  "rollup": "^1.16.3",
137
136
  "sinon": "^9.0.2",
138
137
  "source-map-support": "^0.5.9",
139
138
  "ts-node": "^10.0.0",
140
- "typescript": "~4.2.0",
141
- "typedoc": "0.15.2"
139
+ "typescript": "~4.2.0"
142
140
  }
143
141
  }