refactor: update romulus-js import path to @3t/romulus and adjust tests accordingly
Some checks failed
CI / build (push) Failing after 12s
CI / publish (push) Has been skipped

This commit is contained in:
2025-09-06 19:06:08 +01:00
parent 15fa2b1608
commit 61b7c50868
4 changed files with 12 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import { encrypt, decrypt } from "romulus-js";
import { encrypt, decrypt } from "@3t/romulus";
import { DEFAULT_KEY, MessageTypes } from "../common";
import { numberToUint16BE } from "../utilities/number";
import { packOutgoingPacket } from "./packet";