@azure/identity 3.3.1 → 3.3.2-alpha.20231013.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.

Potentially problematic release.


This version of @azure/identity might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/identity",
3
3
  "sdk-type": "client",
4
- "version": "3.3.1",
4
+ "version": "3.3.2-alpha.20231013.2",
5
5
  "description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist-esm/src/index.js",
@@ -10,6 +10,7 @@
10
10
  "os": false,
11
11
  "process": false,
12
12
  "./dist-esm/src/credentials/azureCliCredential.js": "./dist-esm/src/credentials/azureCliCredential.browser.js",
13
+ "./dist-esm/src/credentials/azureDeveloperCliCredential.js": "./dist-esm/src/credentials/azureDeveloperCliCredential.browser.js",
13
14
  "./dist-esm/src/credentials/environmentCredential.js": "./dist-esm/src/credentials/environmentCredential.browser.js",
14
15
  "./dist-esm/src/credentials/managedIdentityCredential/index.js": "./dist-esm/src/credentials/managedIdentityCredential/index.browser.js",
15
16
  "./dist-esm/src/credentials/clientCertificateCredential.js": "./dist-esm/src/credentials/clientCertificateCredential.browser.js",
@@ -25,6 +26,7 @@
25
26
  "./dist-esm/src/credentials/azureApplicationCredential.js": "./dist-esm/src/credentials/azureApplicationCredential.browser.js",
26
27
  "./dist-esm/src/credentials/onBehalfOfCredential.js": "./dist-esm/src/credentials/onBehalfOfCredential.browser.js",
27
28
  "./dist-esm/src/credentials/workloadIdentityCredential.js": "./dist-esm/src/credentials/workloadIdentityCredential.browser.js",
29
+ "./dist-esm/src/msal/utils.js": "./dist-esm/src/msal/utils.browser.js",
28
30
  "./dist-esm/src/util/authHostEnv.js": "./dist-esm/src/util/authHostEnv.browser.js",
29
31
  "./dist-esm/src/util/processMultiTenantRequest.js": "./dist-esm/src/util/processMultiTenantRequest.browser.js",
30
32
  "./dist-esm/src/tokenCache/TokenCachePersistence.js": "./dist-esm/src/tokenCache/TokenCachePersistence.browser.js",
@@ -82,7 +84,7 @@
82
84
  ]
83
85
  },
84
86
  "engines": {
85
- "node": ">=14.0.0"
87
+ "node": ">=16.0.0"
86
88
  },
87
89
  "repository": "github:Azure/azure-sdk-for-js",
88
90
  "keywords": [
@@ -111,34 +113,32 @@
111
113
  "@azure/core-tracing": "^1.0.0",
112
114
  "@azure/core-util": "^1.0.0",
113
115
  "@azure/logger": "^1.0.0",
114
- "@azure/msal-browser": "^2.37.1",
115
- "@azure/msal-common": "^13.1.0",
116
- "@azure/msal-node": "^1.17.3",
116
+ "@azure/msal-browser": "^3.1.0",
117
+ "@azure/msal-node": "^2.2.0",
117
118
  "events": "^3.0.0",
118
119
  "jws": "^4.0.0",
119
120
  "open": "^8.0.0",
120
121
  "stoppable": "^1.1.0",
121
- "tslib": "^2.2.0",
122
- "uuid": "^8.3.0"
122
+ "tslib": "^2.2.0"
123
123
  },
124
124
  "devDependencies": {
125
125
  "@azure-tools/test-recorder": "^3.0.0",
126
- "@azure/dev-tool": "^1.0.0",
127
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
126
+ "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
127
+ "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
128
128
  "@azure/keyvault-keys": "^4.2.0",
129
- "@azure/test-utils": "^1.0.0",
129
+ "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
130
130
  "@microsoft/api-extractor": "^7.31.1",
131
131
  "@types/chai": "^4.1.6",
132
132
  "@types/jsonwebtoken": "^9.0.0",
133
133
  "@types/jws": "^3.2.2",
134
- "@types/mocha": "^7.0.2",
134
+ "@types/mocha": "^10.0.0",
135
135
  "@types/ms": "^0.7.31",
136
- "@types/node": "^14.0.0",
136
+ "@types/node": "^16.0.0",
137
137
  "@types/sinon": "^10.0.0",
138
138
  "@types/stoppable": "^1.1.0",
139
139
  "@types/uuid": "^8.0.0",
140
140
  "chai": "^4.2.0",
141
- "cross-env": "^7.0.2",
141
+ "cross-env": "^7.0.3",
142
142
  "dotenv": "^16.0.0",
143
143
  "eslint": "^8.0.0",
144
144
  "inherits": "^2.0.3",
@@ -151,7 +151,7 @@
151
151
  "karma-mocha": "^2.0.1",
152
152
  "karma-mocha-reporter": "^2.2.5",
153
153
  "karma-sourcemap-loader": "^0.3.8",
154
- "mocha": "^7.1.1",
154
+ "mocha": "^10.0.0",
155
155
  "mocha-junit-reporter": "^2.0.0",
156
156
  "ms": "^2.1.3",
157
157
  "nyc": "^15.0.0",
@@ -162,6 +162,6 @@
162
162
  "ts-node": "^10.0.0",
163
163
  "typescript": "~5.0.0",
164
164
  "util": "^0.12.1",
165
- "uuid": "^8.3.2"
165
+ "esm": "^3.2.18"
166
166
  }
167
167
  }
@@ -1053,6 +1053,7 @@ export declare interface InteractiveBrowserCredentialInBrowserOptions extends In
1053
1053
  /**
1054
1054
  * Gets the redirect URI of the application. This should be same as the value
1055
1055
  * in the application registration portal. Defaults to `window.location.href`.
1056
+ * This field is no longer required for Node.js.
1056
1057
  */
1057
1058
  redirectUri?: string | (() => string);
1058
1059
  /**
@@ -1085,6 +1086,7 @@ export declare interface InteractiveBrowserCredentialNodeOptions extends Interac
1085
1086
  /**
1086
1087
  * Gets the redirect URI of the application. This should be same as the value
1087
1088
  * in the application registration portal. Defaults to `window.location.href`.
1089
+ * This field is no longer required for Node.js.
1088
1090
  */
1089
1091
  redirectUri?: string | (() => string);
1090
1092
  /**