@okyiww/form 0.0.22 → 0.0.23

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/dist/index.js CHANGED
@@ -3184,7 +3184,7 @@ function qc(e) {
3184
3184
  function ir(e) {
3185
3185
  return (e == null ? void 0 : e.__okyiww_form_once__) === !0;
3186
3186
  }
3187
- const zc = "0.0.1";
3187
+ const zc = "0.0.23";
3188
3188
  export {
3189
3189
  B as FormContext,
3190
3190
  Kc as defineFormSchema,
@@ -1,4 +1,4 @@
1
- declare const version = "0.0.1";
1
+ declare const version = "0.0.23";
2
2
  export { version };
3
3
  export * from './core/context';
4
4
  export * from './helpers';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okyiww/form",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  ".": {
10
10
  "types": "./dist/types/index.d.ts",
11
11
  "import": "./dist/index.js",
12
- "require": "./dist/index.cjs",
12
+ "require": "./dist/index.js",
13
13
  "default": "./dist/index.js"
14
14
  }
15
15
  },