sprof 0.0.32 → 0.0.34

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.
@@ -455,5 +455,7 @@ export default abstract class CoreStore {
455
455
  Items(): import('..').ValueType[];
456
456
  Count(): globalThis.Ref<number, number>;
457
457
  };
458
- static Extend(stores: any): void;
458
+ static Extend(stores: {
459
+ [key: string]: any;
460
+ }): void;
459
461
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "sprof",
3
3
  "description": "components for the designer and uikit",
4
4
  "author": "Stanislav Lushnikov, Daniil Gaivoronskiy",
5
- "version": "0.0.32",
5
+ "version": "0.0.34",
6
6
  "private": false,
7
7
  "type": "module",
8
8
  "main": "./dist/sprof.umd.cjs",