@azure/identity-broker 1.2.1 → 1.3.0-alpha.20250825.5

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/identity-broker",
3
- "version": "1.2.1",
3
+ "version": "1.3.0-alpha.20250825.5",
4
4
  "sdk-type": "client",
5
5
  "description": "A native plugin for Azure Identity credentials to enable broker authentication such as WAM",
6
6
  "main": "./dist/commonjs/index.js",
@@ -34,7 +34,7 @@
34
34
  "@azure/core-auth": "^1.9.0",
35
35
  "@azure/identity": "^4.7.0",
36
36
  "@azure/msal-node": "^3.2.2",
37
- "@azure/msal-node-extensions": "^1.3.0",
37
+ "@azure/msal-node-extensions": "^1.5.20",
38
38
  "tslib": "^2.2.0"
39
39
  },
40
40
  "devDependencies": {
@@ -46,12 +46,12 @@
46
46
  "eslint": "^9.33.0",
47
47
  "typescript": "~5.8.3",
48
48
  "vitest": "^3.2.3",
49
- "@azure-tools/test-utils-vitest": "^1.0.0",
49
+ "@azure-tools/test-recorder": "^4.1.0",
50
50
  "@azure/core-rest-pipeline": "^1.22.1",
51
+ "@azure/core-util": "^1.13.1",
51
52
  "@azure/dev-tool": "^1.0.0",
52
- "@azure-tools/test-recorder": "^4.1.0",
53
53
  "@azure/eslint-plugin-azure-sdk": "^3.0.0",
54
- "@azure/core-util": "^1.13.1"
54
+ "@azure-tools/test-utils-vitest": "^2.0.0"
55
55
  },
56
56
  "//sampleConfiguration": {
57
57
  "productName": "Azure Identity Brokered Auth Plugin",
@@ -91,7 +91,7 @@
91
91
  },
92
92
  "scripts": {
93
93
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
94
- "build:samples": "echo skipped",
94
+ "build:samples": "echo Skipped.",
95
95
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
96
96
  "clean": "dev-tool run vendored rimraf --glob dist dist-esm types \"*.tgz\" \"*.log\"",
97
97
  "execute:samples": "echo skipped",
@@ -103,7 +103,6 @@
103
103
  "test": "npm run test:node && npm run test:browser",
104
104
  "test:browser": "echo skipped",
105
105
  "test:node": "dev-tool run test:vitest -- --test-timeout 300000",
106
- "test:node:esm": "dev-tool run test:vitest --esm",
107
106
  "test:node:manual": "dev-tool run test:vitest -- --timeout 300000 'test/manual/node/popTokenSupport.spec.ts'",
108
107
  "update-snippets": "dev-tool run update-snippets"
109
108
  }