create-thally-docs 0.7.8 → 0.7.9

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.
@@ -23,7 +23,6 @@ var EXCLUDE_PATHS = [
23
23
  "/.next/",
24
24
  "/.data/",
25
25
  "/.thally/",
26
- "/thally-agent.yml",
27
26
  "/thally-track.yml",
28
27
  "/CODEOWNERS",
29
28
  "/CLAUDE.md",
@@ -3,7 +3,7 @@ import {
3
3
  initGit,
4
4
  installDeps,
5
5
  scaffold
6
- } from "./chunk-YKA5APVS.js";
6
+ } from "./chunk-5GIGIHI5.js";
7
7
 
8
8
  // src/migrate/index.ts
9
9
  import { existsSync, mkdirSync, mkdtempSync, readFileSync, rmSync, writeFileSync } from "fs";
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  migrateDocs
4
- } from "./chunk-CGTL5Q5E.js";
4
+ } from "./chunk-Y2JKKZ4I.js";
5
5
  import {
6
6
  logo,
7
7
  readDocsJson,
@@ -9,7 +9,7 @@ import {
9
9
  slugify,
10
10
  success,
11
11
  writeDocsJson
12
- } from "./chunk-YKA5APVS.js";
12
+ } from "./chunk-5GIGIHI5.js";
13
13
 
14
14
  // src/index.ts
15
15
  import { existsSync as existsSync3, readdirSync as readdirSync2 } from "fs";
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  migrateDocs
4
- } from "../chunk-CGTL5Q5E.js";
5
- import "../chunk-YKA5APVS.js";
4
+ } from "../chunk-Y2JKKZ4I.js";
5
+ import "../chunk-5GIGIHI5.js";
6
6
  export {
7
7
  migrateDocs
8
8
  };
package/dist/scaffold.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  scaffold
4
- } from "./chunk-YKA5APVS.js";
4
+ } from "./chunk-5GIGIHI5.js";
5
5
  export {
6
6
  scaffold
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-thally-docs",
3
- "version": "0.7.8",
3
+ "version": "0.7.9",
4
4
  "description": "Scaffold a new Thally documentation project",
5
5
  "type": "module",
6
6
  "engines": {