@azure-rest/ai-document-translator 1.0.0-alpha.20240418.1 → 1.0.0-alpha.20240422.1

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 +6 -7
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.20240418.1",
6
+ "version": "1.0.0-alpha.20240422.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -60,12 +60,12 @@
60
60
  "build:node": "tsc -p . && dev-tool run bundle",
61
61
  "build:samples": "echo Obsolete.",
62
62
  "build:test": "tsc -p . && dev-tool run bundle",
63
- "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
64
- "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
63
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
64
+ "build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
65
65
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
66
66
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
67
67
  "execute:samples": "dev-tool samples run samples-dev",
68
- "extract-api": "tsc -p . && api-extractor run --local",
68
+ "extract-api": "tsc -p . && dev-tool run extract-api",
69
69
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
70
70
  "generate:client": "autorest --typescript swagger/README.md && npm run format",
71
71
  "integration-test:browser": "dev-tool run test:browser",
@@ -117,11 +117,10 @@
117
117
  "karma-sourcemap-loader": "^0.3.8",
118
118
  "karma": "^6.2.0",
119
119
  "mocha": "^10.0.0",
120
- "c8": "^9.1.0",
120
+ "nyc": "^15.1.0",
121
121
  "rimraf": "^5.0.5",
122
122
  "source-map-support": "^0.5.9",
123
123
  "typescript": "~5.4.5",
124
- "ts-node": "^10.0.0",
125
- "esm": "^3.2.18"
124
+ "ts-node": "^10.0.0"
126
125
  }
127
126
  }