bt-core-app 2.0.1 → 2.0.2

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
@@ -2497,6 +2497,11 @@ export declare function useLocalDb(): LocalForage_2;
2497
2497
 
2498
2498
  export declare function useMenu(): BTMenu;
2499
2499
 
2500
+ export declare function useMyGeoLocation(): {
2501
+ canGetGeoLocation: ComputedRef<boolean>;
2502
+ getGeoLocation: () => Promise<GeoCoordinate | undefined>;
2503
+ };
2504
+
2500
2505
  export declare function useNavBack(): {
2501
2506
  canNavBack: ComputedRef<boolean>;
2502
2507
  navBack: (refresh?: boolean) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
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": {