@redis/entraid 5.9.0-beta.3 → 5.9.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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -100,12 +100,12 @@ const credential = getDefaultAzureCredential();
100
100
 
101
101
  // Create a provider using DefaultAzureCredential
102
102
  const provider = EntraIdCredentialsProviderFactory.createForDefaultAzureCredential({
103
- // Use the same parameters you would pass to credential.getToken()
103
+
104
104
  credential,
105
105
  scopes: REDIS_SCOPE_DEFAULT, // The Redis scope
106
106
  // Optional additional parameters for getToken
107
107
  options: {
108
- // Any options you would normally pass to credential.getToken()
108
+ // Any options you would normally pass to azure's default credential.getToken()
109
109
  },
110
110
  tokenManagerConfig: {
111
111
  expirationRefreshRatio: 0.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redis/entraid",
3
- "version": "5.9.0-beta.3",
3
+ "version": "5.9.0",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "@azure/msal-node": "^2.16.1"
23
23
  },
24
24
  "peerDependencies": {
25
- "@redis/client": "^5.9.0-beta.3"
25
+ "@redis/client": "^5.9.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/express": "^4.17.21",