@symbo.ls/socket 0.0.12 → 0.0.13

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/client.js +1 -1
  2. package/package.json +1 -1
package/client.js CHANGED
@@ -4,9 +4,9 @@ import io from 'socket.io-client'
4
4
 
5
5
  // const url = 'ws://localhost:1001'
6
6
  // const url = 'ws://52.14.150.69:8080'
7
- const url = 'ws://52.14.150.69:8080'
8
7
  // const url = 'ws://ec2-52-14-150-69.us-east-2.compute.amazonaws.com:8080'
9
8
  // const url = 'ws://socket.symbols.app'
9
+ const url = 'ws://52.14.150.69:8080'
10
10
  let socket
11
11
 
12
12
  export const connect = (key, receive) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/socket",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Connect your app to Symbols editor",
5
5
  "main": "server.js",
6
6
  "author": "symbo.ls",