From 85734e30038b98c3ce7b93db4bc647285d259db2 Mon Sep 17 00:00:00 2001 From: "Timothy J. Aveni" Date: Tue, 22 Sep 2026 13:16:23 -0700 Subject: [PATCH] Implement typed module contracts and conformance bindings --- build-components.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-components.mjs b/build-components.mjs index c40f756..c6fe63f 100644 --- a/build-components.mjs +++ b/build-components.mjs @@ -171,7 +171,7 @@ export async function buildComponents({ config, compiler, plan, pkg, output, rec const body = { id, subject: declaration.subject, - compatibility: "quixos-react-component-v1", + compatibility: "org.quixos.react.esm/1", path: directory + "/module.mjs", exportName: entry.export, sharedModules,