theprogrammablemind 7.5.8-beta.19 → 7.5.8-beta.20

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 -0
package/package.json CHANGED
@@ -63,6 +63,6 @@
63
63
  "json-stable-stringify": "^1.0.1",
64
64
  "node-fetch": "^2.6.1"
65
65
  },
66
- "version": "7.5.8-beta.19",
66
+ "version": "7.5.8-beta.20",
67
67
  "license": "ISC"
68
68
  }
package/src/config.js CHANGED
@@ -2100,6 +2100,7 @@ class Config {
2100
2100
  const args = new Object({
2101
2101
  isModule,
2102
2102
  addWord: aw,
2103
+ addGenerator: ag,
2103
2104
  km: kmFn,
2104
2105
  hierarchy: this.hierarchy,
2105
2106
  config,