@frockbot/plugin-image 0.3.5 → 0.3.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.
- package/frockbot.json +1 -1
- package/package.json +3 -3
package/frockbot.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"schema": {
|
|
19
19
|
"type": "string",
|
|
20
20
|
"title": "Image model",
|
|
21
|
-
"description": "
|
|
21
|
+
"description": "Which model your Bots use to make images. Uses a fast default if you don't pick one.",
|
|
22
22
|
"enum": [
|
|
23
23
|
"@cf/black-forest-labs/flux-1-schnell",
|
|
24
24
|
"@cf/black-forest-labs/flux-2-klein-4b",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frockbot/plugin-image",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"typecheck": "tsc --noEmit -p tsconfig.json"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@frockbot/kernel-agent-loop": "0.3.
|
|
26
|
-
"@frockbot/kernel-contracts": "0.3.
|
|
25
|
+
"@frockbot/kernel-agent-loop": "0.3.7",
|
|
26
|
+
"@frockbot/kernel-contracts": "0.3.7",
|
|
27
27
|
"cordis": "4.0.0-rc.8"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|