@azure/ai-language-text 1.1.0-alpha.20250505.1 → 1.1.0-alpha.20250507.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 +7 -13
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.20250507.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -64,25 +64,19 @@
|
|
64
64
|
"scripts": {
|
65
65
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
66
66
|
"build:samples": "echo skipped.",
|
67
|
-
"build:test": "echo skipped.",
|
68
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}\"",
|
69
68
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
70
69
|
"execute:samples": "dev-tool samples run samples-dev",
|
71
70
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
72
71
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
73
72
|
"generate:client": "autorest --typescript swagger/README.md",
|
74
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
75
|
-
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
76
|
-
"integration-test:node": "dev-tool run test:vitest --esm",
|
77
73
|
"lint": "eslint package.json api-extractor.json src test",
|
78
74
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
79
75
|
"pack": "npm pack 2>&1",
|
80
|
-
"test": "npm run
|
81
|
-
"test:browser": "npm run clean &&
|
82
|
-
"test:node": "
|
83
|
-
"
|
84
|
-
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
85
|
-
"unit-test:node": "dev-tool run test:vitest",
|
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",
|
86
80
|
"update-snippets": "dev-tool run update-snippets"
|
87
81
|
},
|
88
82
|
"sideEffects": false,
|
@@ -108,6 +102,7 @@
|
|
108
102
|
"@azure/identity": "^4.0.1",
|
109
103
|
"@azure/storage-blob": "^12.26.0",
|
110
104
|
"@types/node": "^18.0.0",
|
105
|
+
"@types/unzipper": "~0.10.10",
|
111
106
|
"@vitest/browser": "^3.0.9",
|
112
107
|
"@vitest/coverage-istanbul": "^3.0.9",
|
113
108
|
"chai-exclude": "^3.0.0",
|
@@ -115,9 +110,8 @@
|
|
115
110
|
"eslint": "^9.9.0",
|
116
111
|
"playwright": "^1.49.0",
|
117
112
|
"typescript": "~5.8.2",
|
118
|
-
"vitest": "^3.0.9",
|
119
113
|
"unzipper": "~0.12.3",
|
120
|
-
"
|
114
|
+
"vitest": "^3.0.9"
|
121
115
|
},
|
122
116
|
"type": "module",
|
123
117
|
"tshy": {
|