@spooky-sync/core 0.0.1-canary.183 → 0.0.1-canary.185

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 +3 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -7003,8 +7003,8 @@ function selfAllowlistedVariant(flag, userId) {
7003
7003
 
7004
7004
  //#endregion
7005
7005
  //#region src/modules/devtools/index.ts
7006
- const CORE_VERSION = "0.0.1-canary.183";
7007
- const WASM_VERSION = "0.0.1-canary.183";
7006
+ const CORE_VERSION = "0.0.1-canary.185";
7007
+ const WASM_VERSION = "0.0.1-canary.185";
7008
7008
  const SURREAL_VERSION = "3.0.3";
7009
7009
  var DevToolsService = class DevToolsService {
7010
7010
  eventsHistory = [];
@@ -11435,7 +11435,7 @@ var Sp00kyClient = class {
11435
11435
  return new TabsCoordinator({
11436
11436
  tabId,
11437
11437
  fingerprint: computeTabsFingerprint({
11438
- coreVersion: "0.0.1-canary.183",
11438
+ coreVersion: "0.0.1-canary.185",
11439
11439
  schemaHash: hash53(this.config.schemaSurql),
11440
11440
  endpoint: this.config.database.endpoint ?? "",
11441
11441
  namespace: this.config.database.namespace,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spooky-sync/core",
3
- "version": "0.0.1-canary.183",
3
+ "version": "0.0.1-canary.185",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -60,8 +60,8 @@
60
60
  }
61
61
  },
62
62
  "dependencies": {
63
- "@spooky-sync/query-builder": "0.0.1-canary.183",
64
- "@spooky-sync/ssp-wasm": "0.0.1-canary.183",
63
+ "@spooky-sync/query-builder": "0.0.1-canary.185",
64
+ "@spooky-sync/ssp-wasm": "0.0.1-canary.185",
65
65
  "@sqlite.org/sqlite-wasm": "3.53.0-build1",
66
66
  "@surrealdb/wasm": "^3.0.3",
67
67
  "fast-json-patch": "^3.1.1",