@glasshome/ui 0.3.0 → 0.3.1

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 (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glasshome/ui",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "SolidJS component library for GlassHome, built on Kobalte",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -47,7 +47,8 @@
47
47
  ],
48
48
  "scripts": {
49
49
  "build": "vite build && tsc",
50
- "dev": "vite build --watch"
50
+ "dev": "vite build --watch",
51
+ "lint": "biome check ."
51
52
  },
52
53
  "peerDependencies": {
53
54
  "@glasshome/sync-layer": ">=0.1.0",
@@ -70,7 +71,8 @@
70
71
  "@types/node": "^25.2.2",
71
72
  "typescript": "^5",
72
73
  "vite": "^7.3.1",
73
- "vite-plugin-solid": "^2.11.10"
74
+ "vite-plugin-solid": "^2.11.10",
75
+ "@biomejs/biome": "2.4.15"
74
76
  },
75
77
  "repository": {
76
78
  "type": "git",