create-thally-docs 0.10.10 → 0.10.12

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.
@@ -5,7 +5,7 @@ import {
5
5
  } from "./chunk-ORUAMPNF.js";
6
6
  import {
7
7
  downloadStarter
8
- } from "./chunk-7BRQX5KJ.js";
8
+ } from "./chunk-GKGIYMRF.js";
9
9
 
10
10
  // src/scaffold.ts
11
11
  import { existsSync, mkdirSync, readdirSync } from "fs";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  STABLE_SCAFFOLD_RELEASE
4
- } from "./chunk-5KKSDGBE.js";
4
+ } from "./chunk-KYXVKY4T.js";
5
5
 
6
6
  // src/starter-sync.ts
7
7
  import { createHash } from "crypto";
@@ -1,10 +1,10 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  readStarterReleaseManifest
4
- } from "./chunk-LKEPXKYX.js";
4
+ } from "./chunk-7BTTY44P.js";
5
5
  import {
6
6
  STABLE_SCAFFOLD_RELEASE
7
- } from "./chunk-5KKSDGBE.js";
7
+ } from "./chunk-KYXVKY4T.js";
8
8
 
9
9
  // src/download.ts
10
10
  import { Readable, Transform, pipeline } from "stream";
@@ -3,19 +3,19 @@
3
3
  // src/stable-scaffold-release.json
4
4
  var stable_scaffold_release_default = {
5
5
  schemaVersion: 1,
6
- id: "2026-08-16.919c9698.e500fe11",
6
+ id: "2026-08-17.b1811471.fc573ae4",
7
7
  source: {
8
8
  repository: "thallylabs/starter",
9
- commitSha: "919c9698d2995e3a2fca08f5489ee819fba036c4",
10
- treeSha: "969792cbc681a34bdd504dc43a5073335d36ad49",
11
- archiveUrl: "https://codeload.github.com/thallylabs/starter/tar.gz/919c9698d2995e3a2fca08f5489ee819fba036c4",
9
+ commitSha: "b1811471ea498f1e6e4ef54358ca7f60295ab6ab",
10
+ treeSha: "c936e03778c42f6de2728390ec0003748e98e293",
11
+ archiveUrl: "https://codeload.github.com/thallylabs/starter/tar.gz/b1811471ea498f1e6e4ef54358ca7f60295ab6ab",
12
12
  manifestPath: "starter-release.json",
13
- manifestSha256: "53fbe8f98c2f82015ebcf7e33015b3c8eb9ca108e7677745755e1b68e22667a3"
13
+ manifestSha256: "53df11aea62358146c4df41afada7886d69a772302fd7df8636d8e206f2a56c0"
14
14
  },
15
15
  runtime: {
16
16
  repository: "thallylabs/thally",
17
- commitSha: "e500fe11d978311a4301ffa3b61aebc5c74d6f36",
18
- treeSha: "8720f48a5f9628f57393b8ce02212dbe96599bf8",
17
+ commitSha: "fc573ae46d39b64fa56e3006d051ccef1d5512fe",
18
+ treeSha: "48dafcf65c2e78a7ae015e19dfe9cd0693c63210",
19
19
  contentSource: "assets",
20
20
  identityContractVersion: 1
21
21
  },
@@ -24,6 +24,46 @@ var stable_scaffold_release_default = {
24
24
 
25
25
  // src/previous-scaffold-releases.json
26
26
  var previous_scaffold_releases_default = [
27
+ {
28
+ schemaVersion: 1,
29
+ id: "2026-08-17.2d78fa92.9e3d0d35",
30
+ source: {
31
+ repository: "thallylabs/starter",
32
+ commitSha: "2d78fa9260c9e8d410ab12d994b22303e832e338",
33
+ treeSha: "66194c658f67424398d2f03957e8a9c82b9f35da",
34
+ archiveUrl: "https://codeload.github.com/thallylabs/starter/tar.gz/2d78fa9260c9e8d410ab12d994b22303e832e338",
35
+ manifestPath: "starter-release.json",
36
+ manifestSha256: "b882076ef279ea83335be9d694d0ae6bee073bcb727feda08f1840c4d06fb767"
37
+ },
38
+ runtime: {
39
+ repository: "thallylabs/thally",
40
+ commitSha: "9e3d0d35f18cf387952be997ac122642a1f566c3",
41
+ treeSha: "f613aae60ebb53d47d874a70edaf5e46c2010630",
42
+ contentSource: "assets",
43
+ identityContractVersion: 1
44
+ },
45
+ starterVersion: 2
46
+ },
47
+ {
48
+ schemaVersion: 1,
49
+ id: "2026-08-16.919c9698.e500fe11",
50
+ source: {
51
+ repository: "thallylabs/starter",
52
+ commitSha: "919c9698d2995e3a2fca08f5489ee819fba036c4",
53
+ treeSha: "969792cbc681a34bdd504dc43a5073335d36ad49",
54
+ archiveUrl: "https://codeload.github.com/thallylabs/starter/tar.gz/919c9698d2995e3a2fca08f5489ee819fba036c4",
55
+ manifestPath: "starter-release.json",
56
+ manifestSha256: "53fbe8f98c2f82015ebcf7e33015b3c8eb9ca108e7677745755e1b68e22667a3"
57
+ },
58
+ runtime: {
59
+ repository: "thallylabs/thally",
60
+ commitSha: "e500fe11d978311a4301ffa3b61aebc5c74d6f36",
61
+ treeSha: "8720f48a5f9628f57393b8ce02212dbe96599bf8",
62
+ contentSource: "assets",
63
+ identityContractVersion: 1
64
+ },
65
+ starterVersion: 2
66
+ },
27
67
  {
28
68
  schemaVersion: 1,
29
69
  id: "2026-08-16.7bb51b3a.f2a2ff95",
@@ -3,7 +3,7 @@ import {
3
3
  initGit,
4
4
  installDeps,
5
5
  scaffold
6
- } from "./chunk-545AHFGA.js";
6
+ } from "./chunk-6OOEV6MK.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-BN6KBVRR.js";
4
+ } from "./chunk-PEI2WPL4.js";
5
5
  import {
6
6
  logo,
7
7
  readDocsJson,
@@ -9,11 +9,11 @@ import {
9
9
  slugify,
10
10
  success,
11
11
  writeDocsJson
12
- } from "./chunk-545AHFGA.js";
12
+ } from "./chunk-6OOEV6MK.js";
13
13
  import "./chunk-ORUAMPNF.js";
14
- import "./chunk-7BRQX5KJ.js";
15
- import "./chunk-LKEPXKYX.js";
16
- import "./chunk-5KKSDGBE.js";
14
+ import "./chunk-GKGIYMRF.js";
15
+ import "./chunk-7BTTY44P.js";
16
+ import "./chunk-KYXVKY4T.js";
17
17
 
18
18
  // src/index.ts
19
19
  import { existsSync as existsSync3, readdirSync as readdirSync2 } from "fs";
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  migrateDocs
4
- } from "../chunk-BN6KBVRR.js";
5
- import "../chunk-545AHFGA.js";
4
+ } from "../chunk-PEI2WPL4.js";
5
+ import "../chunk-6OOEV6MK.js";
6
6
  import "../chunk-ORUAMPNF.js";
7
- import "../chunk-7BRQX5KJ.js";
8
- import "../chunk-LKEPXKYX.js";
9
- import "../chunk-5KKSDGBE.js";
7
+ import "../chunk-GKGIYMRF.js";
8
+ import "../chunk-7BTTY44P.js";
9
+ import "../chunk-KYXVKY4T.js";
10
10
  export {
11
11
  migrateDocs
12
12
  };
package/dist/release.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  STABLE_SCAFFOLD_RELEASE,
4
4
  SUPPORTED_SCAFFOLD_RELEASES,
5
5
  isStableScaffoldRelease
6
- } from "./chunk-5KKSDGBE.js";
6
+ } from "./chunk-KYXVKY4T.js";
7
7
  export {
8
8
  STABLE_SCAFFOLD_RELEASE,
9
9
  SUPPORTED_SCAFFOLD_RELEASES,
package/dist/scaffold.js CHANGED
@@ -1,18 +1,18 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  scaffold
4
- } from "./chunk-545AHFGA.js";
4
+ } from "./chunk-6OOEV6MK.js";
5
5
  import "./chunk-ORUAMPNF.js";
6
6
  import {
7
7
  STARTER_ARCHIVE_ROOT,
8
8
  STARTER_COMMIT_SHA,
9
9
  STARTER_REPOSITORY,
10
10
  validateStarterArchiveEntry
11
- } from "./chunk-7BRQX5KJ.js";
12
- import "./chunk-LKEPXKYX.js";
11
+ } from "./chunk-GKGIYMRF.js";
12
+ import "./chunk-7BTTY44P.js";
13
13
  import {
14
14
  STABLE_SCAFFOLD_RELEASE
15
- } from "./chunk-5KKSDGBE.js";
15
+ } from "./chunk-KYXVKY4T.js";
16
16
  export {
17
17
  STABLE_SCAFFOLD_RELEASE,
18
18
  STARTER_ARCHIVE_ROOT,
@@ -8,8 +8,8 @@ import {
8
8
  planStarterRuntimeSync,
9
9
  readStarterReleaseManifest,
10
10
  starterManifestSha256
11
- } from "./chunk-LKEPXKYX.js";
12
- import "./chunk-5KKSDGBE.js";
11
+ } from "./chunk-7BTTY44P.js";
12
+ import "./chunk-KYXVKY4T.js";
13
13
  export {
14
14
  applyStarterRuntimeSyncPlan,
15
15
  classifyStarterPath,
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  downloadStarter
4
- } from "./chunk-7BRQX5KJ.js";
4
+ } from "./chunk-GKGIYMRF.js";
5
5
  import {
6
6
  applyStarterRuntimeSyncPlan,
7
7
  mergeStarterOwnershipContracts,
@@ -9,11 +9,11 @@ import {
9
9
  planStarterRuntimeSync,
10
10
  readStarterReleaseManifest,
11
11
  starterManifestSha256
12
- } from "./chunk-LKEPXKYX.js";
12
+ } from "./chunk-7BTTY44P.js";
13
13
  import {
14
14
  STABLE_SCAFFOLD_RELEASE,
15
15
  SUPPORTED_SCAFFOLD_RELEASES
16
- } from "./chunk-5KKSDGBE.js";
16
+ } from "./chunk-KYXVKY4T.js";
17
17
 
18
18
  // src/starter-update.ts
19
19
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-thally-docs",
3
- "version": "0.10.10",
3
+ "version": "0.10.12",
4
4
  "description": "Scaffold the first documentation surface in a Thally product-knowledge pipeline.",
5
5
  "type": "module",
6
6
  "engines": {