@azure/identity 4.9.2-alpha.20250430.1 → 4.9.2-alpha.20250506.3

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.5"
8
+ "packageVersion": "7.52.7"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/identity",
3
3
  "sdk-type": "client",
4
- "version": "4.9.2-alpha.20250430.1",
4
+ "version": "4.9.2-alpha.20250506.3",
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",
@@ -21,26 +21,20 @@
21
21
  "scripts": {
22
22
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
23
23
  "build:samples": "echo Obsolete.",
24
- "build:test": "echo skipped. actual commands inlined in browser test scripts",
25
24
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
26
25
  "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
27
26
  "execute:samples": "dev-tool samples run samples-dev",
28
27
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
29
28
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
30
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
31
- "integration-test:browser": "echo skipped",
32
- "integration-test:managed-identity": "dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts",
33
- "integration-test:node": "dev-tool run test:vitest --esm",
34
29
  "lint": "eslint README.md package.json api-extractor.json src test",
35
30
  "lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
36
31
  "pack": "npm pack 2>&1",
37
- "test": "npm run clean && npm run build:test && npm run unit-test && npm run integration-test",
38
- "test:browser": "npm run unit-test:browser && npm run integration-test:browser",
39
- "test:node": "npm run clean && npm run unit-test:node && npm run integration-test:node",
40
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
41
- "unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
42
- "unit-test:node": "dev-tool run test:vitest",
43
- "unit-test:node:no-timeouts": "dev-tool run test:vitest -- --test-timeout=0",
32
+ "test": "npm run test:node && npm run test:browser",
33
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
34
+ "test:node": "dev-tool run test:vitest",
35
+ "test:node:esm": "dev-tool run test:vitest --esm",
36
+ "test:node:managed-identity": "dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts",
37
+ "test:node:no-timeouts": "dev-tool run test:vitest -- --test-timeout=0",
44
38
  "update-snippets": "dev-tool run update-snippets"
45
39
  },
46
40
  "files": [
@@ -86,8 +80,8 @@
86
80
  "@azure/core-tracing": "^1.0.0",
87
81
  "@azure/core-util": "^1.11.0",
88
82
  "@azure/logger": "^1.0.0",
89
- "@azure/msal-node": "^3.5.0",
90
83
  "@azure/msal-browser": "^4.2.0",
84
+ "@azure/msal-node": "^3.5.0",
91
85
  "open": "^10.1.0",
92
86
  "tslib": "^2.2.0"
93
87
  },