@viliha/vui-ui 1.0.4 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viliha/vui-ui",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Vui UI — a clean, token-driven React admin/CRM component library built on Tailwind CSS v4, shadcn-style patterns, and Radix Icons. Ships as TypeScript source (Just-in-Time), compiled by the consuming app.",
5
5
  "license": "MIT",
6
6
  "author": "Suman Bonakurthi",
@@ -45,7 +45,7 @@
45
45
  "scripts": {
46
46
  "lint": "eslint . --max-warnings 0",
47
47
  "generate:component": "turbo gen react-component",
48
- "check-types": "tsc --noEmit",
48
+ "check-types": "tsgo --noEmit",
49
49
  "test": "vitest run"
50
50
  },
51
51
  "peerDependencies": {