theprogrammablemind 7.4.1-beta.0 → 7.4.1-beta.2

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
@@ -473,7 +473,7 @@ const doWithRetries = async (n, url, queryParams, data) => {
473
473
  const setupProcessB = ({ config }) => {
474
474
  const key = config._key
475
475
 
476
- const data = Object.assign({ key, version: '3' }, config.config)
476
+ const data = Object.assign({ key, version: '3' }, config.config, { uuid: config._uuid })
477
477
  for (const uuid of Object.keys(data.namespaces)) {
478
478
  const km = config.configs.find((km) => km.uuid === uuid)
479
479
  data.namespaces[uuid].name = km.name
package/package.json CHANGED
@@ -61,6 +61,6 @@
61
61
  "json-stable-stringify": "^1.0.1",
62
62
  "node-fetch": "^2.6.1"
63
63
  },
64
- "version": "7.4.1-beta.0",
64
+ "version": "7.4.1-beta.2",
65
65
  "license": "ISC"
66
66
  }