@rozek/sds-sync-engine 0.0.1 → 0.0.2
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/sds-sync-engine.js +1 -1
- package/package.json +4 -4
package/dist/sds-sync-engine.js
CHANGED
|
@@ -60,7 +60,7 @@ class at {
|
|
|
60
60
|
// tracks entryId → blob hash for all entries whose value is in a *-reference kind;
|
|
61
61
|
// used to call releaseValue() when the entry's value changes or the entry is purged
|
|
62
62
|
r(this, y, /* @__PURE__ */ new Map());
|
|
63
|
-
c(this, u, e), c(this, d, s.PersistenceProvider ?? void 0), c(this, a, s.NetworkProvider ?? void 0), c(this, P, s.PresenceProvider ?? s.NetworkProvider ?? void 0), c(this, k, s.PresenceTimeoutMs ?? 12e4), (s.BroadcastChannel ?? !0) && typeof BroadcastChannel < "u" && t(this, a) != null && c(this, w, new BroadcastChannel(`
|
|
63
|
+
c(this, u, e), c(this, d, s.PersistenceProvider ?? void 0), c(this, a, s.NetworkProvider ?? void 0), c(this, P, s.PresenceProvider ?? s.NetworkProvider ?? void 0), c(this, k, s.PresenceTimeoutMs ?? 12e4), (s.BroadcastChannel ?? !0) && typeof BroadcastChannel < "u" && t(this, a) != null && c(this, w, new BroadcastChannel(`sds:${t(this, a).StoreId}`));
|
|
64
64
|
}
|
|
65
65
|
//----------------------------------------------------------------------------//
|
|
66
66
|
// Lifecycle //
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rozek/sds-sync-engine",
|
|
3
3
|
"description": "Coordinates persistence, network and presence for shareable-data-store",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"author": "Andreas Rozek",
|
|
6
6
|
"homepage": "https://github.com/rozek/shareable-data-store#readme",
|
|
7
7
|
"repository": {
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@rozek/sds-core": "0.0.
|
|
30
|
+
"@rozek/sds-core": "0.0.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"typescript": "^5.7.2",
|
|
34
34
|
"vite": "^6.0.0",
|
|
35
35
|
"vite-plugin-dts": "^4.0.0",
|
|
36
36
|
"vitest": "^2.0.0",
|
|
37
|
-
"@rozek/sds-core
|
|
38
|
-
"@rozek/sds-core": "0.0.
|
|
37
|
+
"@rozek/sds-core": "0.0.2",
|
|
38
|
+
"@rozek/sds-core-jj": "0.0.2"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|