@knowlearning/agents 0.9.89 → 0.9.90

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/deno.js +0 -1
  2. package/package.json +1 -1
package/deno.js CHANGED
@@ -32,7 +32,6 @@ const agent = new Agent({
32
32
  // this functionality is only implemented for the deno
33
33
  // agent for now, but this central management of children
34
34
  // concept probably has a place in the generic agent
35
- console.log('DOMAIN AGENT RECEIVED MESSAGE!!!!!!!!!!!!!!!!!!', type, session, data)
36
35
  if (type === 'open') {
37
36
  const child = {
38
37
  on: (eventType, reaction) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowlearning/agents",
3
- "version": "0.9.89",
3
+ "version": "0.9.90",
4
4
  "description": "API for embedding applications in KnowLearning systems.",
5
5
  "main": "node.js",
6
6
  "browser": "browser.js",