@azure/identity 4.11.0-alpha.20250731.1 → 4.11.0-alpha.20250801.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/identity",
3
3
  "sdk-type": "client",
4
- "version": "4.11.0-alpha.20250731.1",
4
+ "version": "4.11.0-alpha.20250801.2",
5
5
  "description": "Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID",
6
6
  "main": "./dist/commonjs/index.js",
7
7
  "module": "./dist/esm/index.js",
@@ -35,7 +35,7 @@
35
35
  "test": "npm run test:node && npm run test:browser",
36
36
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
37
37
  "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
38
- "test:node:managed-identity": "dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts",
38
+ "test:node:managed-identity": "dev-tool run test:vitest -- --config ./vitest.managed-identity.config.ts",
39
39
  "test:node:no-timeouts": "dev-tool run test:vitest -- --test-timeout=0",
40
40
  "update-snippets": "dev-tool run update-snippets"
41
41
  },