bt-core-app 2.1.8 → 2.1.10

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
@@ -1548,6 +1548,8 @@ export declare interface NavigationItem extends AuthItem {
1548
1548
  storeMode?: StoreMode;
1549
1549
  /**what kind of storage mode is needed for this api item */
1550
1550
  storageMode?: StorageMode;
1551
+ /**name of local store */
1552
+ storeName?: string;
1551
1553
  /**this nav item is restricted to these subscriptions. So the user needs to have at least one of these subscription codes. */
1552
1554
  subscriptions?: string[];
1553
1555
  /**this nav item is preferred in this subscription codes. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.1.8",
3
+ "version": "2.1.10",
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": {