theprogrammablemind 7.4.1-beta.1 → 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.
- package/client.js +1 -1
- 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
|