@symbo.ls/socket 2.10.149 → 2.10.162

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 +3 -3
  2. package/package.json +2 -2
package/client.js CHANGED
@@ -1,11 +1,11 @@
1
1
  'use strict'
2
2
 
3
- import utils from '@domql/utils'
3
+ import * as utils from '@domql/utils'
4
4
  import * as globals from '@domql/globals'
5
5
  import io from 'socket.io-client'
6
6
 
7
- const { isFunction, isArray } = utils
8
- const { window } = globals
7
+ const { isFunction, isArray } = utils.default || utils
8
+ const { window } = globals.default || globals
9
9
 
10
10
  const ENV = process.env.NODE_ENV
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/socket",
3
- "version": "2.10.149",
3
+ "version": "2.10.162",
4
4
  "description": "Connect your app to Symbols editor",
5
5
  "main": "server.js",
6
6
  "author": "symbo.ls",
@@ -17,5 +17,5 @@
17
17
  "socket.io": "^4.5.2",
18
18
  "socket.io-client": "^4.5.2"
19
19
  },
20
- "gitHead": "e12c846d47b3309dc6fbe18c359a3db2b8586cbe"
20
+ "gitHead": "bcb75a861d22f204893bc7f58a4432b1126f8e17"
21
21
  }