@neutro/form 0.0.2 → 0.0.3
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @neutro/form
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
High-performance, zero-dependency, framework-agnostic reactive form engine. One closure factory — `createForm` — that handles validation, async checks, array operations, and DOM binding. Thin reactive adapters for React, Vue, Svelte, SolidJS, and Angular wrap the same engine.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutro/form",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.3",
|
|
4
|
+
"description": "High-performance, zero-dependency, framework-agnostic reactive form engine.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"form",
|
|
7
7
|
"validation",
|
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"tsup": "^8.0.0",
|
|
88
88
|
"@neutro/form-core": "0.0.1",
|
|
89
|
-
"@neutro/form-react": "0.0.1",
|
|
90
89
|
"@neutro/form-svelte": "0.0.1",
|
|
91
90
|
"@neutro/form-vue": "0.0.1",
|
|
92
91
|
"@neutro/form-angular": "0.0.1",
|
|
92
|
+
"@neutro/form-react": "0.0.1",
|
|
93
93
|
"@neutro/form-solid": "0.0.1"
|
|
94
94
|
},
|
|
95
95
|
"scripts": {
|