@azure/identity-broker 1.2.1-alpha.20250421.2 → 1.2.1-alpha.20250422.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/identity-broker",
3
- "version": "1.2.1-alpha.20250421.2",
3
+ "version": "1.2.1-alpha.20250422.2",
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",
@@ -27,7 +27,7 @@
27
27
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
28
28
  "unit-test:browser": "echo skipped",
29
29
  "unit-test:node": "dev-tool run test:vitest -- --test-timeout 300000",
30
- "unit-test:manual": "dev-tool run test:node-ts-input -- --timeout 300000 'test/manual/node/popTokenSupport.spec.ts'",
30
+ "unit-test:manual": "dev-tool run test:vitest -- --timeout 300000 'test/manual/node/popTokenSupport.spec.ts'",
31
31
  "update-snippets": "dev-tool run update-snippets"
32
32
  },
33
33
  "files": [