@azure/ai-language-text 1.1.0-alpha.20250822.1 → 1.1.0-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 text analysis features in the Azure Cognitive Language Service.",
6
- "version": "1.1.0-alpha.20250822.1",
6
+ "version": "1.1.0-alpha.20250826.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -89,8 +89,8 @@
89
89
  "typescript": "~5.8.3",
90
90
  "unzipper": "~0.12.3",
91
91
  "vitest": "^3.2.3",
92
- "@azure-tools/test-credential": "^2.1.1",
93
- "@azure-tools/test-recorder": "^4.1.0",
92
+ "@azure-tools/test-credential": "^2.1.2",
93
+ "@azure-tools/test-recorder": "^4.1.1",
94
94
  "@azure/core-util": "^1.13.1",
95
95
  "@azure/dev-tool": "^1.0.0",
96
96
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
@@ -148,8 +148,7 @@
148
148
  "pack": "pnpm pack 2>&1",
149
149
  "test": "npm run test:node && npm run test:browser",
150
150
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
151
- "test:node": "dev-tool run test:vitest",
152
- "test:node:esm": "dev-tool run test:vitest --esm",
151
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
153
152
  "update-snippets": "dev-tool run update-snippets"
154
153
  }
155
154
  }