@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.
- package/dist/index.js +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) ?
|
|
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
|
-
)
|
|
822
|
+
) : s && o.isObject(e) && !o.isNativeObject(e) ? this.objectParser({
|
|
823
823
|
data: e,
|
|
824
824
|
updater: r,
|
|
825
825
|
index: i.rootIndex,
|