bt-core-app 1.4.75 → 1.4.76

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
@@ -1358,8 +1358,6 @@ export declare interface UseNavigationOptions {
1358
1358
  navItems?: NavigationItem[];
1359
1359
  }
1360
1360
 
1361
- export declare function useNotify(txt: string): Promise<undefined>;
1362
-
1363
1361
  export declare function usePresets(preset?: string): any;
1364
1362
 
1365
1363
  export declare function usePWA(): BTPWA;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.75",
3
+ "version": "1.4.76",
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": {