aoye 0.0.59 → 0.0.60

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.esm.js CHANGED
@@ -1437,6 +1437,7 @@ const isParentKey = (parentStore, expr) => expr in parentStore[Keys.Raw];
1437
1437
  class Store {
1438
1438
  static [IsStore] = true;
1439
1439
  static [StoreIgnoreKeys] = ['ui', 'raw'];
1440
+ static [Keys.ProxyFreeObject] = true;
1440
1441
  static Current = null;
1441
1442
  constructor() {
1442
1443
  const proxy = deepSignal(this, getPulling(), true);