chore: ⬆️ Upgrade dependencies, fix new linter issues

This commit is contained in:
Jesse Wierzbinski 2024-09-16 12:48:52 +02:00
parent 6c15ceb1e9
commit 23936d549f
No known key found for this signature in database
40 changed files with 154 additions and 154 deletions

View file

@ -1,5 +1,5 @@
import { describe, expect, it } from "bun:test";
import { EntityValidator } from "../index";
import { EntityValidator } from "../index.ts";
describe("Package testing", () => {
it("should not validate a bad Note", () => {