aoye 0.0.59 → 0.0.61
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/aoye.cjs.js +1 -0
- package/dist/aoye.cjs.js.map +1 -1
- package/dist/aoye.esm.js +1 -0
- package/dist/aoye.esm.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.umd.js +1 -0
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/aoye.cjs.js
CHANGED
|
@@ -1439,6 +1439,7 @@ const isParentKey = (parentStore, expr) => expr in parentStore[Keys.Raw];
|
|
|
1439
1439
|
class Store {
|
|
1440
1440
|
static [IsStore] = true;
|
|
1441
1441
|
static [StoreIgnoreKeys] = ['ui', 'raw'];
|
|
1442
|
+
static [Keys.ProxyFreeObject] = true;
|
|
1442
1443
|
static Current = null;
|
|
1443
1444
|
constructor() {
|
|
1444
1445
|
const proxy = deepSignal(this, getPulling(), true);
|