@azure/storage-blob 12.9.0-alpha.20211105.1 → 12.9.0-beta.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/CHANGELOG.md +1 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Release History
2
2
 
3
- ## 12.9.0-beta.1 (Unreleased)
3
+ ## 12.9.0-beta.1 (2021-11-09)
4
4
 
5
5
  ### Features Added
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-blob",
3
3
  "sdk-type": "client",
4
- "version": "12.9.0-alpha.20211105.1",
4
+ "version": "12.9.0-beta.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",
@@ -136,12 +136,12 @@
136
136
  },
137
137
  "devDependencies": {
138
138
  "@azure/core-rest-pipeline": "^1.1.0",
139
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
140
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
139
+ "@azure/dev-tool": "^1.0.0",
140
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
141
141
  "@azure/identity": "^2.0.1",
142
- "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
142
+ "@azure/test-utils": "^1.0.0",
143
143
  "@azure-tools/test-recorder": "^1.0.0",
144
- "@azure/test-utils-perf": ">=1.0.0-alpha <1.0.0-alphb",
144
+ "@azure/test-utils-perf": "^1.0.0",
145
145
  "@microsoft/api-extractor": "^7.18.11",
146
146
  "@rollup/plugin-multi-entry": "^3.0.0",
147
147
  "@rollup/plugin-replace": "^2.2.0",