bt-core-app 1.4.552 → 1.4.554

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
@@ -1032,6 +1032,8 @@ export declare interface LocalMeta {
1032
1032
  lastUpdate?: string;
1033
1033
  }
1034
1034
 
1035
+ export declare function log(obj: any): void;
1036
+
1035
1037
  export declare interface MenuGroup {
1036
1038
  displayName: string;
1037
1039
  icon?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.552",
3
+ "version": "1.4.554",
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": {