theprogrammablemind 7.7.0-beta.8 → 7.7.0-beta.9

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 -0
  2. package/package.json +1 -1
package/client.js CHANGED
@@ -169,6 +169,7 @@ const setupArgs = (args, config, logs, hierarchy) => {
169
169
  apis: getAPIs(uuid)
170
170
  }
171
171
  }
172
+ Object.assign(args, args.getUUIDScoped(this.uuid))
172
173
  args.breakOnSemantics = false
173
174
  args.theDebugger = {
174
175
  breakOnSemantics: (value) => args.breakOnSemantics = value
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.7.0-beta.8",
68
+ "version": "7.7.0-beta.9",
69
69
  "license": "ISC"
70
70
  }