theprogrammablemind
Advanced tools
Comparing version 8.3.0-beta.2 to 8.3.0-beta.3
@@ -68,4 +68,4 @@ { | ||
}, | ||
"version": "8.3.0-beta.2", | ||
"version": "8.3.0-beta.3", | ||
"license": "UNLICENSED" | ||
} |
@@ -296,3 +296,3 @@ const { InitCalls } = require('./helpers') | ||
const objects = config.get('objects') | ||
const args = { objects, isResponse: true, response: json, isTest, isInstance, getObjects: getObjects(objects), instance } | ||
const args = { objects, isResponse: true, response: json, isTest, isInstance, getObjects: getObjects(objects), instance, contexts } | ||
if (!json.logs) { | ||
@@ -299,0 +299,0 @@ json.logs = [] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
248417