@azure-rest/ai-translation-document 1.0.0-alpha.20251013.1 → 1.0.0-alpha.20251016.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
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": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20251016.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -70,14 +70,18 @@
|
|
|
70
70
|
"@vitest/browser": "^3.2.3",
|
|
71
71
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
72
72
|
"autorest": "latest",
|
|
73
|
+
"cross-env": "^7.0.3",
|
|
73
74
|
"dotenv": "^16.0.0",
|
|
74
75
|
"eslint": "^9.33.0",
|
|
75
76
|
"playwright": "^1.50.1",
|
|
77
|
+
"prettier": "^3.6.2",
|
|
78
|
+
"rimraf": "^6.0.1",
|
|
79
|
+
"tshy": "^3.0.0",
|
|
76
80
|
"typescript": "~5.9.3",
|
|
77
81
|
"vitest": "^3.2.3",
|
|
78
82
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
79
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
80
83
|
"@azure/dev-tool": "^1.0.0",
|
|
84
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
81
85
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
82
86
|
},
|
|
83
87
|
"sideEffects": false,
|
|
@@ -125,11 +129,11 @@
|
|
|
125
129
|
"scripts": {
|
|
126
130
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
127
131
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
128
|
-
"check-format": "
|
|
129
|
-
"clean": "
|
|
132
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
133
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
130
134
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
131
|
-
"extract-api": "
|
|
132
|
-
"format": "
|
|
135
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
136
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
133
137
|
"generate:client": "echo skipped",
|
|
134
138
|
"lint": "eslint package.json src test",
|
|
135
139
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|