theprogrammablemind_4wp 7.4.3-beta.16 → 7.4.3-beta.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config.js +1 -1
package/package.json CHANGED
@@ -61,6 +61,6 @@
61
61
  "json-stable-stringify": "^1.0.1",
62
62
  "node-fetch": "^2.6.1"
63
63
  },
64
- "version": "7.4.3-beta.16",
64
+ "version": "7.4.3-beta.18",
65
65
  "license": "ISC"
66
66
  }
package/src/config.js CHANGED
@@ -1064,7 +1064,7 @@ class Config {
1064
1064
  }
1065
1065
  for (let bridge of (this.config.bridges || [])) {
1066
1066
  const valid = [ 'before', 'bridge', 'development', 'evaluator', 'generatorp', 'generatorr', 'generators', 'hierarchy', 'id', 'inverted', 'isA',
1067
- 'level', 'optional', 'selector', 'semantic', 'words' ]
1067
+ 'level', 'optional', 'selector', 'semantic', 'uuid', 'words' ]
1068
1068
  for (let prop of Object.keys(bridge)) {
1069
1069
  if (!valid.includes(prop)) {
1070
1070
  if (!prop.endsWith("Bridge")) {