@azure/core-util 1.11.0 → 1.11.1-alpha.20241111.2
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-util",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.1-alpha.20241111.2",
|
|
4
4
|
"description": "Core library for shared utility methods",
|
|
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 *.tgz *.log",
|
|
58
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp *.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}\"",
|
|
@@ -78,16 +78,14 @@
|
|
|
78
78
|
"tslib": "^2.6.2"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@azure-tools/vite-plugin-browser-test-map": "
|
|
82
|
-
"@azure/dev-tool": "
|
|
83
|
-
"@azure/eslint-plugin-azure-sdk": "
|
|
84
|
-
"@microsoft/api-extractor": "^7.40.3",
|
|
81
|
+
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
82
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
83
|
+
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
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
|
},
|