@wayward/types 2.11.6-beta.dev.20220425.1 → 2.11.6-beta.dev.20220426.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.
@@ -9,7 +9,8 @@
9
9
  * https://github.com/WaywardGame/types/wiki
10
10
  */
11
11
  import EventEmitter from "event/EventEmitter";
12
- import type { IPromptDescriptionBase, Prompt, PromptDescriptionArgs, PromptResult } from "game/meta/prompt/IPrompt";
12
+ import { Prompt } from "game/meta/prompt/IPrompt";
13
+ import type { IPromptDescriptionBase, PromptDescriptionArgs, PromptResult } from "game/meta/prompt/IPrompt";
13
14
  import type { PromptArgs, PromptDescriptionOf } from "game/meta/prompt/PromptDescriptions";
14
15
  export interface IPrompt<PROMPT extends IPromptDescriptionBase<any[]>> extends PromiseLike<PromptResult<PROMPT>> {
15
16
  type?: Prompt;
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.11.6-beta.dev.20220425.1",
4
+ "version": "2.11.6-beta.dev.20220426.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",