@azure/ai-text-analytics 5.1.1-alpha.20240202.1 → 5.1.1-alpha.20240322.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 +4 -4
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 Azure Text Analytics service.",
|
|
6
|
-
"version": "5.1.1-alpha.
|
|
6
|
+
"version": "5.1.1-alpha.20240322.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
|
|
72
72
|
"build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
|
|
73
73
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
74
|
-
"clean": "rimraf dist dist-* temp types *.tgz *.log",
|
|
74
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
75
75
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
76
76
|
"extract-api": "tsc -p . && api-extractor run --local",
|
|
77
77
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
@@ -130,8 +130,8 @@
|
|
|
130
130
|
"karma-sourcemap-loader": "^0.3.8",
|
|
131
131
|
"karma-source-map-support": "~1.4.0",
|
|
132
132
|
"mocha": "^10.0.0",
|
|
133
|
-
"c8": "^
|
|
134
|
-
"rimraf": "^
|
|
133
|
+
"c8": "^9.1.0",
|
|
134
|
+
"rimraf": "^5.0.5",
|
|
135
135
|
"sinon": "^17.0.0",
|
|
136
136
|
"source-map-support": "^0.5.9",
|
|
137
137
|
"ts-node": "^10.0.0",
|