@azure-rest/ai-translation-document 2.0.0-alpha.20241023.1 → 2.0.0-alpha.20241024.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 +5 -8
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for DocumentTranslationClient.",
|
|
6
|
-
"version": "2.0.0-alpha.
|
|
6
|
+
"version": "2.0.0-alpha.20241024.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
63
63
|
"@azure/identity": "^4.0.1",
|
|
64
64
|
"@azure/storage-blob": "^12.23.0",
|
|
65
|
-
"@microsoft/api-extractor": "^7.47.0",
|
|
66
65
|
"@types/chai": "^4.2.8",
|
|
67
66
|
"@types/mocha": "^10.0.0",
|
|
68
67
|
"@types/node": "^18.0.0",
|
|
@@ -81,27 +80,25 @@
|
|
|
81
80
|
"karma-mocha-reporter": "^2.2.5",
|
|
82
81
|
"karma-source-map-support": "~1.4.0",
|
|
83
82
|
"karma-sourcemap-loader": "^0.3.8",
|
|
84
|
-
"mkdirp": "^3.0.1",
|
|
85
83
|
"mocha": "^10.0.0",
|
|
86
84
|
"nyc": "^17.0.0",
|
|
87
|
-
"rimraf": "^5.0.5",
|
|
88
85
|
"source-map-support": "^0.5.9",
|
|
89
86
|
"ts-node": "^10.0.0",
|
|
90
87
|
"tshy": "^2.0.0",
|
|
91
88
|
"typescript": "~5.6.2"
|
|
92
89
|
},
|
|
93
90
|
"scripts": {
|
|
94
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
95
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api",
|
|
91
|
+
"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",
|
|
92
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
96
93
|
"build:browser": "tsc -p . && dev-tool run bundle",
|
|
97
94
|
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
98
95
|
"build:node": "tsc -p . && dev-tool run bundle --browser-test false",
|
|
99
96
|
"build:samples": "echo Obsolete.",
|
|
100
97
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
101
98
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
102
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
99
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
103
100
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
104
|
-
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
101
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
105
102
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
106
103
|
"generate:client": "echo skipped",
|
|
107
104
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|