@azure/storage-queue 12.9.0-alpha.20220512.4 → 12.9.0

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 +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-queue",
3
3
  "sdk-type": "client",
4
- "version": "12.9.0-alpha.20220512.4",
4
+ "version": "12.9.0",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - Queue",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/src/index.js",
@@ -125,10 +125,10 @@
125
125
  "tslib": "^2.2.0"
126
126
  },
127
127
  "devDependencies": {
128
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
129
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
128
+ "@azure/dev-tool": "^1.0.0",
129
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
130
130
  "@azure/identity": "^2.0.1",
131
- "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
131
+ "@azure/test-utils": "^1.0.0",
132
132
  "@azure-tools/test-recorder": "^1.0.0",
133
133
  "@microsoft/api-extractor": "7.18.11",
134
134
  "@types/chai": "^4.1.6",
@@ -159,7 +159,7 @@
159
159
  "mocha-junit-reporter": "^2.0.0",
160
160
  "nyc": "^15.0.0",
161
161
  "prettier": "^2.5.1",
162
- "puppeteer": "^14.0.0",
162
+ "puppeteer": "^13.5.1",
163
163
  "rimraf": "^3.0.0",
164
164
  "source-map-support": "^0.5.9",
165
165
  "ts-node": "^10.0.0",