mario-core 2.9.162-level → 2.9.163-level

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.
@@ -72,3 +72,4 @@ export declare const ROLES: {
72
72
  };
73
73
  export declare const NOTIFICATION_ALERT_KEY = "NOTIFICATION_ALERT_KEY";
74
74
  export declare const handleUserRole: (userRoles: string[]) => string[];
75
+ export declare const MARIO_SUCCESS_BASE_URL = "https://mariosuccess.com";
@@ -0,0 +1,2 @@
1
+ declare const getStaticFileUrl: (url: string) => string;
2
+ export default getStaticFileUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "2.9.162-level",
3
+ "version": "2.9.163-level",
4
4
  "description": "Contains core components && functions for Mario project",
5
5
  "author": "brss",
6
6
  "license": "MIT",