@azure/ai-language-conversations 1.0.0-alpha.20240419.1 → 1.0.0-alpha.20240422.2
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 +2 -2
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 Conversational Language Understanding service.",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20240422.2",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|
|
9
9
|
},
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
|
|
113
113
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
114
114
|
"unit-test:browser": "echo Skipped",
|
|
115
|
-
"unit-test:node": "
|
|
115
|
+
"unit-test:node": "echo skipped",
|
|
116
116
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
117
117
|
},
|
|
118
118
|
"sideEffects": false,
|