@spooky-sync/core 0.0.1-canary.126 → 0.0.1-canary.127
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 +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -5101,8 +5101,8 @@ function parseBackendInfo(raw) {
|
|
|
5101
5101
|
|
|
5102
5102
|
//#endregion
|
|
5103
5103
|
//#region src/modules/devtools/index.ts
|
|
5104
|
-
const CORE_VERSION = "0.0.1-canary.
|
|
5105
|
-
const WASM_VERSION = "0.0.1-canary.
|
|
5104
|
+
const CORE_VERSION = "0.0.1-canary.127";
|
|
5105
|
+
const WASM_VERSION = "0.0.1-canary.127";
|
|
5106
5106
|
const SURREAL_VERSION = "3.0.3";
|
|
5107
5107
|
var DevToolsService = class {
|
|
5108
5108
|
eventsHistory = [];
|
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.127",
|
|
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.
|
|
63
|
-
"@spooky-sync/ssp-wasm": "0.0.1-canary.
|
|
62
|
+
"@spooky-sync/query-builder": "0.0.1-canary.127",
|
|
63
|
+
"@spooky-sync/ssp-wasm": "0.0.1-canary.127",
|
|
64
64
|
"@sqlite.org/sqlite-wasm": "3.53.0-build1",
|
|
65
65
|
"@surrealdb/wasm": "^3.0.3",
|
|
66
66
|
"fast-json-patch": "^3.1.1",
|