@symbo.ls/socket 2.11.508 → 2.11.511

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/package.json +2 -2
  2. package/server.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/socket",
3
- "version": "2.11.508",
3
+ "version": "2.11.511",
4
4
  "description": "Connect your app to Symbols editor",
5
5
  "main": "server.js",
6
6
  "author": "symbo.ls",
@@ -20,5 +20,5 @@
20
20
  "socket.io": "^4.5.2",
21
21
  "socket.io-client": "^4.5.2"
22
22
  },
23
- "gitHead": "e020dc57f9b91184b88d34094575040f7bdf84f7"
23
+ "gitHead": "6906b1d6a1aa7c7d9468d76895062144ffde2cc6"
24
24
  }
package/server.js CHANGED
@@ -7,7 +7,7 @@ import http from 'http'
7
7
  import { Server } from 'socket.io'
8
8
  import { createRequire } from 'module'
9
9
  import * as utils from '@domql/utils'
10
- const { overwriteDeep } = utils.default
10
+ const { overwriteDeep } = (utils.default || utils)
11
11
 
12
12
  const require = createRequire(import.meta.url) // construct the require method
13
13
  const DES_SYS_DEFAULT_FILE = require('@symbo.ls/init/dynamic.json') // Bring in the ability to create the 'require' method