theprogrammablemind_4wp 9.5.1-beta.1 → 9.5.1-beta.3
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 -3
package/package.json
CHANGED
package/src/config.js
CHANGED
|
@@ -289,11 +289,9 @@ const priority_valid = (cp) => {
|
|
|
289
289
|
const handleBridgeProps = (config, bridge, { addFirst, uuid } = {}) => {
|
|
290
290
|
ecatch(`While processing the bridge for ${bridge.id}#${bridge.level}`,
|
|
291
291
|
() => {
|
|
292
|
-
|
|
293
|
-
if (bridge.development && config.isModule) {
|
|
292
|
+
if (bridge.scope && config.isModule) {
|
|
294
293
|
return
|
|
295
294
|
}
|
|
296
|
-
*/
|
|
297
295
|
if (false && !bridge.bridge) {
|
|
298
296
|
bridge.bridge = '{ ...next(operator) }'
|
|
299
297
|
}
|