valtech-components 4.0.565 → 4.0.566
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.
|
@@ -121,7 +121,7 @@ export declare class ChessimalsGameComponent implements OnInit, OnDestroy {
|
|
|
121
121
|
readonly botProfiles: ChessimalsBotProfile[];
|
|
122
122
|
readonly challengeLadder: ChessimalsChallengeBot[];
|
|
123
123
|
readonly animals: ChessimalsAnimalView[];
|
|
124
|
-
readonly valtechComponentsVersion = "4.0.
|
|
124
|
+
readonly valtechComponentsVersion = "4.0.566";
|
|
125
125
|
readonly screen: import("@angular/core").WritableSignal<"home" | "challenge" | "path" | "game">;
|
|
126
126
|
readonly selectedBoardSize: import("@angular/core").WritableSignal<ChessimalsBoardSize>;
|
|
127
127
|
readonly selectedLocalMode: import("@angular/core").WritableSignal<ChessimalsLocalMode>;
|
package/lib/version.d.ts
CHANGED