aoye 0.0.65 → 0.0.67
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 -1
- package/dist/aoye.cjs.js.map +1 -1
- package/dist/aoye.esm.js +1 -1
- package/dist/aoye.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +11 -2
package/dist/aoye.cjs.js
CHANGED
|
@@ -1470,7 +1470,7 @@ function warpCallbackArgs(isDeep, args, scope, wrapArgs = 0b01) {
|
|
|
1470
1470
|
const isParentKey = (parentStore, expr) => expr in parentStore[Keys.Raw];
|
|
1471
1471
|
class Store {
|
|
1472
1472
|
static [IsStore] = true;
|
|
1473
|
-
static [StoreIgnoreKeys] = ['ui', 'raw'];
|
|
1473
|
+
static [StoreIgnoreKeys] = ['ui', 'raw', 'styles'];
|
|
1474
1474
|
static [Keys.ProxyFreeObject] = true;
|
|
1475
1475
|
static Current = null;
|
|
1476
1476
|
constructor() {
|