@azure/ai-language-conversations 1.0.0-alpha.20251010.1 → 1.0.0-alpha.20251020.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -3,17 +3,17 @@
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.20251010.1",
6
+ "version": "1.0.0-alpha.20251020.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
10
10
  "dependencies": {
11
- "@azure/abort-controller": "^2.1.2",
12
- "@azure/core-auth": "^1.9.0",
13
- "@azure/core-client": "^1.9.2",
11
+ "@azure/abort-controller": ">=2.1.3-alpha <2.1.3-alphb",
12
+ "@azure/core-auth": ">=1.10.1-alpha <1.10.1-alphb",
13
+ "@azure/core-client": ">=1.10.1-alpha <1.10.1-alphb",
14
14
  "@azure/core-lro": "^2.7.2",
15
- "@azure/core-rest-pipeline": "^1.18.2",
16
- "@azure/core-tracing": "^1.2.0",
15
+ "@azure/core-rest-pipeline": ">=1.22.1-alpha <1.22.1-alphb",
16
+ "@azure/core-tracing": ">=1.3.1-alpha <1.3.1-alphb",
17
17
  "tslib": "^2.8.1"
18
18
  },
19
19
  "keywords": [
@@ -29,23 +29,27 @@
29
29
  "module": "./dist/esm/index.js",
30
30
  "types": "./dist/commonjs/index.d.ts",
31
31
  "devDependencies": {
32
- "@azure-rest/core-client": "^2.3.4",
32
+ "@azure-rest/core-client": ">=2.5.1-alpha <2.5.1-alphb",
33
33
  "@azure/arm-cognitiveservices": "7.6.0",
34
34
  "@azure/identity": "4.11.1",
35
- "@azure/logger": "^1.1.4",
35
+ "@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
36
36
  "@types/node": "^20.19.0",
37
37
  "@vitest/browser": "^3.2.3",
38
38
  "@vitest/coverage-istanbul": "^3.2.3",
39
+ "cross-env": "^7.0.3",
39
40
  "dotenv": "^16.0.0",
40
41
  "eslint": "^9.33.0",
41
42
  "playwright": "^1.50.1",
43
+ "prettier": "^3.6.2",
44
+ "rimraf": "^6.0.1",
45
+ "tshy": "^3.0.0",
42
46
  "typescript": "~5.9.3",
43
47
  "vitest": "^3.2.3",
44
- "@azure-tools/test-credential": "^2.1.2",
45
- "@azure/core-util": "^1.13.1",
46
48
  "@azure-tools/test-recorder": "^4.1.1",
47
49
  "@azure/dev-tool": "^1.0.0",
48
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
50
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
51
+ "@azure-tools/test-credential": "^2.1.2",
52
+ "@azure/core-util": "^1.13.1"
49
53
  },
50
54
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-conversations/README.md",
51
55
  "repository": "github:Azure/azure-sdk-for-js",
@@ -126,11 +130,11 @@
126
130
  "scripts": {
127
131
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
128
132
  "build:samples": "tsc -p tsconfig.samples.json",
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",
133
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
134
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
131
135
  "execute:samples": "dev-tool samples run samples-dev",
132
136
  "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}\"",
137
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
134
138
  "lint": "eslint package.json src test",
135
139
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
136
140
  "pack": "pnpm pack 2>&1",