theprogrammablemind 7.10.0-beta.16 → 7.10.0-beta.18

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 +2 -2
  2. package/package.json +1 -1
package/client.js CHANGED
@@ -1509,8 +1509,8 @@ const knowledgeModuleImpl = async ({
1509
1509
  }
1510
1510
 
1511
1511
  config.description = description
1512
- if (typeof test === 'object') {
1513
- if (test.contents) {
1512
+ if (typeof testConfig === 'object') {
1513
+ if (testConfig.contents) {
1514
1514
  config.tests = testConfig.contents
1515
1515
  test = testConfig.name
1516
1516
  }
package/package.json CHANGED
@@ -65,6 +65,6 @@
65
65
  "json-stable-stringify": "^1.0.1",
66
66
  "node-fetch": "^2.6.1"
67
67
  },
68
- "version": "7.10.0-beta.16",
68
+ "version": "7.10.0-beta.18",
69
69
  "license": "ISC"
70
70
  }