@knowlearning/agents 0.4.9 → 0.4.10

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.
@@ -44,7 +44,7 @@ export default function embed(environment, iframe) {
44
44
  else if (type === 'interact') {
45
45
  const { scope, patch } = message
46
46
  await Agent.interact(scope, patch)
47
- if (listeners.mutate) listeners.mutate({ scope, user, domain })
47
+ if (listeners.mutate) listeners.mutate({ scope })
48
48
  sendDown({}) // TODO: might want to send down the interaction index
49
49
  }
50
50
  else if (type === 'state') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowlearning/agents",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "description": "API for embedding applications in KnowLearning systems.",
5
5
  "main": "node.js",
6
6
  "browser": "browser.js",