@wayward/types 2.15.0-beta.dev.20251020.1 → 2.15.0-beta.dev.20251021.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.
@@ -0,0 +1,12 @@
1
+ /*!
2
+ * Copyright 2011-2025 Unlok
3
+ * https://www.unlok.ca
4
+ *
5
+ * Credits & Thanks:
6
+ * https://www.unlok.ca/credits-thanks/
7
+ *
8
+ * Wayward is a copyrighted and licensed work. Modification and/or distribution of any source files is prohibited. If you wish to modify the game in any way, please refer to the modding guide:
9
+ * https://github.com/WaywardGame/types/wiki
10
+ */
11
+ declare const _default: import("@wayward/game/save/upgrade/UpgradeVersion").IUpgradeVersionDefinition<unknown>;
12
+ export default _default;
@@ -46,6 +46,7 @@ export declare class Random<G extends IRandomGenerator = IRandomGenerator> {
46
46
  */
47
47
  intInRange(min: number, max: number): number;
48
48
  intInRange(range: IRange): number;
49
+ intInRange(range?: IRange): number | undefined;
49
50
  /**
50
51
  * Generates a random boolean
51
52
  */
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.15.0-beta.dev.20251020.1",
4
+ "version": "2.15.0-beta.dev.20251021.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",