@riboseinc/anafero-cli 0.0.38 → 0.0.39

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.
package/build-site.mjs CHANGED
@@ -317140,7 +317140,7 @@ async function* generateStaticSiteAssets(versions, currentVersionID, opts) {
317140
317140
  };
317141
317141
  const prefixWithTrailing = opts.pathPrefix ? `${opts.pathPrefix}/` : "/";
317142
317142
  function expandGlobalPath(path3) {
317143
- const expanded = path3.startsWith("/") ? `${opts.pathPrefix}${path3}` : `${prefixWithTrailing}${path3}`;
317143
+ const expanded = path3.startsWith("/") ? `${opts.pathPrefix ?? ""}${path3}` : `${prefixWithTrailing}${path3}`;
317144
317144
  return expanded;
317145
317145
  }
317146
317146
  const htmlAttrs = `
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riboseinc/anafero-cli",
3
3
  "type": "module",
4
- "version": "0.0.38",
4
+ "version": "0.0.39",
5
5
  "packageManager": "yarn@4.5.0",
6
6
  "bin": {
7
7
  "build-site": "build-site.mjs"
index 46a9c46..604f9dc 100644
Binary file