@azure/core-auth 1.10.1-alpha.20250820.1 → 1.10.1-alpha.20250822.4
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 +29 -29
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.20250822.4",
|
|
4
4
|
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"type": "module",
|
|
@@ -51,38 +51,21 @@
|
|
|
51
51
|
},
|
|
52
52
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-auth/README.md",
|
|
53
53
|
"sideEffects": false,
|
|
54
|
-
"scripts": {
|
|
55
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
56
|
-
"build:samples": "echo Obsolete",
|
|
57
|
-
"check-format": "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",
|
|
59
|
-
"execute:samples": "echo skipped",
|
|
60
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
61
|
-
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
62
|
-
"lint": "eslint package.json src test",
|
|
63
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
64
|
-
"pack": "npm pack 2>&1",
|
|
65
|
-
"test": "npm run test:node && npm run test:browser",
|
|
66
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
|
|
67
|
-
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
68
|
-
"test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
|
|
69
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
70
|
-
},
|
|
71
54
|
"dependencies": {
|
|
72
55
|
"@azure/abort-controller": "^2.0.0",
|
|
73
56
|
"@azure/core-util": "^1.11.0",
|
|
74
57
|
"tslib": "^2.6.2"
|
|
75
58
|
},
|
|
76
59
|
"devDependencies": {
|
|
77
|
-
"@
|
|
78
|
-
"@
|
|
79
|
-
"@
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
60
|
+
"@types/node": "^20.19.0",
|
|
61
|
+
"@vitest/browser": "^3.2.3",
|
|
62
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
63
|
+
"eslint": "^9.33.0",
|
|
64
|
+
"playwright": "^1.50.1",
|
|
65
|
+
"typescript": "~5.8.3",
|
|
66
|
+
"vitest": "^3.2.3",
|
|
67
|
+
"@azure/dev-tool": "^1.0.0",
|
|
68
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
86
69
|
},
|
|
87
70
|
"//metadata": {
|
|
88
71
|
"migrationDate": "2023-03-08T18:36:03.000Z"
|
|
@@ -103,5 +86,22 @@
|
|
|
103
86
|
"selfLink": false,
|
|
104
87
|
"project": "../../../tsconfig.src.build.json"
|
|
105
88
|
},
|
|
106
|
-
"module": "./dist/esm/index.js"
|
|
107
|
-
|
|
89
|
+
"module": "./dist/esm/index.js",
|
|
90
|
+
"scripts": {
|
|
91
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
92
|
+
"build:samples": "echo Skipped.",
|
|
93
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
94
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
95
|
+
"execute:samples": "echo skipped",
|
|
96
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
97
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
98
|
+
"lint": "eslint package.json src test",
|
|
99
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
100
|
+
"pack": "pnpm pack 2>&1",
|
|
101
|
+
"test": "npm run test:node && npm run test:browser",
|
|
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",
|
|
105
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
106
|
+
}
|
|
107
|
+
}
|