@symbo.ls/sync 2.32.29 → 2.32.31

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
@@ -133,14 +133,6 @@ const onSnapshot = (el, s, ctx) => (payload = {}) => {
133
133
  if (schema) {
134
134
  ctx.schema = schema;
135
135
  }
136
- const { pathname, search, hash } = ctx.window.location;
137
- el.call(
138
- "router",
139
- pathname + search + hash,
140
- el.__ref.root,
141
- {},
142
- { scrollToTop: false }
143
- );
144
136
  };
145
137
  const onOps = (el, s, ctx) => (payload = {}) => {
146
138
  var _a;
package/dist/esm/index.js CHANGED
@@ -107,14 +107,6 @@ const onSnapshot = (el, s, ctx) => (payload = {}) => {
107
107
  if (schema) {
108
108
  ctx.schema = schema;
109
109
  }
110
- const { pathname, search, hash } = ctx.window.location;
111
- el.call(
112
- "router",
113
- pathname + search + hash,
114
- el.__ref.root,
115
- {},
116
- { scrollToTop: false }
117
- );
118
110
  };
119
111
  const onOps = (el, s, ctx) => (payload = {}) => {
120
112
  var _a;
package/index.js CHANGED
@@ -135,16 +135,6 @@ const onSnapshot =
135
135
  if (schema) {
136
136
  ctx.schema = schema
137
137
  }
138
-
139
- // Trigger routing so UI reflects latest data
140
- const { pathname, search, hash } = ctx.window.location
141
- el.call(
142
- 'router',
143
- pathname + search + hash,
144
- el.__ref.root,
145
- {},
146
- { scrollToTop: false }
147
- )
148
138
  }
149
139
 
150
140
  const onOps =
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/sync",
3
- "version": "2.32.29",
3
+ "version": "2.32.31",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
- "gitHead": "87bd3d17fc770fe104db65fd25ddd033407baad5",
6
+ "gitHead": "d7d323ff06e64325cfde1908714730064c97d517",
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.32.29",
33
- "@domql/utils": "^2.32.29",
34
- "@symbo.ls/init": "^2.32.29",
35
- "@symbo.ls/scratch": "^2.32.29",
36
- "@symbo.ls/socket": "^2.32.29",
37
- "@symbo.ls/uikit": "^2.32.29",
32
+ "@domql/router": "^2.32.31",
33
+ "@domql/utils": "^2.32.31",
34
+ "@symbo.ls/init": "^2.32.31",
35
+ "@symbo.ls/scratch": "^2.32.31",
36
+ "@symbo.ls/socket": "^2.32.31",
37
+ "@symbo.ls/uikit": "^2.32.31",
38
38
  "socket.io-client": "^4.8.1"
39
39
  },
40
40
  "devDependencies": {