@azure/storage-blob 12.23.0-alpha.20231212.2 → 12.23.0-alpha.20240101.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/dist/index.js +1 -1
  2. package/package.json +1 -2
package/dist/index.js CHANGED
@@ -24571,7 +24571,7 @@ exports.KnownEncryptionAlgorithmType = void 0;
24571
24571
  KnownEncryptionAlgorithmType["AES256"] = "AES256";
24572
24572
  })(exports.KnownEncryptionAlgorithmType || (exports.KnownEncryptionAlgorithmType = {}));
24573
24573
 
24574
- Object.defineProperty(exports, 'RestError', {
24574
+ Object.defineProperty(exports, "RestError", {
24575
24575
  enumerable: true,
24576
24576
  get: function () { return coreRestPipeline.RestError; }
24577
24577
  });
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.20231212.2",
4
+ "version": "12.23.0-alpha.20240101.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",
@@ -149,7 +149,6 @@
149
149
  "@types/chai": "^4.1.6",
150
150
  "@types/mocha": "^10.0.0",
151
151
  "@types/node": "^18.0.0",
152
- "@types/node-fetch": "^2.5.0",
153
152
  "chai": "^4.2.0",
154
153
  "cross-env": "^7.0.2",
155
154
  "dotenv": "^16.0.0",