@ehfuse/forma 1.2.0 → 1.2.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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * index.ts
3
3
  *
4
- * Forma - Advexport { useFormaState } from './hooks/useFormaState';nced React form state management library
4
+ * Forma - Advanced React form state management library
5
5
  * Main entry point and API exports
6
6
  *
7
7
  * @license MIT License
package/dist/esm/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * index.ts
3
3
  *
4
- * Forma - Advexport { useFormaState } from './hooks/useFormaState';nced React form state management library
4
+ * Forma - Advanced React form state management library
5
5
  * Main entry point and API exports
6
6
  *
7
7
  * @license MIT License
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * index.ts
3
3
  *
4
- * Forma - Advexport { useFormaState } from './hooks/useFormaState';nced React form state management library
4
+ * Forma - Advanced React form state management library
5
5
  * Main entry point and API exports
6
6
  *
7
7
  * @license MIT License
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * index.ts
4
4
  *
5
- * Forma - Advexport { useFormaState } from './hooks/useFormaState';nced React form state management library
5
+ * Forma - Advanced React form state management library
6
6
  * Main entry point and API exports
7
7
  *
8
8
  * @license MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/forma",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Advanced React state management library with individual field subscriptions - supports both forms and general state management with useFormaState",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",