@vault-tec/pip-boy 1.1.0 → 1.1.2
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/package.json
CHANGED
|
@@ -317,7 +317,7 @@ declare class PipBoy3000 {
|
|
|
317
317
|
protected readonly imageStore: ImageStore;
|
|
318
318
|
protected readonly soundStore: SoundStore;
|
|
319
319
|
protected readonly audioPlayer: AudioPlayer;
|
|
320
|
-
protected readonly appVersion = "1.1.
|
|
320
|
+
protected readonly appVersion = "1.1.2";
|
|
321
321
|
protected readonly tabsOpen: _angular_core.WritableSignal<boolean>;
|
|
322
322
|
protected readonly showResetModal: _angular_core.WritableSignal<boolean>;
|
|
323
323
|
protected readonly showExitModal: _angular_core.WritableSignal<boolean>;
|
|
Binary file
|
|
Binary file
|