@vunk/form 1.1.28 → 1.1.29

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.
@@ -1381,7 +1381,6 @@ var _sfc_main = defineComponent({
1381
1381
  if (sketchValueUpdating.value)
1382
1382
  return;
1383
1383
  uSketchValue();
1384
- console.log("watch", v, ov);
1385
1384
  if (!(ov == null ? void 0 : ov.features.length)) {
1386
1385
  fly();
1387
1386
  }
@@ -1471,7 +1470,6 @@ var _sfc_main = defineComponent({
1471
1470
  });
1472
1471
  async function fly() {
1473
1472
  const view = await viewDef.promise;
1474
- console.log("fly", view);
1475
1473
  if (!view)
1476
1474
  return;
1477
1475
  emit("update:flying", true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "1.1.28",
3
+ "version": "1.1.29",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {