@christianriedl/utils 1.0.56 → 1.0.57

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -96,6 +96,7 @@ export interface IAppConfig {
96
96
  log(logger: ILogger, logLevel: LogLevel): void;
97
97
  subscribePushNotifications: boolean;
98
98
  user: string;
99
+ name: string;
99
100
  urlPrefix: string;
100
101
  initialLogLevel: LogLevel;
101
102
  useDbLog: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christianriedl/utils",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "Interfaces, local storage, service worker, configuration, application state",
5
5
 
6
6
  "main": "dist/index.js",