@azure/identity 2.0.2-alpha.20220106.1 → 2.0.2-alpha.20220131.1
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/CHANGELOG.md +2 -0
- package/dist/index.js +204 -172
- package/dist/index.js.map +1 -1
- package/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/identity",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "2.0.2-alpha.
|
|
4
|
+
"version": "2.0.2-alpha.20220131.1",
|
|
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",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"scripts": {
|
|
44
44
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
45
45
|
"build:samples": "echo Obsolete.",
|
|
46
|
-
"build:test": "tsc -p . &&
|
|
47
|
-
"build": "npm run clean && npm run extract-api && tsc -p . &&
|
|
46
|
+
"build:test": "tsc -p . && dev-tool run bundle",
|
|
47
|
+
"build": "npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle",
|
|
48
48
|
"clean": "rimraf dist dist-* types *.tgz *.log",
|
|
49
49
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
50
50
|
"extract-api": "tsc -p . && api-extractor run --local",
|
|
@@ -112,7 +112,6 @@
|
|
|
112
112
|
"@azure/msal-common": "^4.5.1",
|
|
113
113
|
"@azure/msal-node": "^1.3.0",
|
|
114
114
|
"@azure/msal-browser": "^2.16.0",
|
|
115
|
-
"@types/stoppable": "^1.1.0",
|
|
116
115
|
"events": "^3.0.0",
|
|
117
116
|
"jws": "^4.0.0",
|
|
118
117
|
"open": "^8.0.0",
|
|
@@ -132,6 +131,7 @@
|
|
|
132
131
|
"@types/node": "^12.0.0",
|
|
133
132
|
"@types/uuid": "^8.0.0",
|
|
134
133
|
"@types/chai": "^4.1.6",
|
|
134
|
+
"@types/stoppable": "^1.1.0",
|
|
135
135
|
"chai": "^4.2.0",
|
|
136
136
|
"cross-env": "^7.0.2",
|
|
137
137
|
"dotenv": "^8.2.0",
|
|
@@ -151,7 +151,6 @@
|
|
|
151
151
|
"prettier": "^2.5.1",
|
|
152
152
|
"puppeteer": "^10.2.0",
|
|
153
153
|
"rimraf": "^3.0.0",
|
|
154
|
-
"rollup": "^1.16.3",
|
|
155
154
|
"typescript": "~4.2.0",
|
|
156
155
|
"util": "^0.12.1",
|
|
157
156
|
"sinon": "^9.0.2",
|