valtech-components 4.0.556 → 4.0.558

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.
@@ -115,7 +115,7 @@ export declare class ChessimalsGameComponent implements OnInit, OnDestroy {
115
115
  readonly botProfiles: ChessimalsBotProfile[];
116
116
  readonly challengeLadder: ChessimalsChallengeBot[];
117
117
  readonly animals: ChessimalsAnimalView[];
118
- readonly valtechComponentsVersion = "4.0.556";
118
+ readonly valtechComponentsVersion = "4.0.558";
119
119
  readonly screen: import("@angular/core").WritableSignal<"home" | "challenge" | "path" | "game">;
120
120
  readonly selectedBoardSize: import("@angular/core").WritableSignal<ChessimalsBoardSize>;
121
121
  readonly selectedLocalMode: import("@angular/core").WritableSignal<ChessimalsLocalMode>;
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "4.0.556";
5
+ export declare const VERSION = "4.0.558";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.556",
3
+ "version": "4.0.558",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"