@azure/storage-blob 12.20.0-alpha.20231009.1 → 12.20.0-alpha.20231030.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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-blob",
3
3
  "sdk-type": "client",
4
- "version": "12.20.0-alpha.20231009.1",
4
+ "version": "12.20.0-alpha.20231030.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - Blob",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-blob/src/index.js",
@@ -33,7 +33,7 @@
33
33
  }
34
34
  },
35
35
  "engines": {
36
- "node": ">=16.0.0"
36
+ "node": ">=18.0.0"
37
37
  },
38
38
  "scripts": {
39
39
  "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
@@ -158,7 +158,7 @@
158
158
  "@microsoft/api-extractor": "^7.31.1",
159
159
  "@types/chai": "^4.1.6",
160
160
  "@types/mocha": "^10.0.0",
161
- "@types/node": "^16.0.0",
161
+ "@types/node": "^18.0.0",
162
162
  "@types/node-fetch": "^2.5.0",
163
163
  "@types/uuid": "^8.0.0",
164
164
  "chai": "^4.2.0",
@@ -180,13 +180,13 @@
180
180
  "karma-sourcemap-loader": "^0.3.8",
181
181
  "mocha": "^10.0.0",
182
182
  "mocha-junit-reporter": "^2.0.0",
183
- "nyc": "^15.0.0",
183
+ "c8": "^8.0.0",
184
184
  "prettier": "^2.5.1",
185
185
  "puppeteer": "^19.2.2",
186
186
  "rimraf": "^3.0.0",
187
187
  "source-map-support": "^0.5.9",
188
188
  "ts-node": "^10.0.0",
189
- "typescript": "~5.0.0",
189
+ "typescript": "~5.2.0",
190
190
  "util": "^0.12.1"
191
191
  }
192
192
  }