@reformer/core 2.0.0-beta.10 → 2.0.0-beta.12

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/llms.txt +1 -1
  2. package/package.json +1 -1
package/llms.txt CHANGED
@@ -497,7 +497,7 @@ const behavior: BehaviorSchemaFn<LoanForm> = (path) => {
497
497
  };
498
498
  ```
499
499
 
500
- Reference patterns: `complex-multy-step-form/schemas/credit-application-behavior.ts` and `mcp-credit-application-v10/schema.ts` (Compute helpers section).
500
+ Reference patterns: `complex-multy-step-form/schemas/credit-application-behavior.ts`.
501
501
 
502
502
  ## 6. 4. COMMON MISTAKES
503
503
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reformer/core",
3
- "version": "2.0.0-beta.10",
3
+ "version": "2.0.0-beta.12",
4
4
  "description": "Reactive form state management library for React with signals-based architecture",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",