@wyxos/vibe 5.4.1 → 5.5.0

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/lib/types.d.ts CHANGED
@@ -393,7 +393,7 @@ export interface VibeInstance {
393
393
  reload: () => Promise<void>;
394
394
  removeMedia: (target: VibeMediaTarget) => VibeMediaRemoval | null;
395
395
  removeMediaAnimated?: (target: VibeMediaTarget) => Promise<VibeMediaRemoval | null>;
396
- removeItems: (postIds: readonly VibeItemId[]) => Promise<VibeRemoval>;
396
+ removeItems: (postIds: readonly VibeItemId[], options?: import('./core/itemRemovalOptions').VibeItemRemovalOptions) => Promise<VibeRemoval>;
397
397
  resumeAutoScroll: () => void;
398
398
  restoreAutofillSession: (snapshot: VibeAutofillSessionSnapshot) => boolean;
399
399
  restoreFillSession: (snapshot: VibeFillSessionSnapshot) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wyxos/vibe",
3
- "version": "5.4.1",
3
+ "version": "5.5.0",
4
4
  "description": "An initializable Vue 3 media feed with virtualized masonry and reel layouts.",
5
5
  "keywords": [
6
6
  "vue",