@wayward/types 2.12.2-beta.dev.20221130.1 → 2.12.2-beta.dev.20221201.1

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.
@@ -22,8 +22,8 @@ export default class ItemRecipeRequirementChecker {
22
22
  itemComponentsCanBurn: boolean;
23
23
  private numComponentsNeeded;
24
24
  private baseComponent;
25
- private components;
26
- private componentItems;
25
+ private readonly components;
26
+ private readonly componentItems;
27
27
  private recipe;
28
28
  private adjacentContainers;
29
29
  private readonly cachedItems;
@@ -15,7 +15,7 @@ export default class ReplayManager {
15
15
  private recording;
16
16
  private readonly gameVersion;
17
17
  private log;
18
- private playbackState;
18
+ private readonly playbackState;
19
19
  private _recordingStartTime;
20
20
  private _skipTicks;
21
21
  isRecording(): boolean;
@@ -48,7 +48,7 @@ export default class Steamworks extends EventEmitter.Host<ISteamworksEvents> {
48
48
  private _isGameOverlayActive;
49
49
  private _isTraceRecording;
50
50
  private _osPlatform;
51
- private _intervalIds;
51
+ private readonly _intervalIds;
52
52
  get isGameOverlayActive(): boolean;
53
53
  get isRunningOnSteamDeck(): boolean;
54
54
  get isRunningOnBatteryPower(): boolean;
@@ -11,7 +11,7 @@
11
11
  export declare class LogFile {
12
12
  private fileStreamInfoPromise;
13
13
  private fileStreamInfo;
14
- private buffer;
14
+ private readonly buffer;
15
15
  private closed;
16
16
  logsPath: string | undefined;
17
17
  append(message: string): Promise<void>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.12.2-beta.dev.20221130.1",
4
+ "version": "2.12.2-beta.dev.20221201.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",