@azure/core-auth 1.10.1-alpha.20250822.4 → 1.10.1-alpha.20250903.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/core-auth",
|
|
3
|
-
"version": "1.10.1-alpha.
|
|
3
|
+
"version": "1.10.1-alpha.20250903.3",
|
|
4
4
|
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"type": "module",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"playwright": "^1.50.1",
|
|
65
65
|
"typescript": "~5.8.3",
|
|
66
66
|
"vitest": "^3.2.3",
|
|
67
|
-
"@azure/
|
|
68
|
-
"@azure/
|
|
67
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
68
|
+
"@azure/dev-tool": "^1.0.0"
|
|
69
69
|
},
|
|
70
70
|
"//metadata": {
|
|
71
71
|
"migrationDate": "2023-03-08T18:36:03.000Z"
|
|
@@ -100,8 +100,7 @@
|
|
|
100
100
|
"pack": "pnpm pack 2>&1",
|
|
101
101
|
"test": "npm run test:node && npm run test:browser",
|
|
102
102
|
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
|
|
103
|
-
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
104
|
-
"test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
|
|
103
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
|
|
105
104
|
"update-snippets": "dev-tool run update-snippets"
|
|
106
105
|
}
|
|
107
106
|
}
|