npm package diff
Package: @forge/bridge
Versions: 5.8.0-next.11 - 5.8.0-next.10-experimental-cd26ead
File: package/out/object-store/objectStore.d.ts
Index: package/out/object-store/objectStore.d.ts
===================================================================
--- package/out/object-store/objectStore.d.ts
+++ package/out/object-store/objectStore.d.ts
@@ -10,9 +10,9 @@
getMetadata: ({ functionKey, keys }: {
functionKey: string;
keys: string[];
}) => Promise<import("./types").GetMetadataResult[]>;
- delete: ({ functionKey, keys }: {
+ deleteObjects: ({ functionKey, keys }: {
functionKey: string;
keys: string[];
}) => Promise<void>;
};