kang-components 0.9.0 → 0.9.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.
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kang-components",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Generic, domain-free React UI primitives (CSS-first press feedback, delayed-action hook, spring presets, cross-fading text, circle icon button).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"build": "tsc -p tsconfig.build.json",
|
|
26
26
|
"test": "vitest run",
|
|
27
27
|
"test:watch": "vitest",
|
|
28
|
+
"test:coverage": "vitest run --coverage",
|
|
28
29
|
"prepublishOnly": "npm run build"
|
|
29
30
|
},
|
|
30
31
|
"peerDependencies": {
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
"@types/react-dom": "^18.3.5",
|
|
56
57
|
"@use-gesture/react": "^10.3.1",
|
|
57
58
|
"@vitejs/plugin-react": "^4.3.4",
|
|
59
|
+
"@vitest/coverage-v8": "^2.1.9",
|
|
58
60
|
"jsdom": "^25.0.1",
|
|
59
61
|
"react": "^18.3.1",
|
|
60
62
|
"react-dom": "^18.3.1",
|