@spooky-sync/core 0.0.1-canary.201 → 0.0.1-canary.202
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
|
@@ -7093,8 +7093,8 @@ function selfAllowlistedVariant(flag, userId) {
|
|
|
7093
7093
|
|
|
7094
7094
|
//#endregion
|
|
7095
7095
|
//#region src/modules/devtools/index.ts
|
|
7096
|
-
const CORE_VERSION = "0.0.1-canary.
|
|
7097
|
-
const WASM_VERSION = "0.0.1-canary.
|
|
7096
|
+
const CORE_VERSION = "0.0.1-canary.202";
|
|
7097
|
+
const WASM_VERSION = "0.0.1-canary.202";
|
|
7098
7098
|
const SURREAL_VERSION = "3.0.3";
|
|
7099
7099
|
var DevToolsService = class DevToolsService {
|
|
7100
7100
|
eventsHistory = [];
|
|
@@ -11662,7 +11662,7 @@ var Sp00kyClient = class {
|
|
|
11662
11662
|
return new TabsCoordinator({
|
|
11663
11663
|
tabId,
|
|
11664
11664
|
fingerprint: computeTabsFingerprint({
|
|
11665
|
-
coreVersion: "0.0.1-canary.
|
|
11665
|
+
coreVersion: "0.0.1-canary.202",
|
|
11666
11666
|
schemaHash: hash53(this.config.schemaSurql),
|
|
11667
11667
|
endpoint: this.config.database.endpoint ?? "",
|
|
11668
11668
|
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.202",
|
|
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.202",
|
|
64
|
+
"@spooky-sync/ssp-wasm": "0.0.1-canary.202",
|
|
65
65
|
"@sqlite.org/sqlite-wasm": "3.53.0-build1",
|
|
66
66
|
"@surrealdb/wasm": "^3.0.3",
|
|
67
67
|
"blurhash": "^2.0.5",
|