theprogrammablemind_4wp 8.3.0-beta.2 → 8.3.0-beta.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -65,6 +65,6 @@
65
65
  "sort-json": "^2.0.0",
66
66
  "uuid": "^8.3.2"
67
67
  },
68
- "version": "8.3.0-beta.2",
68
+ "version": "8.3.0-beta.3",
69
69
  "license": "UNLICENSED"
70
70
  }
@@ -293,7 +293,7 @@ const processContextsB = async ({ config, hierarchy, semantics, generators, json
293
293
  const contexts = setupContexts(json.contexts)
294
294
 
295
295
  const objects = config.get('objects')
296
- const args = { objects, isResponse: true, response: json, isTest, isInstance, getObjects: getObjects(objects), instance }
296
+ const args = { objects, isResponse: true, response: json, isTest, isInstance, getObjects: getObjects(objects), instance, contexts }
297
297
  if (!json.logs) {
298
298
  json.logs = []
299
299
  }