@azure/ai-language-text 1.1.0-alpha.20251010.1 → 1.1.0-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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.",
|
|
6
|
-
"version": "1.1.0-alpha.
|
|
6
|
+
"version": "1.1.0-alpha.20251020.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -64,36 +64,40 @@
|
|
|
64
64
|
"sideEffects": false,
|
|
65
65
|
"autoPublish": false,
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@azure/core-auth": "
|
|
68
|
-
"@azure/core-client": "
|
|
67
|
+
"@azure/core-auth": ">=1.10.1-alpha <1.10.1-alphb",
|
|
68
|
+
"@azure/core-client": ">=1.10.1-alpha <1.10.1-alphb",
|
|
69
69
|
"@azure/core-lro": "^2.7.2",
|
|
70
|
-
"@azure/core-paging": "
|
|
71
|
-
"@azure/core-rest-pipeline": "
|
|
72
|
-
"@azure/core-tracing": "
|
|
73
|
-
"@azure/logger": "
|
|
70
|
+
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
71
|
+
"@azure/core-rest-pipeline": ">=1.22.1-alpha <1.22.1-alphb",
|
|
72
|
+
"@azure/core-tracing": ">=1.3.1-alpha <1.3.1-alphb",
|
|
73
|
+
"@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
|
|
74
74
|
"tslib": "^2.8.1"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@azure-rest/core-client": "
|
|
77
|
+
"@azure-rest/core-client": ">=2.5.1-alpha <2.5.1-alphb",
|
|
78
78
|
"@azure/arm-cognitiveservices": "7.6.0",
|
|
79
79
|
"@azure/identity": "4.11.1",
|
|
80
|
-
"@azure/storage-blob": "
|
|
80
|
+
"@azure/storage-blob": ">=12.29.1-alpha <12.29.1-alphb",
|
|
81
81
|
"@types/node": "^20.19.0",
|
|
82
82
|
"@types/unzipper": "~0.10.10",
|
|
83
83
|
"@vitest/browser": "^3.2.3",
|
|
84
84
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
85
85
|
"chai-exclude": "^3.0.0",
|
|
86
|
+
"cross-env": "^7.0.3",
|
|
86
87
|
"dotenv": "^16.0.0",
|
|
87
88
|
"eslint": "^9.33.0",
|
|
88
89
|
"playwright": "^1.50.1",
|
|
90
|
+
"prettier": "^3.6.2",
|
|
91
|
+
"rimraf": "^6.0.1",
|
|
92
|
+
"tshy": "^3.0.0",
|
|
89
93
|
"typescript": "~5.9.3",
|
|
90
94
|
"unzipper": "~0.12.3",
|
|
91
95
|
"vitest": "^3.2.3",
|
|
96
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
97
|
+
"@azure/dev-tool": "^1.0.0",
|
|
92
98
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
93
99
|
"@azure/core-util": "^1.13.1",
|
|
94
|
-
"@azure/
|
|
95
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
96
|
-
"@azure-tools/test-credential": "^2.1.2"
|
|
100
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
97
101
|
},
|
|
98
102
|
"type": "module",
|
|
99
103
|
"tshy": {
|
|
@@ -137,11 +141,11 @@
|
|
|
137
141
|
"scripts": {
|
|
138
142
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
139
143
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
140
|
-
"check-format": "
|
|
141
|
-
"clean": "
|
|
144
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
145
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
142
146
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
143
147
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
144
|
-
"format": "
|
|
148
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
145
149
|
"generate:client": "autorest --typescript swagger/README.md",
|
|
146
150
|
"lint": "eslint package.json src test",
|
|
147
151
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|