theprogrammablemind_4wp 9.2.0-beta.3 → 9.2.0-beta.4

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 -1
  2. package/package.json +1 -1
package/client.js CHANGED
@@ -265,6 +265,7 @@ const _process = async (config, query, { initializer, commandLineArgs, credentia
265
265
  if (credentials) {
266
266
  config.server(credentials.server, credentials.key)
267
267
  }
268
+
268
269
  const url = config._server
269
270
  const queryParams = config._queryParams || ''
270
271
  const retries = 2
@@ -280,7 +281,7 @@ const _process = async (config, query, { initializer, commandLineArgs, credentia
280
281
  throw error
281
282
  }
282
283
 
283
- let { data, /* generators, semantics, */ hierarchy } = setupProcessB({ config, initializer, allowDelta: true })
284
+ let { data, /* generators, semantics, */ hierarchy } = setupProcessB({ config, initializer, allowDelta: true, rebuildingTemplate })
284
285
  if (commandLineArgs && commandLineArgs.checkForLoop) {
285
286
  data.checkForLoop = commandLineArgs.checkForLoop
286
287
  }
@@ -371,6 +372,7 @@ const _process = async (config, query, { initializer, commandLineArgs, credentia
371
372
  response.version = json.version
372
373
  response.explain_priorities = json.explain_priorities
373
374
  response.contextual_priorities_ambiguities = json.contextual_priorities_ambiguities
375
+ response.rtf_associations = json.rtf_associations
374
376
 
375
377
  response.contexts = response.contexts.concat(contextsPrime)
376
378
  response.generated = response.generated.concat(generatedPrime)
package/package.json CHANGED
@@ -69,6 +69,6 @@
69
69
  "sort-json": "^2.0.0",
70
70
  "uuid": "^8.3.2"
71
71
  },
72
- "version": "9.2.0-beta.3",
72
+ "version": "9.2.0-beta.4",
73
73
  "license": "UNLICENSED"
74
74
  }