@azure/identity-broker 1.1.1-alpha.20250213.1 → 1.2.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -4,7 +4,7 @@ This package provides a plugin to the Azure Identity library for JavaScript ([`@
4
4
 
5
5
  An authentication broker is an application that runs on a user’s machine that manages the authentication handshakes and token maintenance for connected accounts. Currently, only the Windows authentication broker, Web Account Manager (WAM), is supported.
6
6
 
7
- [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-broker) | [Samples](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-broker/samples) | [API reference documentation](https://azuresdkdocs.z19.web.core.windows.net/javascript/azure-identity-broker/1.0.0-beta.1/index.html) | [Microsoft Entra ID documentation] (https://learn.microsoft.com/entra/identity/)
7
+ [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-broker) | [Samples](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-broker/samples) | [API reference documentation](https://learn.microsoft.com/javascript/api/overview/azure/identity-broker-readme?view=azure-node-latest) | [Microsoft Entra ID documentation] (https://learn.microsoft.com/entra/identity/)
8
8
 
9
9
  ## Getting started
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/identity-broker",
3
- "version": "1.1.1-alpha.20250213.1",
3
+ "version": "1.2.0",
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",
@@ -56,20 +56,20 @@
56
56
  "sideEffects": false,
57
57
  "dependencies": {
58
58
  "@azure/core-auth": "^1.9.0",
59
- "@azure/identity": "^4.5.0",
59
+ "@azure/identity": "^4.7.0",
60
60
  "@azure/msal-node-extensions": "^1.3.0",
61
- "@azure/msal-node": "^2.15.0",
61
+ "@azure/msal-node": "^3.2.2",
62
62
  "tslib": "^2.2.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
66
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
65
+ "@azure-tools/test-recorder": "^4.1.0",
66
+ "@azure-tools/test-utils-vitest": "^1.0.0",
67
67
  "@azure/abort-controller": "^1.1.0",
68
68
  "@azure/core-client": "^1.7.0",
69
69
  "@azure/core-rest-pipeline": "^1.17.0",
70
70
  "@azure/core-util": "^1.6.0",
71
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
72
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
71
+ "@azure/dev-tool": "^1.0.0",
72
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
73
73
  "@azure/logger": "^1.0.4",
74
74
  "@types/node": "^18.0.0",
75
75
  "@vitest/browser": "^3.0.3",