theprogrammablemind 7.11.1-beta.4 → 7.11.1-beta.5

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/client.js +1 -1
  2. package/package.json +1 -1
package/client.js CHANGED
@@ -2075,7 +2075,7 @@ const knowledgeModuleImpl = async ({
2075
2075
  createConfigExport = () => {
2076
2076
  const config = createConfig()
2077
2077
  initConfig(config)
2078
- config.rebuild({ isModule: true })
2078
+ // config.rebuild({ isModule: true })
2079
2079
  return config
2080
2080
  }
2081
2081
  moduleFromJSFile.exports = createConfigExport
package/package.json CHANGED
@@ -65,6 +65,6 @@
65
65
  "json-stable-stringify": "^1.0.1",
66
66
  "node-fetch": "^2.6.1"
67
67
  },
68
- "version": "7.11.1-beta.4",
68
+ "version": "7.11.1-beta.5",
69
69
  "license": "UNLICENSED"
70
70
  }