theprogrammablemind 7.5.8-beta.69 → 7.5.8-beta.70

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.
Files changed (2) hide show
  1. package/client.js +1 -1
  2. package/package.json +1 -1
package/client.js CHANGED
@@ -1387,7 +1387,7 @@ const knowledgeModule = async ({
1387
1387
  if (runtime.fs && runtime.fs.existsSync(test)) {
1388
1388
  config.tests = JSON.parse(runtime.fs.readFileSync(test))
1389
1389
  } else {
1390
- config.tests = {}
1390
+ config.tests = []
1391
1391
  }
1392
1392
  }
1393
1393
  config.setTestConfig(testConfig)
package/package.json CHANGED
@@ -64,6 +64,6 @@
64
64
  "json-stable-stringify": "^1.0.1",
65
65
  "node-fetch": "^2.6.1"
66
66
  },
67
- "version": "7.5.8-beta.69",
67
+ "version": "7.5.8-beta.70",
68
68
  "license": "ISC"
69
69
  }