@spooky-sync/core 0.0.1-canary.164 → 0.0.1-canary.165
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/index.js +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -6543,8 +6543,8 @@ async function walkOpfs(maxEntries = 2e3, maxDepth = 8) {
|
|
|
6543
6543
|
|
|
6544
6544
|
//#endregion
|
|
6545
6545
|
//#region src/modules/devtools/index.ts
|
|
6546
|
-
const CORE_VERSION = "0.0.1-canary.
|
|
6547
|
-
const WASM_VERSION = "0.0.1-canary.
|
|
6546
|
+
const CORE_VERSION = "0.0.1-canary.165";
|
|
6547
|
+
const WASM_VERSION = "0.0.1-canary.165";
|
|
6548
6548
|
const SURREAL_VERSION = "3.0.3";
|
|
6549
6549
|
var DevToolsService = class DevToolsService {
|
|
6550
6550
|
eventsHistory = [];
|
|
@@ -10884,7 +10884,7 @@ var Sp00kyClient = class {
|
|
|
10884
10884
|
return new TabsCoordinator({
|
|
10885
10885
|
tabId,
|
|
10886
10886
|
fingerprint: computeTabsFingerprint({
|
|
10887
|
-
coreVersion: "0.0.1-canary.
|
|
10887
|
+
coreVersion: "0.0.1-canary.165",
|
|
10888
10888
|
schemaHash: hash53(this.config.schemaSurql),
|
|
10889
10889
|
endpoint: this.config.database.endpoint ?? "",
|
|
10890
10890
|
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.
|
|
3
|
+
"version": "0.0.1-canary.165",
|
|
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.
|
|
64
|
-
"@spooky-sync/ssp-wasm": "0.0.1-canary.
|
|
63
|
+
"@spooky-sync/query-builder": "0.0.1-canary.165",
|
|
64
|
+
"@spooky-sync/ssp-wasm": "0.0.1-canary.165",
|
|
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",
|