@azure/ai-text-analytics 5.1.1-alpha.20240418.2 → 5.1.1-alpha.20240419.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 +6 -7
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.20240419.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
"build:node": "tsc -p . && dev-tool run bundle",
|
|
69
69
|
"build:samples": "echo Obsolete.",
|
|
70
70
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
71
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle &&
|
|
72
|
-
"build:debug": "tsc -p . && dev-tool run bundle &&
|
|
71
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
72
|
+
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
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
74
|
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
75
75
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
76
|
-
"extract-api": "tsc -p . &&
|
|
76
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
77
77
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
78
78
|
"integration-test:browser": "dev-tool run test:browser",
|
|
79
79
|
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"",
|
|
@@ -130,12 +130,11 @@
|
|
|
130
130
|
"karma-sourcemap-loader": "^0.3.8",
|
|
131
131
|
"karma-source-map-support": "~1.4.0",
|
|
132
132
|
"mocha": "^10.0.0",
|
|
133
|
-
"
|
|
133
|
+
"nyc": "^15.1.0",
|
|
134
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",
|
|
138
|
-
"typescript": "~5.4.5"
|
|
139
|
-
"esm": "^3.2.18"
|
|
138
|
+
"typescript": "~5.4.5"
|
|
140
139
|
}
|
|
141
140
|
}
|