theprogrammablemind 8.3.0-beta.2 → 8.3.0-beta.4

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
@@ -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.4",
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
  }