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 +1 -1
- package/src/configHelpers.js +1 -1
package/package.json
CHANGED
package/src/configHelpers.js
CHANGED
@@ -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
|
}
|