Skip to content

Commit f985d85

Browse files
committed
Update for 2.14.3-beta
1 parent d4de004 commit f985d85

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"watch": "npx tsc --build --watch --pretty --preserveWatchOutput"
1111
},
1212
"devDependencies": {
13-
"@wayward/types": "^2.14.2-beta",
13+
"@wayward/types": "^2.14.3-beta",
1414
"rimraf": "3.0.2",
1515
"typescript": "^5.7.2"
1616
}

src/DebugTools.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type Bindable from "@wayward/game/ui/input/Bindable";
2222
import { IInput } from "@wayward/game/ui/input/IInput";
2323
import InputManager from "@wayward/game/ui/input/InputManager";
2424
import type { DialogId } from "@wayward/game/ui/screen/screens/game/Dialogs";
25-
import ItemComponent, { ItemClasses } from "@wayward/game/ui/screen/screens/game/component/ItemComponent";
25+
import ItemComponent from "@wayward/game/ui/screen/screens/game/component/ItemComponent";
2626
import type { MenuBarButtonType } from "@wayward/game/ui/screen/screens/game/static/menubar/IMenuBarButton";
2727
import { MenuBarButtonGroup } from "@wayward/game/ui/screen/screens/game/static/menubar/IMenuBarButton";
2828
import Draggable from "@wayward/game/ui/util/Draggable";
@@ -88,6 +88,7 @@ import DebugToolsPanel from "./ui/component/DebugToolsPanel";
8888
import TemperatureInspection from "./ui/inspection/Temperature";
8989
import Version from "./util/Version";
9090
import { RendererConstants } from "@wayward/game/renderer/RendererConstants";
91+
import { ItemClasses } from "@wayward/game/ui/screen/screens/game/component/item/IItemComponent";
9192

9293
/**
9394
* An enum representing the possible states of the camera

0 commit comments

Comments
 (0)