bt-core-app 2.0.32 → 2.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.
package/dist/index.d.ts CHANGED
@@ -1608,7 +1608,7 @@ export declare interface StorePathOptions extends PathOptions {
1608
1608
  /**will store this request in session as a special memory in the pinia store */
1609
1609
  getStorageKey?: (dOptions: GetStorageKeyOptions) => string;
1610
1610
  localOnly?: boolean;
1611
- localPredicate?: <T>(item: T) => boolean;
1611
+ localPredicate?: (item: any) => boolean;
1612
1612
  storeKey?: string;
1613
1613
  /**PLU Only */
1614
1614
  dateFrom?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.32",
3
+ "version": "2.0.34",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {