theprogrammablemind 8.9.1-beta.21 → 8.9.1-beta.23

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 +2 -0
package/package.json CHANGED
@@ -67,6 +67,6 @@
67
67
  "sort-json": "^2.0.0",
68
68
  "uuid": "^8.3.2"
69
69
  },
70
- "version": "8.9.1-beta.21",
70
+ "version": "8.9.1-beta.23",
71
71
  "license": "UNLICENSED"
72
72
  }
package/src/config.js CHANGED
@@ -2801,6 +2801,7 @@ class Config {
2801
2801
  config.name = toNS(config.name)
2802
2802
  }
2803
2803
  */
2804
+ /*
2804
2805
  if (config.associations) {
2805
2806
  const map = (associations) => {
2806
2807
  return associations.map((association) => {
@@ -2815,6 +2816,7 @@ class Config {
2815
2816
  associations.negative = map(associations.negative)
2816
2817
  }
2817
2818
  }
2819
+ */
2818
2820
 
2819
2821
  if (config.words) {
2820
2822
  const literals = {}