@azure-rest/ai-translation-text 1.0.3-alpha.20251010.1 → 1.0.3-alpha.20251020.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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/ai-translation-text",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.3-alpha.
|
|
5
|
+
"version": "1.0.3-alpha.20251020.1",
|
|
6
6
|
"description": "An isomorphic client library for the Azure Cognitive Translator Service",
|
|
7
7
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/translation/ai-translation-text-rest/README.md",
|
|
8
8
|
"keywords": [
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"sideEffects": false,
|
|
51
51
|
"autoPublish": false,
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@azure-rest/core-client": "
|
|
54
|
-
"@azure/core-auth": "
|
|
55
|
-
"@azure/core-rest-pipeline": "
|
|
56
|
-
"@azure/logger": "
|
|
53
|
+
"@azure-rest/core-client": ">=2.5.1-alpha <2.5.1-alphb",
|
|
54
|
+
"@azure/core-auth": ">=1.10.1-alpha <1.10.1-alphb",
|
|
55
|
+
"@azure/core-rest-pipeline": ">=1.22.1-alpha <1.22.1-alphb",
|
|
56
|
+
"@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
|
|
57
57
|
"tslib": "^2.8.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
@@ -63,14 +63,18 @@
|
|
|
63
63
|
"@vitest/browser": "^3.2.3",
|
|
64
64
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
65
65
|
"autorest": "latest",
|
|
66
|
+
"cross-env": "^7.0.3",
|
|
66
67
|
"dotenv": "^16.0.0",
|
|
67
68
|
"eslint": "^9.33.0",
|
|
68
69
|
"playwright": "^1.50.1",
|
|
70
|
+
"prettier": "^3.6.2",
|
|
71
|
+
"rimraf": "^6.0.1",
|
|
72
|
+
"tshy": "^3.0.0",
|
|
69
73
|
"typescript": "~5.9.3",
|
|
70
74
|
"vitest": "^3.2.3",
|
|
71
75
|
"@azure-tools/test-credential": "^2.1.2",
|
|
72
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
73
76
|
"@azure/dev-tool": "^1.0.0",
|
|
77
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
74
78
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
75
79
|
},
|
|
76
80
|
"//metadata": {
|
|
@@ -124,11 +128,11 @@
|
|
|
124
128
|
"scripts": {
|
|
125
129
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
126
130
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
127
|
-
"check-format": "
|
|
128
|
-
"clean": "
|
|
131
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
132
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
129
133
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
130
|
-
"extract-api": "
|
|
131
|
-
"format": "
|
|
134
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
135
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
132
136
|
"generate:client": "echo skipped",
|
|
133
137
|
"lint": "eslint package.json src test",
|
|
134
138
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|