feat(schema): publish package

This commit is contained in:
Dax Raad
2026-07-01 13:33:59 -04:00
parent d51ba6ed94
commit 5e47501b8b
77 changed files with 413 additions and 325 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { describe, expect, test } from "bun:test"
import { FileSystem } from "../src/filesystem"
import { FileSystem } from "../src/filesystem.js"
describe("schema compatibility", () => {
test("moved class schemas remain constructible", () => {