@regle/core 0.10.1 → 0.10.2

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.
@@ -1682,6 +1682,7 @@ interface RegleCommonStatus<TValue = any> {
1682
1682
  * Resets the `$dirty` state on all nested properties of a form.
1683
1683
  * Rerun rules if `$lazy` is false
1684
1684
  */
1685
+ $reset(): void;
1685
1686
  $reset(options?: ResetOptions<TValue>): void;
1686
1687
  /** Clears the $externalResults state back to an empty object. */
1687
1688
  $clearExternalErrors(): void;
@@ -1682,6 +1682,7 @@ interface RegleCommonStatus<TValue = any> {
1682
1682
  * Resets the `$dirty` state on all nested properties of a form.
1683
1683
  * Rerun rules if `$lazy` is false
1684
1684
  */
1685
+ $reset(): void;
1685
1686
  $reset(options?: ResetOptions<TValue>): void;
1686
1687
  /** Clears the $externalResults state back to an empty object. */
1687
1688
  $clearExternalErrors(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regle/core",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "Type safe form validation library for Vue 3",
5
5
  "peerDependencies": {
6
6
  "pinia": ">=2.2.5",