@azure/storage-file-share 12.20.0-alpha.20231023.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.
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-file-share",
3
3
  "sdk-type": "client",
4
- "version": "12.20.0-alpha.20231023.1",
4
+ "version": "12.20.0-alpha.20231030.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - File",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-file-share/src/index.js",
@@ -28,7 +28,7 @@
28
28
  }
29
29
  },
30
30
  "engines": {
31
- "node": ">=16.0.0"
31
+ "node": ">=18.0.0"
32
32
  },
33
33
  "scripts": {
34
34
  "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
@@ -149,7 +149,7 @@
149
149
  "@microsoft/api-extractor": "^7.31.1",
150
150
  "@types/chai": "^4.1.6",
151
151
  "@types/mocha": "^10.0.0",
152
- "@types/node": "^16.0.0",
152
+ "@types/node": "^18.0.0",
153
153
  "@types/sinon": "^10.0.0",
154
154
  "@types/uuid": "^8.0.0",
155
155
  "chai": "^4.2.0",