@azure/ai-language-text 1.1.0-alpha.20250804.1 → 1.1.0-alpha.20250822.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 +33 -33
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.20250822.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -61,24 +61,6 @@
|
|
61
61
|
"Azure Cognitive Services instance": "https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"
|
62
62
|
}
|
63
63
|
},
|
64
|
-
"scripts": {
|
65
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
66
|
-
"build:samples": "echo skipped.",
|
67
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
68
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
69
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
70
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
71
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
72
|
-
"generate:client": "autorest --typescript swagger/README.md",
|
73
|
-
"lint": "eslint package.json src test",
|
74
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
75
|
-
"pack": "npm pack 2>&1",
|
76
|
-
"test": "npm run test:node && npm run test:browser",
|
77
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
78
|
-
"test:node": "dev-tool run test:vitest",
|
79
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
80
|
-
"update-snippets": "dev-tool run update-snippets"
|
81
|
-
},
|
82
64
|
"sideEffects": false,
|
83
65
|
"autoPublish": false,
|
84
66
|
"dependencies": {
|
@@ -93,25 +75,25 @@
|
|
93
75
|
},
|
94
76
|
"devDependencies": {
|
95
77
|
"@azure-rest/core-client": "^2.3.4",
|
96
|
-
"@azure-tools/test-credential": "^2.0.0",
|
97
|
-
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
98
78
|
"@azure/arm-cognitiveservices": "7.6.0",
|
99
|
-
"@azure/
|
100
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
101
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
102
|
-
"@azure/identity": "^4.0.1",
|
79
|
+
"@azure/identity": "4.11.1",
|
103
80
|
"@azure/storage-blob": "^12.26.0",
|
104
|
-
"@types/node": "^20.
|
81
|
+
"@types/node": "^20.19.0",
|
105
82
|
"@types/unzipper": "~0.10.10",
|
106
|
-
"@vitest/browser": "^3.
|
107
|
-
"@vitest/coverage-istanbul": "^3.
|
83
|
+
"@vitest/browser": "^3.2.3",
|
84
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
108
85
|
"chai-exclude": "^3.0.0",
|
109
86
|
"dotenv": "^16.0.0",
|
110
|
-
"eslint": "^9.
|
111
|
-
"playwright": "^1.
|
112
|
-
"typescript": "~5.8.
|
87
|
+
"eslint": "^9.33.0",
|
88
|
+
"playwright": "^1.50.1",
|
89
|
+
"typescript": "~5.8.3",
|
113
90
|
"unzipper": "~0.12.3",
|
114
|
-
"vitest": "^3.
|
91
|
+
"vitest": "^3.2.3",
|
92
|
+
"@azure-tools/test-credential": "^2.1.1",
|
93
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
94
|
+
"@azure/core-util": "^1.13.1",
|
95
|
+
"@azure/dev-tool": "^1.0.0",
|
96
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
115
97
|
},
|
116
98
|
"type": "module",
|
117
99
|
"tshy": {
|
@@ -151,5 +133,23 @@
|
|
151
133
|
"default": "./dist/commonjs/index.js"
|
152
134
|
}
|
153
135
|
}
|
136
|
+
},
|
137
|
+
"scripts": {
|
138
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
139
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
140
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
141
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
142
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
143
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
144
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
145
|
+
"generate:client": "autorest --typescript swagger/README.md",
|
146
|
+
"lint": "eslint package.json src test",
|
147
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
148
|
+
"pack": "pnpm pack 2>&1",
|
149
|
+
"test": "npm run test:node && npm run test:browser",
|
150
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
151
|
+
"test:node": "dev-tool run test:vitest",
|
152
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
153
|
+
"update-snippets": "dev-tool run update-snippets"
|
154
154
|
}
|
155
|
-
}
|
155
|
+
}
|