@harbor-design/proform 1.3.2 → 1.3.3

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -805,7 +805,7 @@ class mr {
805
805
  immediate: !0,
806
806
  deep: !0
807
807
  }
808
- ) : q(e) ? (console.log("root", e), _(
808
+ ) : q(e) ? _(
809
809
  () => e,
810
810
  () => {
811
811
  o.isUndefined(e) || (s && o.isObject(e) && !o.isNativeObject(e) ? this.objectParser({
@@ -819,7 +819,7 @@ class mr {
819
819
  immediate: !0,
820
820
  deep: !0
821
821
  }
822
- )) : s && o.isObject(e) && !o.isNativeObject(e) ? this.objectParser({
822
+ ) : s && o.isObject(e) && !o.isNativeObject(e) ? this.objectParser({
823
823
  data: e,
824
824
  updater: r,
825
825
  index: i.rootIndex,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harbor-design/proform",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",