@azure/identity-broker 1.2.1-alpha.20250730.2 → 1.2.1-alpha.20250819.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.
package/README.md CHANGED
@@ -19,6 +19,14 @@ useIdentityPlugin(nativeBrokerPlugin);
19
19
 
20
20
  - An [Azure subscription](https://azure.microsoft.com/free/nodejs/).
21
21
 
22
+ > Note: For local development with `@azure/identity-broker`, you may need to install additional tools. [node-gyp](https://github.com/nodejs/node-gyp) is used to compile [addons](https://nodejs.org/api/addons.html) for accessing system APIs. Installation requirements are listed in the [node-gyp README](https://github.com/nodejs/node-gyp#installation).
23
+
24
+ On Linux, the library uses `libsecret` so you may need to install it. Depending on your distribution, you will need to run the following command:
25
+
26
+ - Debian/Ubuntu: `sudo apt-get install libsecret-1-dev`
27
+ - Red Hat-based: `sudo yum install libsecret-devel`
28
+ - Arch Linux: `sudo pacman -S libsecret`
29
+
22
30
  ### Install the package
23
31
 
24
32
  This package is designed to be used with Azure Identity for JavaScript. Install both `@azure/identity` and this package using `npm`:
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.9"
8
+ "packageVersion": "7.52.10"
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-alpha.20250730.2",
3
+ "version": "1.2.1-alpha.20250819.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",