@azure/ai-text-analytics 5.1.1-alpha.20250804.1 → 5.1.1-alpha.20250826.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.52.10"
8
+ "packageVersion": "7.52.11"
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 Azure Text Analytics service.",
6
- "version": "5.1.1-alpha.20250804.1",
6
+ "version": "5.1.1-alpha.20250826.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -57,23 +57,6 @@
57
57
  }
58
58
  },
59
59
  "browser": "./dist/browser/index.js",
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": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
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
  "autoPublish": false,
79
62
  "dependencies": {
@@ -88,20 +71,20 @@
88
71
  "tslib": "^2.8.1"
89
72
  },
90
73
  "devDependencies": {
91
- "@azure-tools/test-credential": "^2.0.0",
92
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
93
74
  "@azure/arm-cognitiveservices": "7.6.0",
94
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
95
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
96
- "@azure/identity": "^4.7.0",
97
- "@types/node": "^20.0.0",
98
- "@vitest/browser": "^3.0.9",
99
- "@vitest/coverage-istanbul": "^3.0.9",
75
+ "@azure/identity": "4.11.1",
76
+ "@types/node": "^20.19.0",
77
+ "@vitest/browser": "^3.2.3",
78
+ "@vitest/coverage-istanbul": "^3.2.3",
100
79
  "dotenv": "^16.0.0",
101
- "eslint": "^9.9.0",
80
+ "eslint": "^9.33.0",
102
81
  "playwright": "^1.50.1",
103
- "typescript": "~5.8.2",
104
- "vitest": "^3.0.9"
82
+ "typescript": "~5.8.3",
83
+ "vitest": "^3.2.3",
84
+ "@azure-tools/test-recorder": "^4.1.1",
85
+ "@azure/dev-tool": "^1.0.0",
86
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
87
+ "@azure-tools/test-credential": "^2.1.2"
105
88
  },
106
89
  "type": "module",
107
90
  "tshy": {
@@ -141,5 +124,21 @@
141
124
  }
142
125
  }
143
126
  },
144
- "react-native": "./dist/react-native/index.js"
145
- }
127
+ "react-native": "./dist/react-native/index.js",
128
+ "scripts": {
129
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
130
+ "build:samples": "tsc -p tsconfig.samples.json",
131
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
132
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
133
+ "execute:samples": "dev-tool samples run samples-dev",
134
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
135
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
136
+ "lint": "eslint package.json src test",
137
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
138
+ "pack": "pnpm pack 2>&1",
139
+ "test": "npm run test:node && npm run test:browser",
140
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
141
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
142
+ "update-snippets": "dev-tool run update-snippets"
143
+ }
144
+ }