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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config.js +1 -3
package/package.json CHANGED
@@ -71,6 +71,6 @@
71
71
  "sort-json": "^2.0.0",
72
72
  "uuid": "^8.3.2"
73
73
  },
74
- "version": "9.5.1-beta.1",
74
+ "version": "9.5.1-beta.3",
75
75
  "license": "UNLICENSED"
76
76
  }
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
  }