theprogrammablemind 7.5.4-beta.8 → 7.5.4-beta.9
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.
- package/package.json +1 -1
- package/src/config.js +1 -1
package/package.json
CHANGED
package/src/config.js
CHANGED
@@ -114,7 +114,7 @@ const handleBridgeProps = (config, bridge) => {
|
|
114
114
|
const handleCalculatedProps = (baseConfig, moreConfig) => {
|
115
115
|
for (let bridge of moreConfig.bridges) {
|
116
116
|
const valid = [ 'before', 'bridge', 'development', 'evaluator', 'generatorp', 'generatorr', 'generators', 'id', 'convolution', 'inverted', 'isA', 'children', 'parents',
|
117
|
-
'level', 'optional', 'selector', 'semantic', 'words', /Bridge$/, 'localHierarchy', 'where' ]
|
117
|
+
'level', 'optional', 'selector', 'semantic', 'words', /Bridge$/, 'localHierarchy', 'levelSpecificHierarchy', 'where' ]
|
118
118
|
helpers.validProps(valid, bridge, 'bridge')
|
119
119
|
handleBridgeProps(baseConfig, bridge)
|
120
120
|
}
|