@knowlearning/agents 0.7.5 → 0.7.6

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.
@@ -134,7 +134,7 @@ export default function EmbeddedAgent() {
134
134
  }
135
135
 
136
136
  function download(id) {
137
- const mode = 'fetch'
137
+ let mode = 'fetch'
138
138
  const promise = new Promise(async (resolve, reject) => {
139
139
  const url = await send({ type: 'download', id })
140
140
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowlearning/agents",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "API for embedding applications in KnowLearning systems.",
5
5
  "main": "node.js",
6
6
  "browser": "browser.js",