@frockbot/plugin-image 0.3.4 → 0.3.6

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/frockbot.json +1 -1
  2. 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": "The text-to-image model generate_image runs. Defaults to @cf/black-forest-labs/flux-1-schnell.",
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.4",
3
+ "version": "0.3.6",
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.4",
26
- "@frockbot/kernel-contracts": "0.3.4",
25
+ "@frockbot/kernel-agent-loop": "0.3.6",
26
+ "@frockbot/kernel-contracts": "0.3.6",
27
27
  "cordis": "4.0.0-rc.8"
28
28
  },
29
29
  "devDependencies": {