uilab-core 0.1.6 → 0.1.8

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,7 +1,7 @@
1
1
  {
2
2
  "name": "uilab-core",
3
3
  "description": "Uilab base components and blocks",
4
- "version": "0.1.6",
4
+ "version": "0.1.8",
5
5
  "license": "MIT",
6
6
  "author": "",
7
7
  "type": "module",
@@ -35,7 +35,11 @@
35
35
  "release": "npm run build && npm publish",
36
36
  "format": "prettier \"src/**/*.{ts,tsx}\" --write --log-level silent",
37
37
  "lint": "eslint --max-warnings 0",
38
- "lint:fix": "eslint --max-warnings 0 --fix"
38
+ "lint:fix": "eslint --max-warnings 0 --fix",
39
+ "test": "vitest",
40
+ "test:ui": "vitest --ui",
41
+ "test:run": "vitest run",
42
+ "test:coverage": "vitest run --coverage"
39
43
  },
40
44
  "devDependencies": {
41
45
  "@eslint/js": "^9.38.0",
@@ -100,7 +104,7 @@
100
104
  "vaul": "^1.1.2"
101
105
  },
102
106
  "peerDependencies": {
103
- "lucide-react": "^0.546.0",
107
+ "lucide-react": "^0.x",
104
108
  "date-fns": "^4.x",
105
109
  "react": "^19.x",
106
110
  "react-dom": "^19.x",