@azure/storage-blob 12.23.0-alpha.20231206.1 → 12.23.0-alpha.20231218.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-blob",
3
3
  "sdk-type": "client",
4
- "version": "12.23.0-alpha.20231206.1",
4
+ "version": "12.23.0-alpha.20231218.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",
@@ -131,12 +131,11 @@
131
131
  "@azure/core-paging": "^1.1.1",
132
132
  "@azure/core-rest-pipeline": "^1.10.1",
133
133
  "@azure/core-tracing": "^1.0.0",
134
- "@azure/core-util": "^1.1.1",
134
+ "@azure/core-util": "^1.6.1",
135
135
  "@azure/core-xml": "^1.3.2",
136
136
  "@azure/logger": "^1.0.0",
137
137
  "events": "^3.0.0",
138
- "tslib": "^2.2.0",
139
- "uuid": "^8.3.0"
138
+ "tslib": "^2.2.0"
140
139
  },
141
140
  "devDependencies": {
142
141
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
@@ -151,7 +150,6 @@
151
150
  "@types/mocha": "^10.0.0",
152
151
  "@types/node": "^18.0.0",
153
152
  "@types/node-fetch": "^2.5.0",
154
- "@types/uuid": "^8.0.0",
155
153
  "chai": "^4.2.0",
156
154
  "cross-env": "^7.0.2",
157
155
  "dotenv": "^16.0.0",