bloby-bot 0.17.9 → 0.18.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.
@@ -106,6 +106,7 @@ export function registerUpdateCommand(program: Command) {
106
106
  // Only copy specific files — never overwrite user-added public assets.
107
107
  const frameworkAssets = [
108
108
  'spritesheet.webp',
109
+ 'headphones_spritesheet.webp',
109
110
  ];
110
111
  const publicSrc = path.join(extracted, 'workspace', 'client', 'public');
111
112
  const publicDst = path.join(DATA_DIR, 'workspace', 'client', 'public');