@openpkg-ts/doc-generator 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6048,6 +6048,9 @@ function ExportIndexPage({
6048
6048
  description,
6049
6049
  className
6050
6050
  }) {
6051
+ if (!baseHref) {
6052
+ console.warn("[ExportIndexPage] baseHref is undefined - links will be broken");
6053
+ }
6051
6054
  const groups = groupByKind(spec.exports);
6052
6055
  return /* @__PURE__ */ jsxDEV11("div", {
6053
6056
  className: cn("space-y-10 not-prose", className),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openpkg-ts/doc-generator",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "API doc generator consuming OpenPkg specs. TypeDoc alternative for modern doc frameworks.",
5
5
  "keywords": [
6
6
  "openpkg",