@uniformdev/mesh-sdk-react 19.19.0 → 19.20.1-alpha.32
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.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.esm.js
CHANGED
|
@@ -5691,7 +5691,7 @@ function bindVariablesToObjectRecursive({
|
|
|
5691
5691
|
}
|
|
5692
5692
|
return;
|
|
5693
5693
|
}
|
|
5694
|
-
const childBind =
|
|
5694
|
+
const childBind = bindVariablesToObjectRecursive({
|
|
5695
5695
|
...bindVariablesOptions,
|
|
5696
5696
|
value: oldValue,
|
|
5697
5697
|
recursivePath: currentObjectPath
|
package/dist/index.js
CHANGED
|
@@ -5819,7 +5819,7 @@ function bindVariablesToObjectRecursive({
|
|
|
5819
5819
|
}
|
|
5820
5820
|
return;
|
|
5821
5821
|
}
|
|
5822
|
-
const childBind =
|
|
5822
|
+
const childBind = bindVariablesToObjectRecursive({
|
|
5823
5823
|
...bindVariablesOptions,
|
|
5824
5824
|
value: oldValue,
|
|
5825
5825
|
recursivePath: currentObjectPath
|
package/dist/index.mjs
CHANGED
|
@@ -5691,7 +5691,7 @@ function bindVariablesToObjectRecursive({
|
|
|
5691
5691
|
}
|
|
5692
5692
|
return;
|
|
5693
5693
|
}
|
|
5694
|
-
const childBind =
|
|
5694
|
+
const childBind = bindVariablesToObjectRecursive({
|
|
5695
5695
|
...bindVariablesOptions,
|
|
5696
5696
|
value: oldValue,
|
|
5697
5697
|
recursivePath: currentObjectPath
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.20.1-alpha.32+9ad53dedb",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK for React",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@hookform/resolvers": "^3.0.1",
|
|
47
|
-
"@uniformdev/design-system": "19.
|
|
48
|
-
"@uniformdev/mesh-sdk": "19.
|
|
47
|
+
"@uniformdev/design-system": "19.20.1-alpha.32+9ad53dedb",
|
|
48
|
+
"@uniformdev/mesh-sdk": "19.20.1-alpha.32+9ad53dedb",
|
|
49
49
|
"mitt": "^3.0.0",
|
|
50
50
|
"react-beautiful-dnd": "13.1.1",
|
|
51
51
|
"react-hook-form": "^7.43.9",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "9ad53dedb0a0c580abc314fe1422f48a09efd0aa"
|
|
81
81
|
}
|