Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-782 committed Dec 21, 2023
1 parent 2a1e19e commit a31df64
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
21 changes: 17 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 @@ -20,7 +20,7 @@
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@war3js/events": "^3.3.3",
"@war3js/events": "^4.0.1",
"@war3js/text-decoding-types": "^0.0.9999",
"@war3js/unsafe": "file:../unsafe",
"dts-bundle-generator": "^8.1.1",
Expand Down
4 changes: 2 additions & 2 deletions src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { TriggerUnitEvent } from "./triggerEvents/unit/TriggerUnitEvent.js";
import { isNode } from "./utils/runtime.js";

const hpal = new Unit(Player.getById(0), 1215324524, 0, 0, 0);
const hpalI = Unit.createIllusionFromUnit(hpal);
//const hpalI = Unit.createIllusionFromUnit(hpal);

hpalI.on("selected", (e) => {
hpal.on("selected", (e) => {
//e.triggerUnit.kill();
});

Expand Down

0 comments on commit a31df64

Please sign in to comment.