@azure/identity 4.3.0-alpha.20240509.1 → 4.3.0-alpha.20240510.3
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/identity",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "4.3.0-alpha.
|
|
4
|
+
"version": "4.3.0-alpha.20240510.3",
|
|
5
5
|
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist-esm/src/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"scripts": {
|
|
49
49
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
50
50
|
"build:samples": "echo Obsolete.",
|
|
51
|
-
"build:test": "
|
|
51
|
+
"build:test": "echo skipped. actual commands inlined in browser test scripts",
|
|
52
52
|
"build": "npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle",
|
|
53
53
|
"clean": "rimraf --glob dist dist-* types *.tgz *.log",
|
|
54
54
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",
|
|
63
63
|
"lint": "eslint package.json api-extractor.json src test --ext .ts",
|
|
64
64
|
"pack": "npm pack 2>&1",
|
|
65
|
-
"test:browser": "npm run clean &&
|
|
66
|
-
"test:node": "npm run clean && npm run
|
|
65
|
+
"test:browser": "npm run clean && tsc -p . && dev-tool run bundle && npm run unit-test:browser && npm run integration-test:browser",
|
|
66
|
+
"test:node": "npm run clean && npm run unit-test:node && npm run integration-test:node",
|
|
67
67
|
"test": "npm run clean && npm run build:test && npm run unit-test && npm run integration-test",
|
|
68
68
|
"unit-test:browser": "dev-tool run test:browser",
|
|
69
69
|
"unit-test:node": "dev-tool run test:node-ts-input -- --timeout 300000 --exclude 'test/**/browser/**/*.spec.ts' 'test/**/**/*.spec.ts'",
|