@famgia/omnify-react 2.0.4 → 2.0.6
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@famgia/omnify-react",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "React runtime components, hooks, and utilities for Omnify schemas",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -53,14 +53,6 @@
|
|
|
53
53
|
"scripts",
|
|
54
54
|
"README.md"
|
|
55
55
|
],
|
|
56
|
-
"scripts": {
|
|
57
|
-
"build": "tsup",
|
|
58
|
-
"postinstall": "node scripts/postinstall.cjs",
|
|
59
|
-
"clean": "rm -rf dist",
|
|
60
|
-
"typecheck": "tsc --noEmit",
|
|
61
|
-
"test": "vitest run",
|
|
62
|
-
"test:watch": "vitest"
|
|
63
|
-
},
|
|
64
56
|
"keywords": [
|
|
65
57
|
"omnify",
|
|
66
58
|
"react",
|
|
@@ -107,5 +99,13 @@
|
|
|
107
99
|
"typescript": "^5.8.3",
|
|
108
100
|
"vitest": "^3.2.4",
|
|
109
101
|
"zod": "^4.3.5"
|
|
102
|
+
},
|
|
103
|
+
"scripts": {
|
|
104
|
+
"build": "tsup",
|
|
105
|
+
"postinstall": "node scripts/postinstall.cjs",
|
|
106
|
+
"clean": "rm -rf dist",
|
|
107
|
+
"typecheck": "tsc --noEmit",
|
|
108
|
+
"test": "vitest run",
|
|
109
|
+
"test:watch": "vitest"
|
|
110
110
|
}
|
|
111
|
-
}
|
|
111
|
+
}
|