@knowlearning/agents 0.9.101 → 0.9.102

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.
@@ -61,7 +61,7 @@ export default function Agent({ Connection, domain, token, uuid, fetch, applyPat
61
61
 
62
62
  function debug() { mode = 'debug' }
63
63
 
64
- function log() { if (mode === 'debug') passedLog(...arguments) }
64
+ function log() { passedLog(...arguments) }
65
65
 
66
66
  function create({ id=uuid(), active_type, active, name }) {
67
67
  if (!active_type) active_type = 'application/json'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowlearning/agents",
3
- "version": "0.9.101",
3
+ "version": "0.9.102",
4
4
  "description": "API for embedding applications in KnowLearning systems.",
5
5
  "main": "node.js",
6
6
  "browser": "browser.js",