use-vibes 0.4.0 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -91,6 +91,7 @@ Double-click the prompt text in the overlay to edit it. Press Enter to submit ch
91
91
  ##### Image Regeneration
92
92
 
93
93
  When regenerating images, the component will:
94
+
94
95
  - Use the edited prompt if one has been provided (via `editedPrompt` prop, `onPromptEdit` callback, or direct editing in the UI)
95
96
  - Fall back to the original prompt from the document if no edits were made
96
97
  - Preserve versions under the same document ID to maintain history
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "use-vibes",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "type": "module",
5
5
  "description": "Transform any DOM element into an AI-powered micro-app",
6
6
  "main": "dist/index.js",