@azure/core-auth 1.9.0-alpha.20241023.2 → 1.9.0-alpha.20241025.10
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 +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/core-auth",
|
|
3
|
-
"version": "1.9.0-alpha.
|
|
3
|
+
"version": "1.9.0-alpha.20241025.10",
|
|
4
4
|
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"type": "module",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"build:samples": "echo Obsolete",
|
|
56
56
|
"build:test": "echo skipped. actual commands inlined in browser test scripts",
|
|
57
57
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
58
|
-
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
58
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
59
59
|
"execute:samples": "echo skipped",
|
|
60
60
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
61
61
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
@@ -81,13 +81,11 @@
|
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
83
83
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
84
|
-
"@microsoft/api-extractor": "^7.40.3",
|
|
85
84
|
"@types/node": "^18.0.0",
|
|
86
85
|
"@vitest/browser": "^2.0.5",
|
|
87
86
|
"@vitest/coverage-istanbul": "^2.0.5",
|
|
88
87
|
"eslint": "^9.9.0",
|
|
89
88
|
"playwright": "^1.41.2",
|
|
90
|
-
"rimraf": "^5.0.5",
|
|
91
89
|
"typescript": "~5.6.2",
|
|
92
90
|
"vitest": "^2.0.5"
|
|
93
91
|
},
|