@azure/ai-language-text 1.1.0-alpha.20251010.1 → 1.1.0-alpha.20251017.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.52.13"
9
9
  }
10
10
  ]
11
11
  }
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.20251010.1",
6
+ "version": "1.1.0-alpha.20251017.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -64,36 +64,40 @@
64
64
  "sideEffects": false,
65
65
  "autoPublish": false,
66
66
  "dependencies": {
67
- "@azure/core-auth": "^1.9.0",
68
- "@azure/core-client": "^1.9.2",
67
+ "@azure/core-auth": ">=1.10.1-alpha <1.10.1-alphb",
68
+ "@azure/core-client": ">=1.10.1-alpha <1.10.1-alphb",
69
69
  "@azure/core-lro": "^2.7.2",
70
- "@azure/core-paging": "^1.6.2",
71
- "@azure/core-rest-pipeline": "^1.18.2",
72
- "@azure/core-tracing": "^1.2.0",
73
- "@azure/logger": "^1.1.4",
70
+ "@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
71
+ "@azure/core-rest-pipeline": ">=1.22.1-alpha <1.22.1-alphb",
72
+ "@azure/core-tracing": ">=1.3.1-alpha <1.3.1-alphb",
73
+ "@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
74
74
  "tslib": "^2.8.1"
75
75
  },
76
76
  "devDependencies": {
77
- "@azure-rest/core-client": "^2.3.4",
77
+ "@azure-rest/core-client": ">=2.5.1-alpha <2.5.1-alphb",
78
78
  "@azure/arm-cognitiveservices": "7.6.0",
79
79
  "@azure/identity": "4.11.1",
80
- "@azure/storage-blob": "^12.26.0",
80
+ "@azure/storage-blob": ">=12.29.1-alpha <12.29.1-alphb",
81
81
  "@types/node": "^20.19.0",
82
82
  "@types/unzipper": "~0.10.10",
83
83
  "@vitest/browser": "^3.2.3",
84
84
  "@vitest/coverage-istanbul": "^3.2.3",
85
85
  "chai-exclude": "^3.0.0",
86
+ "cross-env": "^7.0.3",
86
87
  "dotenv": "^16.0.0",
87
88
  "eslint": "^9.33.0",
88
89
  "playwright": "^1.50.1",
90
+ "prettier": "^3.6.2",
91
+ "rimraf": "^6.0.1",
92
+ "tshy": "^3.0.0",
89
93
  "typescript": "~5.9.3",
90
94
  "unzipper": "~0.12.3",
91
95
  "vitest": "^3.2.3",
96
+ "@azure-tools/test-credential": "^2.1.2",
92
97
  "@azure-tools/test-recorder": "^4.1.1",
93
- "@azure/core-util": "^1.13.1",
94
98
  "@azure/dev-tool": "^1.0.0",
95
99
  "@azure/eslint-plugin-azure-sdk": "^3.0.0",
96
- "@azure-tools/test-credential": "^2.1.2"
100
+ "@azure/core-util": "^1.13.1"
97
101
  },
98
102
  "type": "module",
99
103
  "tshy": {
@@ -137,11 +141,11 @@
137
141
  "scripts": {
138
142
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
139
143
  "build:samples": "tsc -p tsconfig.samples.json",
140
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
141
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
144
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
145
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
142
146
  "execute:samples": "dev-tool samples run samples-dev",
143
147
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
144
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
148
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
145
149
  "generate:client": "autorest --typescript swagger/README.md",
146
150
  "lint": "eslint package.json src test",
147
151
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",