@azure/storage-file-share 12.23.0-alpha.20231206.1 → 12.23.0-alpha.20231212.2

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-file-share",
3
3
  "sdk-type": "client",
4
- "version": "12.23.0-alpha.20231206.1",
4
+ "version": "12.23.0-alpha.20231212.2",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - File",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-file-share/src/index.js",
@@ -121,12 +121,11 @@
121
121
  "@azure/core-paging": "^1.1.1",
122
122
  "@azure/core-rest-pipeline": "^1.10.1",
123
123
  "@azure/core-tracing": "^1.0.0",
124
- "@azure/core-util": "^1.4.0",
124
+ "@azure/core-util": "^1.6.1",
125
125
  "@azure/core-xml": "^1.3.2",
126
126
  "@azure/logger": "^1.0.0",
127
127
  "events": "^3.0.0",
128
- "tslib": "^2.2.0",
129
- "uuid": "^8.3.0"
128
+ "tslib": "^2.2.0"
130
129
  },
131
130
  "devDependencies": {
132
131
  "@azure/storage-blob": ">=12.23.0-alpha <12.23.0-alphb",
@@ -142,7 +141,6 @@
142
141
  "@types/mocha": "^10.0.0",
143
142
  "@types/node": "^18.0.0",
144
143
  "@types/sinon": "^17.0.0",
145
- "@types/uuid": "^8.0.0",
146
144
  "chai": "^4.2.0",
147
145
  "cross-env": "^7.0.2",
148
146
  "dotenv": "^16.0.0",