@azure/identity 4.3.1-alpha.20240702.3 → 4.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist-esm/src/constants.js +1 -1
- package/dist-esm/src/constants.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
@@ -10,7 +10,7 @@ Key links:
|
|
10
10
|
- [Package (npm)](https://www.npmjs.com/package/@azure/identity)
|
11
11
|
- [API Reference Documentation](https://learn.microsoft.com/javascript/api/@azure/identity)
|
12
12
|
- [Microsoft Entra ID documentation](https://learn.microsoft.com/entra/identity)
|
13
|
-
- [Samples](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/samples
|
13
|
+
- [Samples](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/samples)
|
14
14
|
|
15
15
|
## Getting started
|
16
16
|
|
package/dist/index.js
CHANGED
@@ -46,7 +46,7 @@ var child_process__namespace = /*#__PURE__*/_interopNamespaceDefault(child_proce
|
|
46
46
|
/**
|
47
47
|
* Current version of the `@azure/identity` package.
|
48
48
|
*/
|
49
|
-
const SDK_VERSION = `4.
|
49
|
+
const SDK_VERSION = `4.4.0`;
|
50
50
|
/**
|
51
51
|
* The default client ID for authentication
|
52
52
|
* @internal
|