@azure-rest/ai-document-translator 1.0.0-alpha.20211105.1 → 1.0.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 +4 -6
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic rest level client library for the Azure Document Translator service.",
6
- "version": "1.0.0-alpha.20211105.1",
6
+ "version": "1.0.0-alpha.20211214.2",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -82,8 +82,7 @@
82
82
  "test": "npm run clean && npm run build:test && npm run unit-test",
83
83
  "unit-test:browser": "karma start --single-run",
84
84
  "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\"",
85
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
86
- "docs": "typedoc --excludePrivate --excludeExternals --out ./dist/docs ./src"
85
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser"
87
86
  },
88
87
  "sideEffects": false,
89
88
  "autoPublish": false,
@@ -121,14 +120,13 @@
121
120
  "karma-source-map-support": "~1.4.0",
122
121
  "karma-sourcemap-loader": "^0.3.8",
123
122
  "karma": "^6.2.0",
124
- "mocha-junit-reporter": "^1.18.0",
123
+ "mocha-junit-reporter": "^2.0.0",
125
124
  "mocha": "^7.1.1",
126
- "nyc": "^14.0.0",
125
+ "nyc": "^15.0.0",
127
126
  "prettier": "2.2.1",
128
127
  "rimraf": "^3.0.0",
129
128
  "rollup": "^1.16.3",
130
129
  "source-map-support": "^0.5.9",
131
- "typedoc": "0.15.2",
132
130
  "typescript": "~4.2.0"
133
131
  }
134
132
  }