@integry/sdk 4.6.60 → 4.6.61

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.6.60",
3
+ "version": "4.6.61",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -518,7 +518,7 @@ class ActionForm extends Component<ActionFormPropsType, ActionFormStateType> {
518
518
  isFunctionSource = false,
519
519
  ) => {
520
520
  if (integryObject) {
521
- const outputPrefix = isFunctionSource ? 'output' : 'out';
521
+ const outputPrefix = isFunctionSource ? 'out' : 'out';
522
522
  try {
523
523
  let objectPaylaod = {};
524
524
  if (isFunctionSource) {