theprogrammablemind 8.0.0-beta.31 → 8.0.0-beta.32

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 +3 -0
  2. package/package.json +1 -1
package/client.js CHANGED
@@ -1880,6 +1880,9 @@ const knowledgeModuleImpl = async ({
1880
1880
  config.config.retrain = true
1881
1881
  }
1882
1882
 
1883
+ if (args.saveDeveloper) {
1884
+ args.save = true
1885
+ }
1883
1886
  if (args.test || args.testVerbose || args.testAllVerbose || args.save) {
1884
1887
  global.transitoryMode = true
1885
1888
  }
package/package.json CHANGED
@@ -64,6 +64,6 @@
64
64
  "sort-json": "^2.0.0",
65
65
  "uuid": "^8.3.2"
66
66
  },
67
- "version": "8.0.0-beta.31",
67
+ "version": "8.0.0-beta.32",
68
68
  "license": "UNLICENSED"
69
69
  }