@noatgnu/cupcake-core 1.2.12 → 1.2.13

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/index.d.ts CHANGED
@@ -918,6 +918,7 @@ declare class SiteConfigService extends BaseApiService {
918
918
  config$: Observable<SiteConfig>;
919
919
  constructor();
920
920
  private loadConfig;
921
+ refreshConfig(): void;
921
922
  private fetchConfigFromBackend;
922
923
  getCurrentConfig(): Observable<SiteConfig>;
923
924
  updateConfig(config: Partial<SiteConfig>): Observable<SiteConfig>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noatgnu/cupcake-core",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "A reusable Angular library that provides user management, authentication, and site configuration functionality for cupcake applications.",
5
5
  "keywords": [
6
6
  "angular",