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.esm.js
CHANGED
|
@@ -1468,7 +1468,7 @@ function warpCallbackArgs(isDeep, args, scope, wrapArgs = 0b01) {
|
|
|
1468
1468
|
const isParentKey = (parentStore, expr) => expr in parentStore[Keys.Raw];
|
|
1469
1469
|
class Store {
|
|
1470
1470
|
static [IsStore] = true;
|
|
1471
|
-
static [StoreIgnoreKeys] = ['ui', 'raw'];
|
|
1471
|
+
static [StoreIgnoreKeys] = ['ui', 'raw', 'styles'];
|
|
1472
1472
|
static [Keys.ProxyFreeObject] = true;
|
|
1473
1473
|
static Current = null;
|
|
1474
1474
|
constructor() {
|