@vibes.diy/prompts 0.18.28-dev → 0.19.0-dev-react19.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/chat.d.ts +1 -1
  2. package/package.json +4 -4
package/chat.d.ts CHANGED
@@ -139,5 +139,5 @@ export interface ChatInterfaceProps extends ChatState {
139
139
  export interface SessionSidebarProps {
140
140
  isVisible: boolean;
141
141
  onClose: () => void;
142
- sessionId: string;
142
+ sessionId?: string;
143
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/prompts",
3
- "version": "0.18.28-dev",
3
+ "version": "0.19.0-dev-react19.2",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "keywords": [
@@ -18,10 +18,10 @@
18
18
  ],
19
19
  "license": "Apache-2.0",
20
20
  "dependencies": {
21
- "@adviser/cement": "0.5.3",
21
+ "@adviser/cement": "0.5.2",
22
22
  "@fireproof/core-types-base": "0.24.1-dev-react19.2",
23
- "@vibes.diy/use-vibes-types": "^0.18.28-dev",
24
- "call-ai": "^0.18.28-dev"
23
+ "@vibes.diy/use-vibes-types": "^0.19.0-dev-react19.2",
24
+ "call-ai": "^0.19.0-dev-react19.2"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": ">=19.1.0"