@azure/ai-language-conversations 1.0.0-alpha.20240418.1 → 1.0.0-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 Conversational Language Understanding service.",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20240419.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|
|
9
9
|
},
|
|
@@ -58,15 +58,14 @@
|
|
|
58
58
|
"karma-sourcemap-loader": "^0.3.8",
|
|
59
59
|
"karma-source-map-support": "~1.4.0",
|
|
60
60
|
"mocha": "^10.0.0",
|
|
61
|
-
"
|
|
61
|
+
"nyc": "^15.1.0",
|
|
62
62
|
"sinon": "^17.0.0",
|
|
63
63
|
"source-map-support": "^0.5.9",
|
|
64
64
|
"ts-node": "^10.0.0",
|
|
65
65
|
"mkdirp": "^3.0.1",
|
|
66
66
|
"typescript": "~5.4.5",
|
|
67
67
|
"uglify-js": "^3.4.9",
|
|
68
|
-
"rimraf": "^5.0.5"
|
|
69
|
-
"esm": "^3.2.18"
|
|
68
|
+
"rimraf": "^5.0.5"
|
|
70
69
|
},
|
|
71
70
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-conversations/README.md",
|
|
72
71
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
@@ -96,12 +95,12 @@
|
|
|
96
95
|
"build:node": "tsc -p . && dev-tool run bundle",
|
|
97
96
|
"build:samples": "echo Obsolete.",
|
|
98
97
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
99
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle &&
|
|
100
|
-
"build:debug": "tsc -p . && dev-tool run bundle &&
|
|
98
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
99
|
+
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
101
100
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
102
101
|
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
103
102
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
104
|
-
"extract-api": "tsc -p . &&
|
|
103
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
105
104
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
106
105
|
"integration-test:browser": "dev-tool run test:browser",
|
|
107
106
|
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"",
|