feature-form 0.0.15 → 0.0.17

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -33,7 +33,7 @@
33
33
 
34
34
  ### 🌟 Motivation
35
35
 
36
- Provide a typesafe, straightforward, and lightweight form library designed to be modular and extendable with features.
36
+ Create a typesafe, straightforward, and lightweight form library designed to be modular and extendable with features.
37
37
 
38
38
  ### ⚖️ Alternatives
39
39
  - [react-hook-form](https://github.com/react-hook-form/react-hook-form)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "feature-form",
3
3
  "description": "Straightforward, typesafe, and feature-based form library for ReactJs",
4
- "version": "0.0.15",
4
+ "version": "0.0.17",
5
5
  "private": false,
6
6
  "source": "./src/index.ts",
7
7
  "main": "./dist/cjs/index.js",
@@ -20,13 +20,13 @@
20
20
  "homepage": "https://builder.group/?source=github",
21
21
  "dependencies": {
22
22
  "@blgc/types": "0.0.6",
23
- "@blgc/utils": "0.0.15",
24
- "feature-state": "0.0.19",
25
- "validation-adapter": "0.0.7"
23
+ "@blgc/utils": "0.0.16",
24
+ "feature-state": "0.0.21",
25
+ "validation-adapter": "0.0.9"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^20.14.1",
29
- "@blgc/config": "0.0.16"
29
+ "@blgc/config": "0.0.17"
30
30
  },
31
31
  "files": [
32
32
  "dist",