@vibes.diy/use-vibes-base 0.0.1-dev → 0.12.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -498,7 +498,7 @@ Easily create image galleries using document IDs:
498
498
 
499
499
  ### Loading Existing Documents
500
500
 
501
- Load existing documents by `_id`:
501
+ Load existing documents by ID:
502
502
 
503
503
  ```jsx
504
504
  <ImgGen _id="existing-document-id" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/use-vibes-base",
3
- "version": "0.0.1-dev",
3
+ "version": "0.12.0",
4
4
  "type": "module",
5
5
  "description": "Core components and utilities for use-vibes (internal workspace package)",
6
6
  "exports": {
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "license": "Apache-2.0",
13
13
  "dependencies": {
14
- "call-ai": "^0.0.1-dev",
15
- "use-fireproof": "^0.23.11",
14
+ "call-ai": "^0.12.0",
15
+ "use-fireproof": "^0.23.7",
16
16
  "uuid": "^11.1.0"
17
17
  },
18
18
  "peerDependencies": {