@spooky-sync/core 0.0.1-canary.89 → 0.0.1-canary.90

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/dist/index.js +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -3484,8 +3484,8 @@ function parseBackendInfo(raw) {
3484
3484
 
3485
3485
  //#endregion
3486
3486
  //#region src/modules/devtools/index.ts
3487
- const CORE_VERSION = "0.0.1-canary.89";
3488
- const WASM_VERSION = "0.0.1-canary.89";
3487
+ const CORE_VERSION = "0.0.1-canary.90";
3488
+ const WASM_VERSION = "0.0.1-canary.90";
3489
3489
  const SURREAL_VERSION = "3.0.3";
3490
3490
  var DevToolsService = class {
3491
3491
  eventsHistory = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spooky-sync/core",
3
- "version": "0.0.1-canary.89",
3
+ "version": "0.0.1-canary.90",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -59,8 +59,8 @@
59
59
  }
60
60
  },
61
61
  "dependencies": {
62
- "@spooky-sync/query-builder": "0.0.1-canary.89",
63
- "@spooky-sync/ssp-wasm": "0.0.1-canary.89",
62
+ "@spooky-sync/query-builder": "0.0.1-canary.90",
63
+ "@spooky-sync/ssp-wasm": "0.0.1-canary.90",
64
64
  "@surrealdb/wasm": "^3.0.3",
65
65
  "fast-json-patch": "^3.1.1",
66
66
  "loro-crdt": "^1.5.6",