@spooky-sync/core 0.0.1-canary.169 → 0.0.1-canary.170
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
|
@@ -6729,8 +6729,8 @@ function selfAllowlistedVariant(flag, userId) {
|
|
|
6729
6729
|
|
|
6730
6730
|
//#endregion
|
|
6731
6731
|
//#region src/modules/devtools/index.ts
|
|
6732
|
-
const CORE_VERSION = "0.0.1-canary.
|
|
6733
|
-
const WASM_VERSION = "0.0.1-canary.
|
|
6732
|
+
const CORE_VERSION = "0.0.1-canary.170";
|
|
6733
|
+
const WASM_VERSION = "0.0.1-canary.170";
|
|
6734
6734
|
const SURREAL_VERSION = "3.0.3";
|
|
6735
6735
|
var DevToolsService = class DevToolsService {
|
|
6736
6736
|
eventsHistory = [];
|
|
@@ -11160,7 +11160,7 @@ var Sp00kyClient = class {
|
|
|
11160
11160
|
return new TabsCoordinator({
|
|
11161
11161
|
tabId,
|
|
11162
11162
|
fingerprint: computeTabsFingerprint({
|
|
11163
|
-
coreVersion: "0.0.1-canary.
|
|
11163
|
+
coreVersion: "0.0.1-canary.170",
|
|
11164
11164
|
schemaHash: hash53(this.config.schemaSurql),
|
|
11165
11165
|
endpoint: this.config.database.endpoint ?? "",
|
|
11166
11166
|
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.170",
|
|
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.170",
|
|
64
|
+
"@spooky-sync/ssp-wasm": "0.0.1-canary.170",
|
|
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",
|