theprogrammablemind_4wp 7.5.4-beta.1 → 7.5.4-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/config.js +2 -2
package/package.json
CHANGED
package/src/config.js
CHANGED
@@ -1018,7 +1018,7 @@ class Config {
|
|
1018
1018
|
'debug',
|
1019
1019
|
|
1020
1020
|
// TODO Fix these from the test app
|
1021
|
-
'
|
1021
|
+
'convolution',
|
1022
1022
|
'expected_generated',
|
1023
1023
|
'expected_results',
|
1024
1024
|
'skipSemantics',
|
@@ -1115,7 +1115,7 @@ class Config {
|
|
1115
1115
|
config = _.cloneDeep(config)
|
1116
1116
|
this.config = config
|
1117
1117
|
for (let bridge of this.config.bridges) {
|
1118
|
-
const valid = [ 'before', 'bridge', 'development', 'evaluator', 'generatorp', 'generatorr', 'generators', 'id', '
|
1118
|
+
const valid = [ 'before', 'bridge', 'development', 'evaluator', 'generatorp', 'generatorr', 'generators', 'id', 'convolution', 'inverted', 'isA', 'children', 'parents',
|
1119
1119
|
'level', 'optional', 'selector', 'semantic', 'words', /Bridge$/, 'localHierarchy' ]
|
1120
1120
|
helpers.validProps(valid, bridge, 'bridge')
|
1121
1121
|
/*
|