@okyiww/form 0.0.18 → 0.0.19

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5603,7 +5603,7 @@ class g0 {
5603
5603
  }
5604
5604
  function S0(u) {
5605
5605
  const i = new g0(u);
5606
- return console.log("new version"), [
5606
+ return [
5607
5607
  i.render(),
5608
5608
  {
5609
5609
  submit: i.submit.bind(i),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okyiww/form",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",