@azure/storage-blob 12.28.0-alpha.20250528.1 → 12.28.0-alpha.20250530.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 +3 -3
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.20250530.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",
|
@@ -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 api-extractor.json
|
26
|
-
"lint:fix": "eslint package.json api-extractor.json
|
25
|
+
"lint": "eslint package.json api-extractor.json src test",
|
26
|
+
"lint:fix": "eslint package.json api-extractor.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",
|