@wayward/types 2.14.0-beta.dev.20240608.1 → 2.14.0-beta.dev.20240610.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.
|
@@ -146,4 +146,4 @@ export interface IServerDirectoryV1ServersServer extends IServer {
|
|
|
146
146
|
export declare function log(...args: any[]): void;
|
|
147
147
|
export declare function error(...args: any[]): void;
|
|
148
148
|
export declare function setLogCallback(logFunc: ((...args: any[]) => void) | undefined): void;
|
|
149
|
-
export declare
|
|
149
|
+
export declare function randomUUID(): string;
|
package/package.json
CHANGED