feat(v2): expose canonical schema contracts (#35595)

This commit is contained in:
Kit Langton
2026-07-06 15:45:46 -04:00
committed by GitHub
parent fd03e16392
commit c0f7e88d4b
15 changed files with 167 additions and 33 deletions
+1
View File
@@ -5,6 +5,7 @@
"type": "module",
"license": "MIT",
"scripts": {
"test": "bun test --timeout 5000",
"typecheck": "tsgo --noEmit",
"build": "tsc"
},