@azure/storage-file-share 12.11.1-alpha.20220816.3 → 12.11.1-alpha.20220919.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -28,7 +28,7 @@ Key links:
28
28
 
29
29
  ### Currently supported environments
30
30
 
31
- - [LTS versions of Node.js](https://nodejs.org/about/releases/)
31
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
32
32
  - Latest versions of Safari, Chrome, Edge, and Firefox.
33
33
 
34
34
  See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
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.11.1-alpha.20220816.3",
4
+ "version": "12.11.1-alpha.20220919.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - File",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/src/index.js",
@@ -145,7 +145,7 @@
145
145
  "chai": "^4.2.0",
146
146
  "cross-env": "^7.0.2",
147
147
  "dotenv": "^8.2.0",
148
- "downlevel-dts": "^0.8.0",
148
+ "downlevel-dts": "^0.10.0",
149
149
  "es6-promise": "^4.2.5",
150
150
  "eslint": "^8.0.0",
151
151
  "esm": "^3.2.18",