nimbus-docs 0.1.1 → 0.1.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.
package/dist/cli/index.js CHANGED
@@ -626,7 +626,7 @@ async function main() {
626
626
  return;
627
627
  }
628
628
  if (args.version) {
629
- process.stdout.write(`0.1.1\n`);
629
+ process.stdout.write(`0.1.2\n`);
630
630
  return;
631
631
  }
632
632
  const [command, slug] = args._;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nimbus-docs",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Docs, for humans and agents",
@@ -33,8 +33,8 @@ import {
33
33
  getCollectionLlmsUrl,
34
34
  getVersionAlternates,
35
35
  getVersionStatus,
36
- } from "../index.js";
37
- import type { HeadElement } from "../types.js";
36
+ } from "nimbus-docs";
37
+ import type { HeadElement } from "nimbus-docs/types";
38
38
 
39
39
  export interface Props {
40
40
  /** Page title — used for `<title>` and OG/Twitter title. */