@osovitny/anatoly 3.16.74 → 3.16.75

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.
@@ -1,3 +1,5 @@
1
+ export declare function getAppSettingsById(id: number): any;
2
+ export declare function getAppSettingsByName(name: string): any;
1
3
  export declare const AppCoreSettings: any;
2
4
  export declare const L10NUrl: string;
3
5
  export declare const AppVersion: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.16.74",
3
+ "version": "3.16.75",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "16.2.7",
6
6
  "@angular/core": "16.2.7",