@azure/storage-blob 12.28.0-alpha.20250613.1 → 12.28.0-alpha.20250616.4

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.
Files changed (1) hide show
  1. 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.20250613.1",
4
+ "version": "12.28.0-alpha.20250616.4",
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": ">=18.0.0"
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",
@@ -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": "^18.0.0",
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",