@azure/storage-blob 12.12.0-alpha.20220907.1 → 12.12.0-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 +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ Key links
25
25
 
26
26
  ### Currently supported environments
27
27
 
28
- - [LTS versions of Node.js](https://nodejs.org/about/releases/)
28
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
29
29
  - Latest versions of Safari, Chrome, Edge, and Firefox.
30
30
 
31
31
  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-blob",
3
3
  "sdk-type": "client",
4
- "version": "12.12.0-alpha.20220907.1",
4
+ "version": "12.12.0-alpha.20220919.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",