@azure/ai-language-text 1.1.0-alpha.20241022.1 → 1.1.0-alpha.20241024.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 +3 -5
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.20241024.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -59,7 +59,7 @@
|
|
59
59
|
}
|
60
60
|
},
|
61
61
|
"scripts": {
|
62
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
62
|
+
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
63
63
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
64
64
|
"build:browser": "tsc -p . && dev-tool run bundle",
|
65
65
|
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"build:samples": "echo Obsolete.",
|
68
68
|
"build:test": "tsc -p . && dev-tool run bundle",
|
69
69
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
70
|
-
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
70
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
71
71
|
"execute:samples": "dev-tool samples run samples-dev",
|
72
72
|
"extract-api": "tsc -p . && dev-tool run extract-api",
|
73
73
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
@@ -108,7 +108,6 @@
|
|
108
108
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
109
109
|
"@azure/identity": "^4.0.1",
|
110
110
|
"@azure/storage-blob": "^12.23.0-beta.1",
|
111
|
-
"@microsoft/api-extractor": "^7.31.1",
|
112
111
|
"@types/chai": "^4.1.6",
|
113
112
|
"@types/chai-as-promised": "^7.1.0",
|
114
113
|
"@types/decompress": "^4.0.0",
|
@@ -133,7 +132,6 @@
|
|
133
132
|
"karma-sourcemap-loader": "^0.3.8",
|
134
133
|
"mocha": "^10.0.0",
|
135
134
|
"nyc": "^17.0.0",
|
136
|
-
"rimraf": "^5.0.5",
|
137
135
|
"sinon": "^17.0.0",
|
138
136
|
"source-map-support": "^0.5.9",
|
139
137
|
"ts-node": "^10.0.0",
|