Skip to content

Commit

Permalink
Update for 2.14.0-beta.dev.20240922.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetech committed Sep 22, 2024
1 parent b018ca4 commit b19e3a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"watch": "npx tsc --build --watch --pretty --preserveWatchOutput"
},
"devDependencies": {
"@wayward/types": "^2.14.0-beta.dev.20240918.1",
"@wayward/types": "^2.14.0-beta.dev.20240922.1",
"rimraf": "3.0.2",
"typescript": "^5.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion src/objectives/other/tile/Fish.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Cast from "@wayward/game/game/entity/action/actions/Cast";
import { SkillType } from "@wayward/game/game/entity/IHuman";
import { MagicalPropertyType } from "@wayward/game/game/magic/MagicalPropertyType";
import MagicalPropertyType from "@wayward/game/game/magic/MagicalPropertyType";

import type Context from "../../../core/context/Context";
import type { IObjective, ObjectiveExecutionResult } from "../../../core/objective/IObjective";
Expand Down

0 comments on commit b19e3a5

Please sign in to comment.