@azure/storage-file-share 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/dist/index.js CHANGED
@@ -18,7 +18,6 @@ var stream = require('stream');
18
18
  var events = require('events');
19
19
  var fs = require('fs');
20
20
  var util = require('util');
21
- var uuid = require('uuid');
22
21
 
23
22
  function _interopNamespaceDefault(e) {
24
23
  var n = Object.create(null);
@@ -14791,7 +14790,7 @@ class ShareLeaseClient {
14791
14790
  }
14792
14791
  this._url = client.url;
14793
14792
  if (!leaseId) {
14794
- leaseId = uuid.v4();
14793
+ leaseId = coreUtil.randomUUID();
14795
14794
  }
14796
14795
  this._leaseId = leaseId;
14797
14796
  }
@@ -15271,7 +15270,7 @@ exports.KnownShareTokenIntent = void 0;
15271
15270
  KnownShareTokenIntent["Backup"] = "backup";
15272
15271
  })(exports.KnownShareTokenIntent || (exports.KnownShareTokenIntent = {}));
15273
15272
 
15274
- Object.defineProperty(exports, 'RestError', {
15273
+ Object.defineProperty(exports, "RestError", {
15275
15274
  enumerable: true,
15276
15275
  get: function () { return coreRestPipeline.RestError; }
15277
15276
  });