Skip to content

Commit

Permalink
Lint, build and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Nov 18, 2024
1 parent 285daee commit 91f2e01
Show file tree
Hide file tree
Showing 15 changed files with 127 additions and 109 deletions.
6 changes: 3 additions & 3 deletions dist/cjs/index.cjs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/cjs/index.cjs.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/esm/index.mjs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/esm/index.mjs.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/types/EMonster.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ export declare enum EMonster {
TORMENTED_DEMON = 13600,
ARMOURED_ZOMBIE = 12720,
CRAB = 4819,
CHILLED_JELLY = 13799,
WEALTHY_CITIZEN = 13302,
BARROWS = 1673,
TZTOKJAD = 3127,
Expand Down
2 changes: 1 addition & 1 deletion dist/types/EMonster.d.ts.map

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

1 change: 1 addition & 0 deletions dist/types/simulation/monsters/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ export declare const Monsters: Collection<number, Monster> & {
TormentedDemon: import("../..").SimpleMonster;
ArmouredZombie: import("../..").SimpleMonster;
Crab: import("../..").SimpleMonster;
ChilledJelly: import("../..").SimpleMonster;
WealthyCitizen: import("../..").SimpleMonster;
AbyssalSire: import("../..").SimpleMonster;
Cerberus: import("../..").SimpleMonster;
Expand Down
2 changes: 1 addition & 1 deletion dist/types/simulation/monsters/index.d.ts.map

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

6 changes: 6 additions & 0 deletions dist/types/simulation/monsters/low/a-f/ChilledJelly.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import LootTable from "../../../../structures/LootTable";
import SimpleMonster from "../../../../structures/SimpleMonster";
export declare const ChilledJellyPreTable: LootTable;
declare const _default: SimpleMonster;
export default _default;
//# sourceMappingURL=ChilledJelly.d.ts.map

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

1 change: 1 addition & 0 deletions dist/types/simulation/monsters/low/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ export declare const allLowMonsters: {
TormentedDemon: import("../../..").SimpleMonster;
ArmouredZombie: import("../../..").SimpleMonster;
Crab: import("../../..").SimpleMonster;
ChilledJelly: import("../../..").SimpleMonster;
WealthyCitizen: import("../../..").SimpleMonster;
};
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/types/simulation/monsters/low/index.d.ts.map

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@
"node-fetch": "2.6.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.4",
"@types/node": "^20.14.9",
"@types/node-fetch": "^2.6.1",
"@vitest/coverage-v8": "^2.1.1",
"concurrently": "^9.0.1",
"@vitest/coverage-v8": "^2.1.5",
"concurrently": "^9.1.0",
"deep-object-diff": "^1.1.9",
"deepmerge": "^4.3.1",
"remeda": "^2.16.0",
"tsx": "^4.19.1",
"remeda": "^2.17.3",
"tsx": "^4.19.2",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"vitest": "^2.1.5",
"wtf_wikipedia": "^10.3.2"
},
"keywords": ["runescape"],
Expand Down
2 changes: 1 addition & 1 deletion src/simulation/monsters/low/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -543,5 +543,5 @@ export const allLowMonsters = {
ArmouredZombie,
Crab,
ChilledJelly,
WealthyCitizen
WealthyCitizen,
};
Loading

0 comments on commit 91f2e01

Please sign in to comment.