theprogrammablemind_4wp 7.10.0-beta.16 → 7.10.0-beta.17

Sign up to get free protection for your applications and to get access to all the features.
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.17",
69
69
  "license": "ISC"
70
70
  }