@azure/ai-language-text 1.1.0-alpha.20241210.1 → 1.1.0-alpha.20241212.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 -3
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.20241212.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"generate:client": "autorest --typescript swagger/README.md",
|
72
72
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
73
73
|
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
74
|
-
"integration-test:node": "dev-tool run test:vitest",
|
74
|
+
"integration-test:node": "dev-tool run test:vitest --esm",
|
75
75
|
"lint": "eslint package.json api-extractor.json src test",
|
76
76
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
77
77
|
"pack": "npm pack 2>&1",
|
@@ -132,7 +132,8 @@
|
|
132
132
|
"browser",
|
133
133
|
"react-native"
|
134
134
|
],
|
135
|
-
"selfLink": false
|
135
|
+
"selfLink": false,
|
136
|
+
"project": "./tsconfig.src.json"
|
136
137
|
},
|
137
138
|
"browser": "./dist/browser/index.js",
|
138
139
|
"exports": {
|