@azure/storage-blob 12.29.1-alpha.20251010.1 → 12.29.1-alpha.20251014.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-blob",
3
3
  "sdk-type": "client",
4
- "version": "12.29.1-alpha.20251010.1",
4
+ "version": "12.29.1-alpha.20251014.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",
@@ -89,22 +89,26 @@
89
89
  "tslib": "^2.8.1"
90
90
  },
91
91
  "devDependencies": {
92
- "@azure/storage-file-share": "^12.27.0",
93
92
  "@azure-tools/test-perf": "^1.0.0",
94
93
  "@azure/identity": "4.11.1",
94
+ "@azure/storage-file-share": "^12.27.0",
95
95
  "@types/node": "^20.19.0",
96
96
  "@vitest/browser": "^3.2.3",
97
97
  "@vitest/coverage-istanbul": "^3.2.3",
98
+ "cross-env": "^7.0.3",
98
99
  "dotenv": "^16.0.0",
99
100
  "eslint": "^9.33.0",
100
101
  "playwright": "^1.50.1",
102
+ "prettier": "^3.6.2",
103
+ "rimraf": "^6.0.1",
104
+ "tshy": "^3.0.0",
101
105
  "typescript": "~5.9.3",
102
106
  "vitest": "^3.2.3",
103
107
  "@azure-tools/test-utils-vitest": "^2.0.1",
104
- "@azure-tools/test-credential": "^2.1.2",
108
+ "@azure/dev-tool": "^1.0.0-alpha.20251014.1",
105
109
  "@azure-tools/test-recorder": "^4.1.1",
106
- "@azure/dev-tool": "^1.0.0-alpha.20251010.1",
107
- "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251010.1"
110
+ "@azure-tools/test-credential": "^2.1.2",
111
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251014.1"
108
112
  },
109
113
  "type": "module",
110
114
  "tshy": {
@@ -147,13 +151,13 @@
147
151
  "scripts": {
148
152
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
149
153
  "build:samples": "tsc -p tsconfig.samples.json",
150
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
151
- "clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
152
- "clean:samples": "dev-tool run vendored rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json",
153
- "emulator-tests": "dev-tool run vendored cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
154
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
155
+ "clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
156
+ "clean:samples": "rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json",
157
+ "emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
154
158
  "execute:samples": "dev-tool samples run samples-dev",
155
159
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
156
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
160
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
157
161
  "generate:client": "autorest --typescript ./swagger/README.md",
158
162
  "lint": "eslint package.json src test",
159
163
  "lint:fix": "eslint package.json src test --fix",