@signaldb/oby 2.0.0-beta.1 → 2.0.0-beta.3
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.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createReactivityAdapter as At } from "@signaldb/core";
|
|
2
|
-
const Ee = Symbol("Cached"), te = Symbol("Observable"), Je = Symbol("Observable.Boolean"), Ye = Symbol("Observable.Frozen"), we = Symbol("Observable.Readable"), Oe = Symbol("Observable.Writable"), X = Symbol("Store"), Fe = Symbol("Store.Keys"), Ve = Symbol("Store.Observable"), ce = Symbol("Store.Target"), Re = Symbol("Store.Values"), _e = Symbol("Store.Untracked"), q = Symbol("Suspense"), ze = Symbol("Uncached"), me = Symbol("Untracked"), He = Symbol("Untracked.Unwrapped"), dt = (e) => K(e) ? e : [e], pt = (e) => e instanceof Error ? e : typeof e == "string" ? new Error(e) : new Error("Unknown error"), { is: J } = Object, { isArray: K } = Array, bt = (e, t) => {
|
|
2
|
+
const Ee = /* @__PURE__ */ Symbol("Cached"), te = /* @__PURE__ */ Symbol("Observable"), Je = /* @__PURE__ */ Symbol("Observable.Boolean"), Ye = /* @__PURE__ */ Symbol("Observable.Frozen"), we = /* @__PURE__ */ Symbol("Observable.Readable"), Oe = /* @__PURE__ */ Symbol("Observable.Writable"), X = /* @__PURE__ */ Symbol("Store"), Fe = /* @__PURE__ */ Symbol("Store.Keys"), Ve = /* @__PURE__ */ Symbol("Store.Observable"), ce = /* @__PURE__ */ Symbol("Store.Target"), Re = /* @__PURE__ */ Symbol("Store.Values"), _e = /* @__PURE__ */ Symbol("Store.Untracked"), q = /* @__PURE__ */ Symbol("Suspense"), ze = /* @__PURE__ */ Symbol("Uncached"), me = /* @__PURE__ */ Symbol("Untracked"), He = /* @__PURE__ */ Symbol("Untracked.Unwrapped"), dt = (e) => K(e) ? e : [e], pt = (e) => e instanceof Error ? e : typeof e == "string" ? new Error(e) : new Error("Unknown error"), { is: J } = Object, { isArray: K } = Array, bt = (e, t) => {
|
|
3
3
|
if (e.length !== t.length)
|
|
4
4
|
return !1;
|
|
5
5
|
for (let s = 0, n = e.length; s < n; s++) {
|