@integry/sdk 4.5.46 → 4.5.47

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integry/sdk",
3
- "version": "4.5.46",
3
+ "version": "4.5.47",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -160,7 +160,7 @@ const ObjectField = (props: ObjectFieldProps) => {
160
160
  // Optionally trigger the parent change handler
161
161
  if (isArray) {
162
162
  if (isFlow && onChangeInFlow) {
163
- onChangeInFlow(updatedObjectArray);
163
+ onChangeInFlow(JSON.stringify(updatedObjectArray));
164
164
  } else {
165
165
  onChange(
166
166
  fieldId,