diff --git a/.changeset/early-results-cheat.md b/.changeset/early-results-cheat.md new file mode 100644 index 00000000..e1824d5f --- /dev/null +++ b/.changeset/early-results-cheat.md @@ -0,0 +1,5 @@ +--- +"@stephansama/types-lhci": patch +--- + +updated package exports diff --git a/core/types-lhci/build.ts b/core/types-lhci/build.ts index 0f65392f..33d9ea05 100644 --- a/core/types-lhci/build.ts +++ b/core/types-lhci/build.ts @@ -8,7 +8,6 @@ const outDir = path.resolve("./dist"); await build({ dts: true, entry: ["./src/index.ts"], - exports: true, }); const schemas = await import("./dist/index.js"); diff --git a/core/types-lhci/package.json b/core/types-lhci/package.json index 40a3df3d..7435c958 100644 --- a/core/types-lhci/package.json +++ b/core/types-lhci/package.json @@ -23,6 +23,7 @@ "import": "./dist/index.js", "require": "./dist/index.cjs" }, + "./schema.json": "./dist/schema.json", "./package.json": "./package.json" }, "main": "./dist/index.cjs",