@knowlearning/agents 0.9.57 → 0.9.58

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.
@@ -122,7 +122,6 @@ export default function Agent({ host, token, WebSocket, protocol='ws', uuid, fet
122
122
 
123
123
  const resolveAndUnwatch = async (update) => {
124
124
  const { ii } = await response
125
- console.log('RESOLVE LAST INTERACTION....', ii, update, scope)
126
125
  if (update.ii === ii) {
127
126
  resolve(ii)
128
127
  removeWatcher(qualifiedScope, resolveAndUnwatch)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowlearning/agents",
3
- "version": "0.9.57",
3
+ "version": "0.9.58",
4
4
  "description": "API for embedding applications in KnowLearning systems.",
5
5
  "main": "node.js",
6
6
  "browser": "browser.js",