@azure/storage-file-share 12.11.1-alpha.20220907.1 → 12.11.1-alpha.20220923.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.20220907.1",
4
+ "version": "12.11.1-alpha.20220923.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",
@@ -138,7 +138,7 @@
138
138
  "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
139
139
  "@azure-tools/test-recorder": "^1.0.0",
140
140
  "@azure/test-utils-perf": ">=1.0.0-alpha <1.0.0-alphb",
141
- "@microsoft/api-extractor": "7.18.11",
141
+ "@microsoft/api-extractor": "^7.31.1",
142
142
  "@types/chai": "^4.1.6",
143
143
  "@types/mocha": "^7.0.2",
144
144
  "@types/node": "^12.0.0",