theprogrammablemind 8.9.1-beta.22 → 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.
- package/package.json +1 -1
- package/src/config.js +2 -0
package/package.json
CHANGED
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 = {}
|