theprogrammablemind 7.5.8-beta.60 → 7.5.8-beta.62

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
@@ -1383,7 +1383,7 @@ const knowledgeModule = async ({
1383
1383
  if (runtime.fs && runtime.fs.existsSync(test)) {
1384
1384
  config.tests = JSON.parse(runtime.fs.readFileSync(test))
1385
1385
  } else {
1386
- config.tests = {}
1386
+ config.tests = []
1387
1387
  }
1388
1388
  }
1389
1389
  config.setTestConfig(testConfig)
package/package.json CHANGED
@@ -63,6 +63,6 @@
63
63
  "json-stable-stringify": "^1.0.1",
64
64
  "node-fetch": "^2.6.1"
65
65
  },
66
- "version": "7.5.8-beta.60",
66
+ "version": "7.5.8-beta.62",
67
67
  "license": "ISC"
68
68
  }