@noatgnu/cupcake-core 1.3.5 → 1.3.6

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
@@ -696,6 +696,7 @@ declare const TASK_STATUS_COLORS: Record<TaskStatus, string>;
696
696
 
697
697
  interface CupcakeCoreConfig {
698
698
  apiUrl: string;
699
+ websocketUrl?: string;
699
700
  }
700
701
  declare const CUPCAKE_CORE_CONFIG: InjectionToken<CupcakeCoreConfig>;
701
702
  interface AuthResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noatgnu/cupcake-core",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
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",