@knowlearning/agents 0.9.181 → 0.9.182

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.
@@ -7,7 +7,7 @@ import { io } from 'socket.io-client'
7
7
  const TEST_DOMAIN = 'tests.knowlearning.systems'
8
8
  const LANGUAGES = [...navigator.languages]
9
9
 
10
- const API_HOST = localStorage.getItem('API_HOST') || 'api.knowlearning.systems'
10
+ const API_HOST = localStorage.getItem('API_HOST') || 'socket-io.knowlearning.systems'
11
11
  // const API_HOST = 'api-test.knowlearning.systems'
12
12
  // const API_HOST = 'localhost:8765'
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowlearning/agents",
3
- "version": "0.9.181",
3
+ "version": "0.9.182",
4
4
  "description": "API for embedding applications in KnowLearning systems.",
5
5
  "main": "node.js",
6
6
  "browser": "browser.js",