@azure/ai-language-conversations 1.0.0-alpha.20250804.1 → 1.0.0-beta.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 +33 -33
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-
|
|
6
|
+
"version": "1.0.0-beta.2",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -30,22 +30,22 @@
|
|
|
30
30
|
"types": "./dist/commonjs/index.d.ts",
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@azure-rest/core-client": "^2.3.4",
|
|
33
|
-
"@azure
|
|
34
|
-
"@azure
|
|
35
|
-
"@azure/arm-cognitiveservices": "^7.6.0",
|
|
36
|
-
"@azure/core-util": "^1.11.0",
|
|
37
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
38
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
39
|
-
"@azure/identity": "^4.5.0",
|
|
33
|
+
"@azure/arm-cognitiveservices": "7.6.0",
|
|
34
|
+
"@azure/identity": "4.11.1",
|
|
40
35
|
"@azure/logger": "^1.1.4",
|
|
41
|
-
"@types/node": "^20.
|
|
42
|
-
"@vitest/browser": "^3.
|
|
43
|
-
"@vitest/coverage-istanbul": "^3.
|
|
36
|
+
"@types/node": "^20.19.0",
|
|
37
|
+
"@vitest/browser": "^3.2.3",
|
|
38
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
44
39
|
"dotenv": "^16.0.0",
|
|
45
|
-
"eslint": "^9.
|
|
46
|
-
"playwright": "^1.
|
|
47
|
-
"typescript": "~5.8.
|
|
48
|
-
"vitest": "^3.
|
|
40
|
+
"eslint": "^9.33.0",
|
|
41
|
+
"playwright": "^1.50.1",
|
|
42
|
+
"typescript": "~5.8.3",
|
|
43
|
+
"vitest": "^3.2.3",
|
|
44
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
45
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
46
|
+
"@azure/dev-tool": "^1.0.0",
|
|
47
|
+
"@azure/core-util": "^1.13.1",
|
|
48
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
49
49
|
},
|
|
50
50
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-conversations/README.md",
|
|
51
51
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
@@ -57,23 +57,6 @@
|
|
|
57
57
|
"README.md",
|
|
58
58
|
"LICENSE"
|
|
59
59
|
],
|
|
60
|
-
"scripts": {
|
|
61
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
62
|
-
"build:samples": "echo skipped.",
|
|
63
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
64
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
65
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
66
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
67
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
68
|
-
"lint": "eslint package.json src test",
|
|
69
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
70
|
-
"pack": "npm pack 2>&1",
|
|
71
|
-
"test": "npm run test:node && npm run test:browser",
|
|
72
|
-
"test:browser": "echo skipped",
|
|
73
|
-
"test:node": "dev-tool run test:vitest",
|
|
74
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
75
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
76
|
-
},
|
|
77
60
|
"sideEffects": false,
|
|
78
61
|
"//metadata": {
|
|
79
62
|
"constantPaths": [
|
|
@@ -139,5 +122,22 @@
|
|
|
139
122
|
"default": "./dist/commonjs/index.js"
|
|
140
123
|
}
|
|
141
124
|
}
|
|
125
|
+
},
|
|
126
|
+
"scripts": {
|
|
127
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
128
|
+
"build:samples": "echo skipped.",
|
|
129
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
130
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
131
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
132
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
133
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
134
|
+
"lint": "eslint package.json src test",
|
|
135
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
136
|
+
"pack": "pnpm pack 2>&1",
|
|
137
|
+
"test": "npm run test:node && npm run test:browser",
|
|
138
|
+
"test:browser": "echo skipped",
|
|
139
|
+
"test:node": "dev-tool run test:vitest",
|
|
140
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
141
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
142
142
|
}
|
|
143
|
-
}
|
|
143
|
+
}
|