theprogrammablemind_4wp 7.10.0-beta.11 → 7.10.0-beta.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/client.js +1 -1
  2. package/package.json +1 -1
package/client.js CHANGED
@@ -637,7 +637,7 @@ const loadInstance = (config, instance) => {
637
637
  // config.addInternal(results, useOldVersion = true, skipObjects = false, includeNamespaces = true, allowNameToBeNull = false)
638
638
  // config.addInternal(config.template.queries[i], { handleCalculatedProps: true } )
639
639
  const uuid = config.nameToUUID(instance.name)
640
- config.addInternal(instance.template.queries[i], { uuid, addFirst: true, handleCalculatedProps: true } )
640
+ config.addInternal(_.cloneDeep(instance.template.queries[i]), { uuid, addFirst: true, handleCalculatedProps: true } )
641
641
  } else if (results.apply) {
642
642
  const objects = config.get('objects')
643
643
  const args = { objects, getObjects: getObjects(objects) }
package/package.json CHANGED
@@ -65,6 +65,6 @@
65
65
  "json-stable-stringify": "^1.0.1",
66
66
  "node-fetch": "^2.6.1"
67
67
  },
68
- "version": "7.10.0-beta.11",
68
+ "version": "7.10.0-beta.12",
69
69
  "license": "ISC"
70
70
  }