@vibes.diy/use-vibes-base 0.20.4-dev-push → 2.0.0-dev-cli-7
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.
|
@@ -7,5 +7,5 @@ interface ImageGenOptions extends BaseImageGenOptions {
|
|
|
7
7
|
readonly debug: boolean;
|
|
8
8
|
}
|
|
9
9
|
export declare function imageGen(prompt: string, options?: Partial<ImageGenOptions>): Promise<ImageResponse>;
|
|
10
|
-
export declare function createImageGenerator(requestHash: string): (promptText: string, genOptions?: Partial<ImageGenOptions>
|
|
10
|
+
export declare function createImageGenerator(requestHash: string): (promptText: string, genOptions?: Partial<ImageGenOptions>) => Promise<ImageResponse>;
|
|
11
11
|
export {};
|
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibes.diy/use-vibes-base",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "2.0.0-dev-cli-7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Core components and utilities for use-vibes (internal workspace package)",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"build": "core-cli tsc"
|
|
8
|
+
},
|
|
6
9
|
"license": "Apache-2.0",
|
|
7
10
|
"dependencies": {
|
|
8
11
|
"@adviser/cement": "~0.5.34",
|
|
9
|
-
"@clerk/react": "~6.1.
|
|
12
|
+
"@clerk/react": "~6.1.3",
|
|
10
13
|
"@fireproof/core": "~0.24.13",
|
|
11
14
|
"@fireproof/core-keybag": "~0.24.13",
|
|
12
15
|
"@fireproof/core-protocols-dashboard": "~0.24.13",
|
|
@@ -14,18 +17,19 @@
|
|
|
14
17
|
"@fireproof/core-types-base": "~0.24.13",
|
|
15
18
|
"@fireproof/core-types-protocols-cloud": "~0.24.13",
|
|
16
19
|
"@fireproof/use-fireproof": "~0.24.13",
|
|
17
|
-
"@vibes.diy/prompts": "^0.
|
|
18
|
-
"@vibes.diy/use-vibes-types": "^0.
|
|
20
|
+
"@vibes.diy/prompts": "^2.0.0-dev-cli-7",
|
|
21
|
+
"@vibes.diy/use-vibes-types": "^2.0.0-dev-cli-7",
|
|
19
22
|
"arktype": "~2.2.0",
|
|
20
|
-
"call-ai": "^0.
|
|
21
|
-
"jose": "~6.2.
|
|
23
|
+
"call-ai": "^2.0.0-dev-cli-7",
|
|
24
|
+
"jose": "~6.2.2",
|
|
22
25
|
"react-dom": "~19.2.4",
|
|
23
26
|
"zod": "~4.3.6"
|
|
24
27
|
},
|
|
25
28
|
"peerDependencies": {
|
|
26
29
|
"react": ">=19.1.0"
|
|
27
30
|
},
|
|
28
|
-
"
|
|
29
|
-
"
|
|
31
|
+
"repository": {
|
|
32
|
+
"type": "git",
|
|
33
|
+
"url": "git+https://github.com/VibesDIY/vibes.diy.git"
|
|
30
34
|
}
|
|
31
|
-
}
|
|
35
|
+
}
|