@azure/storage-blob 12.28.0-alpha.20250613.1 → 12.28.0-alpha.20250617.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 +5 -5
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/storage-blob",
|
3
3
|
"sdk-type": "client",
|
4
|
-
"version": "12.28.0-alpha.
|
4
|
+
"version": "12.28.0-alpha.20250617.1",
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",
|
6
6
|
"main": "./dist/commonjs/index.js",
|
7
7
|
"module": "./dist/esm/index.js",
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"react-native": "./dist/react-native/index.js",
|
10
10
|
"types": "./dist/commonjs/index.d.ts",
|
11
11
|
"engines": {
|
12
|
-
"node": ">=
|
12
|
+
"node": ">=20.0.0"
|
13
13
|
},
|
14
14
|
"scripts": {
|
15
15
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
@@ -22,8 +22,8 @@
|
|
22
22
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
23
23
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
24
24
|
"generate:client": "autorest --typescript ./swagger/README.md",
|
25
|
-
"lint": "eslint package.json
|
26
|
-
"lint:fix": "eslint package.json
|
25
|
+
"lint": "eslint package.json src test",
|
26
|
+
"lint:fix": "eslint package.json src test --fix",
|
27
27
|
"pack": "npm pack 2>&1",
|
28
28
|
"test": "npm run test:node && npm run test:browser",
|
29
29
|
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
@@ -117,7 +117,7 @@
|
|
117
117
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
118
118
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
119
119
|
"@azure/identity": "^4.7.0",
|
120
|
-
"@types/node": "^
|
120
|
+
"@types/node": "^20.0.0",
|
121
121
|
"@vitest/browser": "^3.0.9",
|
122
122
|
"@vitest/coverage-istanbul": "^3.0.9",
|
123
123
|
"dotenv": "^16.0.0",
|