@azure/core-auth 1.9.1-alpha.20250408.2 → 1.9.1-alpha.20250418.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/core-auth",
|
|
3
|
-
"version": "1.9.1-alpha.
|
|
3
|
+
"version": "1.9.1-alpha.20250418.1",
|
|
4
4
|
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"type": "module",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"lint": "eslint README.md package.json api-extractor.json src test",
|
|
67
67
|
"lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
68
68
|
"pack": "npm pack 2>&1",
|
|
69
|
-
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node &&
|
|
69
|
+
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
|
|
70
70
|
"test:browser": "npm run clean && npm run unit-test:browser && npm run integration-test:browser",
|
|
71
71
|
"test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
|
|
72
72
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|