@edirect/storage-gateway 11.0.36 → 11.0.37

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.
@@ -147,7 +147,7 @@ export declare class StorageGatewayClient {
147
147
  downloadFile(params: {
148
148
  storageKey: string;
149
149
  path: string;
150
- }): Promise<import("buffer").Blob>;
150
+ }): Promise<import("node:buffer").Blob>;
151
151
  /**
152
152
  * Get file information
153
153
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edirect/storage-gateway",
3
- "version": "11.0.36",
3
+ "version": "11.0.37",
4
4
  "packageScope": "@edirect",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",