@symbo.ls/sync 2.29.42 → 2.29.44

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.
package/dist/cjs/index.js CHANGED
@@ -78,6 +78,7 @@ const onChange = (el, s, ctx) => {
78
78
  };
79
79
  };
80
80
  const connectToSocket = (el, s, ctx) => {
81
+ console.log(ctx.key);
81
82
  return (0, import_client.connect)(ctx.key, {
82
83
  source: isLocalhost ? "localhost" : "client",
83
84
  socketUrl: isLocalhost ? "localhost:8080" : "api.symbols.app",
package/dist/esm/index.js CHANGED
@@ -51,6 +51,7 @@ const onChange = (el, s, ctx) => {
51
51
  };
52
52
  };
53
53
  const connectToSocket = (el, s, ctx) => {
54
+ console.log(ctx.key);
54
55
  return connect(ctx.key, {
55
56
  source: isLocalhost ? "localhost" : "client",
56
57
  socketUrl: isLocalhost ? "localhost:8080" : "api.symbols.app",
package/index.js CHANGED
@@ -70,6 +70,7 @@ const onChange = (el, s, ctx) => {
70
70
  }
71
71
 
72
72
  export const connectToSocket = (el, s, ctx) => {
73
+ console.log(ctx.key)
73
74
  return connect(ctx.key, {
74
75
  source: isLocalhost ? 'localhost' : 'client',
75
76
  socketUrl: isLocalhost ? 'localhost:8080' : 'api.symbols.app',
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/sync",
3
- "version": "2.29.42",
3
+ "version": "2.29.44",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
- "gitHead": "a69a0bbe9e6aef63fd76a8fa571898a320749c65",
6
+ "gitHead": "5eb985eb30c6abe3f450a1d164e5e99ec15ef1fd",
7
7
  "files": [
8
8
  "*.js",
9
9
  "dist"
@@ -29,12 +29,12 @@
29
29
  "prepublish": "rimraf -I dist && npm run build && npm run copy:package:cjs"
30
30
  },
31
31
  "dependencies": {
32
- "@domql/router": "^2.29.42",
33
- "@domql/utils": "^2.29.42",
34
- "@symbo.ls/init": "^2.29.42",
35
- "@symbo.ls/scratch": "^2.29.42",
36
- "@symbo.ls/socket": "^2.29.42",
37
- "@symbo.ls/uikit": "^2.29.42"
32
+ "@domql/router": "^2.29.44",
33
+ "@domql/utils": "^2.29.44",
34
+ "@symbo.ls/init": "^2.29.44",
35
+ "@symbo.ls/scratch": "^2.29.44",
36
+ "@symbo.ls/socket": "^2.29.44",
37
+ "@symbo.ls/uikit": "^2.29.44"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@babel/core": "^7.27.1"