@wayward/types 2.12.2-beta.dev.20221114.1 → 2.12.2-beta.dev.20221115.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.
|
@@ -17,6 +17,10 @@ export interface IVersionInfo {
|
|
|
17
17
|
patch: number;
|
|
18
18
|
name?: string;
|
|
19
19
|
date?: Date;
|
|
20
|
+
/**
|
|
21
|
+
* A number representing the patch (if beta) or minor (if release), used when the stage is not known
|
|
22
|
+
*/
|
|
23
|
+
update?: number;
|
|
20
24
|
}
|
|
21
25
|
declare module Version {
|
|
22
26
|
const versionInfoRegExp: RegExp;
|
package/package.json
CHANGED