@azure/ai-language-text 1.1.0-alpha.20250409.1 → 1.1.0-alpha.20250416.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 -6
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.20250416.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -63,11 +63,8 @@
|
|
63
63
|
},
|
64
64
|
"scripts": {
|
65
65
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
66
|
-
"build:
|
67
|
-
"build:
|
68
|
-
"build:node": "dev-tool run build-package && dev-tool run bundle",
|
69
|
-
"build:samples": "echo Obsolete.",
|
70
|
-
"build:test": "dev-tool run build-package && dev-tool run bundle",
|
66
|
+
"build:samples": "echo skipped.",
|
67
|
+
"build:test": "echo skipped.",
|
71
68
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
72
69
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
73
70
|
"execute:samples": "dev-tool samples run samples-dev",
|