@azure-rest/ai-document-translator 1.0.0-alpha.20241021.1 → 1.0.0-alpha.20241023.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.
- package/package.json +3 -5
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.
|
|
6
|
+
"version": "1.0.0-alpha.20241023.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
58
|
+
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
59
59
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
60
60
|
"build:browser": "tsc -p . && dev-tool run bundle",
|
|
61
61
|
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"build:samples": "echo Obsolete.",
|
|
64
64
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
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
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
66
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
67
67
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
68
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}\"",
|
|
@@ -97,7 +97,6 @@
|
|
|
97
97
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
98
98
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
99
99
|
"@azure/identity": "^4.0.1",
|
|
100
|
-
"@microsoft/api-extractor": "^7.31.1",
|
|
101
100
|
"@types/chai": "^4.1.6",
|
|
102
101
|
"@types/mocha": "^10.0.0",
|
|
103
102
|
"@types/node": "^18.0.0",
|
|
@@ -119,7 +118,6 @@
|
|
|
119
118
|
"karma-sourcemap-loader": "^0.3.8",
|
|
120
119
|
"mocha": "^10.0.0",
|
|
121
120
|
"nyc": "^17.0.0",
|
|
122
|
-
"rimraf": "^5.0.5",
|
|
123
121
|
"source-map-support": "^0.5.9",
|
|
124
122
|
"ts-node": "^10.0.0",
|
|
125
123
|
"typescript": "~5.6.2"
|