@instantdb/core 0.22.86-experimental.split-store.20249702529.1 → 0.22.86-experimental.split-store.20250097559.1
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/commonjs/Reactor.d.ts +8 -8
- package/dist/commonjs/Reactor.d.ts.map +1 -1
- package/dist/commonjs/Reactor.js +15 -16
- package/dist/commonjs/Reactor.js.map +1 -1
- package/dist/esm/Reactor.d.ts +8 -8
- package/dist/esm/Reactor.d.ts.map +1 -1
- package/dist/esm/Reactor.js +15 -16
- package/dist/esm/Reactor.js.map +1 -1
- package/dist/standalone/index.js +5 -5
- package/dist/standalone/index.umd.cjs +1 -1
- package/package.json +2 -2
- package/src/Reactor.js +16 -17
package/dist/standalone/index.js
CHANGED
|
@@ -3639,7 +3639,7 @@ function Kt(t) {
|
|
|
3639
3639
|
}, e;
|
|
3640
3640
|
}, {});
|
|
3641
3641
|
}
|
|
3642
|
-
const Rn = "v0.22.86-experimental.split-store.
|
|
3642
|
+
const Rn = "v0.22.86-experimental.split-store.20250097559.1";
|
|
3643
3643
|
function Mi(t, e) {
|
|
3644
3644
|
return {
|
|
3645
3645
|
info: t ? (...n) => console.info(...n, e()) : () => {
|
|
@@ -4844,7 +4844,7 @@ function Jt(t) {
|
|
|
4844
4844
|
}
|
|
4845
4845
|
class oo {
|
|
4846
4846
|
constructor(e, n = Mn, r = Pn, s, i) {
|
|
4847
|
-
/** @type {
|
|
4847
|
+
/** @type {s.AttrsStore | undefined} */
|
|
4848
4848
|
w(this, "attrs");
|
|
4849
4849
|
w(this, "_isOnline", !0);
|
|
4850
4850
|
w(this, "_isShutdown", !1);
|
|
@@ -5365,7 +5365,7 @@ class oo {
|
|
|
5365
5365
|
}
|
|
5366
5366
|
if (b.length) {
|
|
5367
5367
|
const g = Object.values(this.ensureAttrs().attrs);
|
|
5368
|
-
this._setAttrs([...g, ...b])
|
|
5368
|
+
this._setAttrs([...g, ...b]);
|
|
5369
5369
|
}
|
|
5370
5370
|
this._finishTransaction("synced", d), this._cleanupPendingMutationsTimeout();
|
|
5371
5371
|
break;
|
|
@@ -5560,7 +5560,7 @@ class oo {
|
|
|
5560
5560
|
// server attr-ids.
|
|
5561
5561
|
/**
|
|
5562
5562
|
*
|
|
5563
|
-
* @param {
|
|
5563
|
+
* @param {s.AttrsStore} attrs
|
|
5564
5564
|
* @param {any} muts
|
|
5565
5565
|
* @param {number} [processedTxId]
|
|
5566
5566
|
*/
|
|
@@ -5615,7 +5615,7 @@ class oo {
|
|
|
5615
5615
|
// ---------------------------
|
|
5616
5616
|
// Transact
|
|
5617
5617
|
/**
|
|
5618
|
-
* @returns {
|
|
5618
|
+
* @returns {s.AttrsStore}
|
|
5619
5619
|
*/
|
|
5620
5620
|
optimisticAttrs() {
|
|
5621
5621
|
var i, o;
|