@proofhound/ui 0.1.6 → 0.1.7

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 +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@proofhound/ui",
3
- "version": "0.1.6",
4
- "description": "设计系统:shadcn 原子件 + cn + Main + UI hooks + UiStringsContext(被 @proofhound/web-ui apps/web 复用)",
3
+ "version": "0.1.7",
4
+ "description": "Design system: shadcn primitives + cn + Main + pure UI hooks + UiStringsContext (reused by @proofhound/web-ui and apps/web)",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
@@ -65,7 +65,7 @@
65
65
  "type": "module",
66
66
  "scripts": {
67
67
  "build": "rm -rf dist && tsc -p tsconfig.build.json",
68
- "typecheck": "tsc --noEmit",
68
+ "typecheck": "tsc --noEmit --incremental false",
69
69
  "lint": "eslint \"src/**/*.{ts,tsx}\"",
70
70
  "test": "vitest run --passWithNoTests",
71
71
  "test:unit": "vitest run --passWithNoTests",