bt-core-app 2.1.29 → 2.1.31

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
@@ -1664,6 +1664,8 @@ export declare interface PathOptions {
1664
1664
 
1665
1665
  export declare type PermissionGroup = string[];
1666
1666
 
1667
+ export declare function personName(firstName?: string, lastName?: string, userName?: string): string;
1668
+
1667
1669
  export declare interface PointerOrTouchEvent extends PointerEvent, TouchEvent {
1668
1670
  }
1669
1671
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.1.29",
3
+ "version": "2.1.31",
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": {