@azure-rest/ai-document-translator 1.0.0-alpha.20251010.1 → 1.0.0-alpha.20251013.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": "An isomorphic rest level client library for the Azure Document Translator service.",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20251013.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -71,16 +71,20 @@
|
|
|
71
71
|
"@types/node": "^20.19.0",
|
|
72
72
|
"@vitest/browser": "^3.2.3",
|
|
73
73
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
74
|
+
"cross-env": "^7.0.3",
|
|
74
75
|
"dotenv": "^16.0.0",
|
|
75
76
|
"eslint": "^9.33.0",
|
|
76
77
|
"playwright": "^1.50.1",
|
|
78
|
+
"prettier": "^3.6.2",
|
|
79
|
+
"rimraf": "^6.0.1",
|
|
80
|
+
"tshy": "^3.0.0",
|
|
77
81
|
"typescript": "~5.9.3",
|
|
78
82
|
"vitest": "^3.2.3",
|
|
79
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
80
83
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
84
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
85
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
81
86
|
"@azure/dev-tool": "^1.0.0",
|
|
82
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
83
|
-
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
87
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
84
88
|
},
|
|
85
89
|
"type": "module",
|
|
86
90
|
"tshy": {
|
|
@@ -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
135
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
132
|
-
"format": "
|
|
136
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
133
137
|
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
134
138
|
"lint": "eslint package.json src test",
|
|
135
139
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|