@azure/storage-blob 12.24.0-alpha.20240628.1 → 12.24.0-alpha.20240709.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.
@@ -1,4 +1,4 @@
1
1
  // Copyright (c) Microsoft Corporation.
2
2
  // Licensed under the MIT license.
3
- export * from "./BufferScheduler";
3
+ export { BufferScheduler } from "./BufferScheduler";
4
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../storage-common/src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport * from \"./BufferScheduler\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../storage-common/src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAmB,eAAe,EAAE,MAAM,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport { OutgoingHandler, BufferScheduler } from \"./BufferScheduler\";\n"]}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-blob",
3
3
  "sdk-type": "client",
4
- "version": "12.24.0-alpha.20240628.1",
4
+ "version": "12.24.0-alpha.20240709.2",
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",
@@ -170,7 +170,7 @@
170
170
  "rimraf": "^5.0.5",
171
171
  "source-map-support": "^0.5.9",
172
172
  "ts-node": "^10.0.0",
173
- "typescript": "~5.4.5",
173
+ "typescript": "~5.5.3",
174
174
  "util": "^0.12.1"
175
175
  }
176
176
  }
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
-
3
1
  import { AbortSignalLike } from '@azure/abort-controller';
4
2
  import { AzureLogger } from '@azure/logger';
5
3
  import { CancelOnProgress } from '@azure/core-lro';