@weirdfingers/baseboards 0.9.4 → 0.9.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weirdfingers/baseboards",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "description": "One-command launcher for the Boards image generation application",
5
5
  "type": "module",
6
6
  "bin": {
@@ -3,7 +3,7 @@ Boards Backend SDK
3
3
  Open-source creative toolkit for AI-generated content
4
4
  """
5
5
 
6
- __version__ = "0.9.4"
6
+ __version__ = "0.9.5"
7
7
 
8
8
  from .config import settings
9
9
 
@@ -16,7 +16,7 @@
16
16
  "@radix-ui/react-slot": "^1.2.3",
17
17
  "@radix-ui/react-toast": "^1.2.15",
18
18
  "@tailwindcss/postcss": "^4.1.13",
19
- "@weirdfingers/boards": "^0.9.4",
19
+ "@weirdfingers/boards": "^0.9.5",
20
20
  "class-variance-authority": "^0.7.1",
21
21
  "clsx": "^2.0.0",
22
22
  "graphql": "^16.11.0",