@azure/storage-common 12.1.1-alpha.20251010.1 → 12.1.1-alpha.20251015.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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
|
-
"version": "12.1.1-alpha.
|
|
6
|
+
"version": "12.1.1-alpha.20251015.1",
|
|
7
7
|
"description": "Azure Storage Common Client Library for JavaScript",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@azure/abort-controller": "^2.1.2",
|
|
32
32
|
"@azure/core-auth": "^1.9.0",
|
|
33
|
-
"@azure/core-rest-pipeline": "^1.19.1",
|
|
34
33
|
"@azure/core-http-compat": "^2.2.0",
|
|
34
|
+
"@azure/core-rest-pipeline": "^1.19.1",
|
|
35
35
|
"@azure/core-tracing": "^1.2.0",
|
|
36
36
|
"@azure/core-util": "^1.11.0",
|
|
37
37
|
"@azure/logger": "^1.1.4",
|
|
@@ -43,13 +43,17 @@
|
|
|
43
43
|
"@types/node": "^20.19.0",
|
|
44
44
|
"@vitest/browser": "^3.2.3",
|
|
45
45
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
46
|
+
"cross-env": "^7.0.3",
|
|
46
47
|
"eslint": "^9.33.0",
|
|
47
48
|
"playwright": "^1.50.1",
|
|
49
|
+
"prettier": "^3.6.2",
|
|
50
|
+
"rimraf": "^6.0.1",
|
|
51
|
+
"tshy": "^3.0.0",
|
|
48
52
|
"typescript": "~5.9.3",
|
|
49
53
|
"vitest": "^3.2.3",
|
|
50
|
-
"@azure/dev-tool": "^1.0.0-alpha.20251010.1",
|
|
51
54
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
52
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.
|
|
55
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251015.1",
|
|
56
|
+
"@azure/dev-tool": "^1.0.0-alpha.20251015.1"
|
|
53
57
|
},
|
|
54
58
|
"type": "module",
|
|
55
59
|
"tshy": {
|
|
@@ -93,11 +97,11 @@
|
|
|
93
97
|
"scripts": {
|
|
94
98
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
95
99
|
"build:samples": "echo Skipped.",
|
|
96
|
-
"check-format": "
|
|
97
|
-
"clean": "
|
|
100
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
101
|
+
"clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
|
98
102
|
"docs": "echo Skipped.",
|
|
99
103
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
100
|
-
"format": "
|
|
104
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
101
105
|
"lint": "eslint package.json src test",
|
|
102
106
|
"lint:fix": "eslint package.json src test --fix",
|
|
103
107
|
"pack": "pnpm pack 2>&1",
|