@percher/core 0.2.6 → 0.4.0

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.
Files changed (226) hide show
  1. package/dist/ai-files-manifest.d.ts +28 -0
  2. package/dist/ai-files-manifest.d.ts.map +1 -0
  3. package/dist/ai-files-manifest.js +96 -0
  4. package/dist/ai-files-manifest.js.map +1 -0
  5. package/dist/commands/account.d.ts +51 -0
  6. package/dist/commands/account.d.ts.map +1 -0
  7. package/dist/commands/account.js +88 -0
  8. package/dist/commands/account.js.map +1 -0
  9. package/dist/commands/ai-files.d.ts +73 -0
  10. package/dist/commands/ai-files.d.ts.map +1 -0
  11. package/dist/commands/ai-files.js +179 -0
  12. package/dist/commands/ai-files.js.map +1 -0
  13. package/dist/commands/billing.d.ts +1 -1
  14. package/dist/commands/billing.d.ts.map +1 -1
  15. package/dist/commands/billing.js +1 -1
  16. package/dist/commands/billing.js.map +1 -1
  17. package/dist/commands/continue.d.ts +48 -0
  18. package/dist/commands/continue.d.ts.map +1 -0
  19. package/dist/commands/continue.js +121 -0
  20. package/dist/commands/continue.js.map +1 -0
  21. package/dist/commands/create.d.ts +1 -1
  22. package/dist/commands/create.d.ts.map +1 -1
  23. package/dist/commands/create.js +1 -1
  24. package/dist/commands/create.js.map +1 -1
  25. package/dist/commands/dashboard.d.ts +15 -0
  26. package/dist/commands/dashboard.d.ts.map +1 -0
  27. package/dist/commands/dashboard.js +33 -0
  28. package/dist/commands/dashboard.js.map +1 -0
  29. package/dist/commands/data-export.d.ts +21 -0
  30. package/dist/commands/data-export.d.ts.map +1 -0
  31. package/dist/commands/data-export.js +36 -0
  32. package/dist/commands/data-export.js.map +1 -0
  33. package/dist/commands/data.d.ts +3 -3
  34. package/dist/commands/data.d.ts.map +1 -1
  35. package/dist/commands/data.js +1 -1
  36. package/dist/commands/data.js.map +1 -1
  37. package/dist/commands/delete.d.ts +1 -1
  38. package/dist/commands/delete.d.ts.map +1 -1
  39. package/dist/commands/delete.js +1 -1
  40. package/dist/commands/delete.js.map +1 -1
  41. package/dist/commands/deploys.d.ts +2 -2
  42. package/dist/commands/deploys.d.ts.map +1 -1
  43. package/dist/commands/deploys.js +21 -5
  44. package/dist/commands/deploys.js.map +1 -1
  45. package/dist/commands/dev.d.ts +1 -9
  46. package/dist/commands/dev.d.ts.map +1 -1
  47. package/dist/commands/dev.js +79 -24
  48. package/dist/commands/dev.js.map +1 -1
  49. package/dist/commands/diagnose.d.ts +1 -1
  50. package/dist/commands/diagnose.d.ts.map +1 -1
  51. package/dist/commands/diagnose.js +1 -1
  52. package/dist/commands/diagnose.js.map +1 -1
  53. package/dist/commands/doctor.d.ts +75 -3
  54. package/dist/commands/doctor.d.ts.map +1 -1
  55. package/dist/commands/doctor.js +822 -10
  56. package/dist/commands/doctor.js.map +1 -1
  57. package/dist/commands/domains.d.ts +1 -1
  58. package/dist/commands/domains.d.ts.map +1 -1
  59. package/dist/commands/domains.js +1 -1
  60. package/dist/commands/domains.js.map +1 -1
  61. package/dist/commands/env-scan.d.ts +2 -0
  62. package/dist/commands/env-scan.d.ts.map +1 -0
  63. package/dist/commands/env-scan.js +92 -0
  64. package/dist/commands/env-scan.js.map +1 -0
  65. package/dist/commands/env.d.ts +1 -1
  66. package/dist/commands/env.d.ts.map +1 -1
  67. package/dist/commands/env.js +1 -1
  68. package/dist/commands/env.js.map +1 -1
  69. package/dist/commands/export.d.ts +1 -1
  70. package/dist/commands/export.js +1 -1
  71. package/dist/commands/generate.d.ts +1 -1
  72. package/dist/commands/generate.d.ts.map +1 -1
  73. package/dist/commands/generate.js +14 -9
  74. package/dist/commands/generate.js.map +1 -1
  75. package/dist/commands/github.d.ts +60 -0
  76. package/dist/commands/github.d.ts.map +1 -0
  77. package/dist/commands/github.js +112 -0
  78. package/dist/commands/github.js.map +1 -0
  79. package/dist/commands/import-project.d.ts +1 -1
  80. package/dist/commands/import-project.d.ts.map +1 -1
  81. package/dist/commands/import-project.js +1 -1
  82. package/dist/commands/import-project.js.map +1 -1
  83. package/dist/commands/init.d.ts +1 -1
  84. package/dist/commands/init.d.ts.map +1 -1
  85. package/dist/commands/init.js +1 -1
  86. package/dist/commands/init.js.map +1 -1
  87. package/dist/commands/insights.d.ts +1 -1
  88. package/dist/commands/insights.d.ts.map +1 -1
  89. package/dist/commands/insights.js +1 -1
  90. package/dist/commands/insights.js.map +1 -1
  91. package/dist/commands/login.d.ts +1 -1
  92. package/dist/commands/login.d.ts.map +1 -1
  93. package/dist/commands/login.js +1 -1
  94. package/dist/commands/login.js.map +1 -1
  95. package/dist/commands/logs.d.ts +1 -1
  96. package/dist/commands/logs.d.ts.map +1 -1
  97. package/dist/commands/logs.js +1 -1
  98. package/dist/commands/logs.js.map +1 -1
  99. package/dist/commands/mcp.d.ts +1 -1
  100. package/dist/commands/mcp.d.ts.map +1 -1
  101. package/dist/commands/mcp.js +1 -1
  102. package/dist/commands/mcp.js.map +1 -1
  103. package/dist/commands/open.d.ts +1 -1
  104. package/dist/commands/open.d.ts.map +1 -1
  105. package/dist/commands/open.js +1 -1
  106. package/dist/commands/open.js.map +1 -1
  107. package/dist/commands/publish-failure.d.ts +31 -0
  108. package/dist/commands/publish-failure.d.ts.map +1 -0
  109. package/dist/commands/publish-failure.js +150 -0
  110. package/dist/commands/publish-failure.js.map +1 -0
  111. package/dist/commands/publish-node.d.ts +16 -0
  112. package/dist/commands/publish-node.d.ts.map +1 -0
  113. package/dist/commands/publish-node.js +42 -0
  114. package/dist/commands/publish-node.js.map +1 -0
  115. package/dist/commands/publish.d.ts +105 -3
  116. package/dist/commands/publish.d.ts.map +1 -1
  117. package/dist/commands/publish.js +746 -158
  118. package/dist/commands/publish.js.map +1 -1
  119. package/dist/commands/push.d.ts +45 -8
  120. package/dist/commands/push.d.ts.map +1 -1
  121. package/dist/commands/push.js +233 -22
  122. package/dist/commands/push.js.map +1 -1
  123. package/dist/commands/redeploy.d.ts +28 -0
  124. package/dist/commands/redeploy.d.ts.map +1 -0
  125. package/dist/commands/redeploy.js +421 -0
  126. package/dist/commands/redeploy.js.map +1 -0
  127. package/dist/commands/rename.d.ts +1 -1
  128. package/dist/commands/rename.d.ts.map +1 -1
  129. package/dist/commands/rename.js +1 -1
  130. package/dist/commands/rename.js.map +1 -1
  131. package/dist/commands/reproduce.d.ts +64 -0
  132. package/dist/commands/reproduce.d.ts.map +1 -0
  133. package/dist/commands/reproduce.js +211 -0
  134. package/dist/commands/reproduce.js.map +1 -0
  135. package/dist/commands/reset-superuser.d.ts +1 -1
  136. package/dist/commands/reset-superuser.d.ts.map +1 -1
  137. package/dist/commands/reset-superuser.js +1 -1
  138. package/dist/commands/reset-superuser.js.map +1 -1
  139. package/dist/commands/restore.d.ts +79 -0
  140. package/dist/commands/restore.d.ts.map +1 -0
  141. package/dist/commands/restore.js +164 -0
  142. package/dist/commands/restore.js.map +1 -0
  143. package/dist/commands/resume.d.ts +1 -1
  144. package/dist/commands/resume.d.ts.map +1 -1
  145. package/dist/commands/resume.js +1 -1
  146. package/dist/commands/resume.js.map +1 -1
  147. package/dist/commands/rollback.d.ts +21 -8
  148. package/dist/commands/rollback.d.ts.map +1 -1
  149. package/dist/commands/rollback.js +12 -6
  150. package/dist/commands/rollback.js.map +1 -1
  151. package/dist/commands/status.d.ts +33 -0
  152. package/dist/commands/status.d.ts.map +1 -0
  153. package/dist/commands/status.js +48 -0
  154. package/dist/commands/status.js.map +1 -0
  155. package/dist/commands/unsuspend.d.ts +35 -0
  156. package/dist/commands/unsuspend.d.ts.map +1 -0
  157. package/dist/commands/unsuspend.js +27 -0
  158. package/dist/commands/unsuspend.js.map +1 -0
  159. package/dist/commands/versions.d.ts +1 -1
  160. package/dist/commands/versions.d.ts.map +1 -1
  161. package/dist/commands/versions.js +1 -1
  162. package/dist/commands/versions.js.map +1 -1
  163. package/dist/commands/wait-deploy.d.ts +92 -0
  164. package/dist/commands/wait-deploy.d.ts.map +1 -0
  165. package/dist/commands/wait-deploy.js +226 -0
  166. package/dist/commands/wait-deploy.js.map +1 -0
  167. package/dist/env-scan-source.d.ts +39 -0
  168. package/dist/env-scan-source.d.ts.map +1 -0
  169. package/dist/env-scan-source.js +332 -0
  170. package/dist/env-scan-source.js.map +1 -0
  171. package/dist/error-classifier.d.ts.map +1 -1
  172. package/dist/error-classifier.js +67 -4
  173. package/dist/error-classifier.js.map +1 -1
  174. package/dist/errors.d.ts +8 -1
  175. package/dist/errors.d.ts.map +1 -1
  176. package/dist/errors.js +2 -0
  177. package/dist/errors.js.map +1 -1
  178. package/dist/event-renderer.d.ts +17 -0
  179. package/dist/event-renderer.d.ts.map +1 -0
  180. package/dist/event-renderer.js +130 -0
  181. package/dist/event-renderer.js.map +1 -0
  182. package/dist/index.d.ts +16 -1
  183. package/dist/index.d.ts.map +1 -1
  184. package/dist/index.js +15 -0
  185. package/dist/index.js.map +1 -1
  186. package/dist/plans.d.ts +20 -0
  187. package/dist/plans.d.ts.map +1 -1
  188. package/dist/plans.js +15 -0
  189. package/dist/plans.js.map +1 -1
  190. package/dist/poll-deployment.d.ts +59 -0
  191. package/dist/poll-deployment.d.ts.map +1 -0
  192. package/dist/poll-deployment.js +93 -0
  193. package/dist/poll-deployment.js.map +1 -0
  194. package/dist/publish-retry.d.ts +29 -0
  195. package/dist/publish-retry.d.ts.map +1 -0
  196. package/dist/publish-retry.js +224 -0
  197. package/dist/publish-retry.js.map +1 -0
  198. package/dist/recovery.d.ts +356 -0
  199. package/dist/recovery.d.ts.map +1 -0
  200. package/dist/recovery.js +300 -0
  201. package/dist/recovery.js.map +1 -0
  202. package/dist/stream-utils.d.ts +21 -0
  203. package/dist/stream-utils.d.ts.map +1 -0
  204. package/dist/stream-utils.js +41 -0
  205. package/dist/stream-utils.js.map +1 -0
  206. package/dist/structured-error-codes.d.ts +30 -0
  207. package/dist/structured-error-codes.d.ts.map +1 -0
  208. package/dist/structured-error-codes.js +86 -0
  209. package/dist/structured-error-codes.js.map +1 -0
  210. package/dist/tarball.d.ts +11 -0
  211. package/dist/tarball.d.ts.map +1 -1
  212. package/dist/tarball.js +30 -9
  213. package/dist/tarball.js.map +1 -1
  214. package/dist/templates/ai-files/claude-md.d.ts +7 -0
  215. package/dist/templates/ai-files/claude-md.d.ts.map +1 -0
  216. package/dist/templates/ai-files/claude-md.js +78 -0
  217. package/dist/templates/ai-files/claude-md.js.map +1 -0
  218. package/dist/templates/ai-files/cursor-percher-mdc.d.ts +7 -0
  219. package/dist/templates/ai-files/cursor-percher-mdc.d.ts.map +1 -0
  220. package/dist/templates/ai-files/cursor-percher-mdc.js +111 -0
  221. package/dist/templates/ai-files/cursor-percher-mdc.js.map +1 -0
  222. package/dist/templates/ai-files/index.d.ts +8 -0
  223. package/dist/templates/ai-files/index.d.ts.map +1 -0
  224. package/dist/templates/ai-files/index.js +4 -0
  225. package/dist/templates/ai-files/index.js.map +1 -0
  226. package/package.json +6 -5
@@ -0,0 +1,78 @@
1
+ export const CLAUDE_MD = {
2
+ id: "claude-md",
3
+ path: "CLAUDE.md",
4
+ version: "1.0.0",
5
+ content: `# CLAUDE.md — Percher publishing instructions
6
+
7
+ This project is hosted on **Percher** (https://percher.app). Apps run
8
+ at \`<name>.percher.run\`.
9
+
10
+ ## Publishing
11
+
12
+ \`\`\`bash
13
+ bunx percher publish
14
+ \`\`\`
15
+
16
+ This single command:
17
+ - Auto-generates \`percher.toml\` if missing
18
+ - Logs in via device-code if not already authenticated
19
+ - Packages, uploads, builds, deploys
20
+ - Returns the live URL
21
+
22
+ ## Setting secrets
23
+
24
+ Never put secret values in \`percher.toml\` or anywhere in source.
25
+
26
+ \`\`\`bash
27
+ # from a file:
28
+ bunx percher env set DATABASE_URL --from-file ./secret.txt
29
+
30
+ # from stdin (CI / scripts):
31
+ echo "$MY_SECRET" | bunx percher env set DATABASE_URL --from-stdin
32
+
33
+ # interactive (you type, no echo):
34
+ bunx percher env set DATABASE_URL
35
+ \`\`\`
36
+
37
+ ## Daily commands
38
+
39
+ | Command | What it does |
40
+ | -------------------------------- | --------------------------------------------- |
41
+ | \`bunx percher publish\` | Build + deploy this project. |
42
+ | \`bunx percher dev\` | Watch files, redeploy on change, stream logs. |
43
+ | \`bunx percher logs\` | Tail runtime logs. |
44
+ | \`bunx percher logs --build\` | Show last failed build's full log. |
45
+ | \`bunx percher deploys\` | List recent deploys with status. |
46
+ | \`bunx percher rollback <sha>\` | Roll back to a previous version. |
47
+ | \`bunx percher doctor\` | Diagnose config / connectivity. |
48
+ | \`bunx percher env list\` | Show env vars (values masked). |
49
+
50
+ ## MCP
51
+
52
+ For MCP-aware editors (Claude Code, Cursor, Windsurf), run
53
+ \`bunx percher mcp\` to print a paste-ready config block.
54
+
55
+ ## When the build fails
56
+
57
+ Don't guess. Run:
58
+
59
+ \`\`\`bash
60
+ bunx percher logs --build
61
+ \`\`\`
62
+
63
+ The output ends with the actual compiler/builder error. Show it back,
64
+ fix the root cause, and retry.
65
+
66
+ ## Don'ts
67
+
68
+ - Don't add \`percher.toml\` fields not in the documented schema.
69
+ - Don't commit secrets — use \`percher env set\`.
70
+ - Don't use \`--no-verify\` or other bypass flags on git operations.
71
+ - Don't \`rm -rf\` the \`.percher/\` directory — it tracks managed
72
+ AI-files. Use \`bunx percher ai-files remove\` instead.
73
+
74
+ This file is managed by \`bunx percher ai-files\`. Run
75
+ \`bunx percher ai-files update\` to pull updates.
76
+ `,
77
+ };
78
+ //# sourceMappingURL=claude-md.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"claude-md.js","sourceRoot":"","sources":["../../../src/templates/ai-files/claude-md.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,EAAE,EAAE,WAAoB;IACxB,IAAI,EAAE,WAAW;IACjB,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuEV;CACA,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const CURSOR_PERCHER_MDC: {
2
+ id: "cursor-percher-mdc";
3
+ path: string;
4
+ version: string;
5
+ content: string;
6
+ };
7
+ //# sourceMappingURL=cursor-percher-mdc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cursor-percher-mdc.d.ts","sourceRoot":"","sources":["../../../src/templates/ai-files/cursor-percher-mdc.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;;;;CA6G9B,CAAC"}
@@ -0,0 +1,111 @@
1
+ export const CURSOR_PERCHER_MDC = {
2
+ id: "cursor-percher-mdc",
3
+ path: ".cursor/rules/percher.mdc",
4
+ version: "1.0.0",
5
+ content: `---
6
+ description: How to publish this project to Percher
7
+ globs: ["percher.toml", "**/*.{ts,tsx,js,jsx,py}"]
8
+ alwaysApply: false
9
+ ---
10
+
11
+ # Publishing to Percher
12
+
13
+ Percher hosts AI-built web apps. The user says "publish my app" → it's
14
+ live at \`name.percher.run\`.
15
+
16
+ ## Quick reference
17
+
18
+ - **CLI:** \`bunx percher\` (or \`npx percher\`)
19
+ - **Config:** \`percher.toml\` in project root
20
+ - **Deploy:** \`bunx percher publish\` — handles auth, config, build, deploy
21
+ - **Dashboard:** https://percher.app
22
+
23
+ ## Before deploying
24
+
25
+ 1. Check \`percher.toml\` exists. If not, run \`bunx percher init\` (or just
26
+ run \`publish\` — it auto-generates one).
27
+ 2. Make sure secrets are set: \`bunx percher env set KEY --from-stdin\`
28
+ (or \`KEY=VALUE\` for non-secrets).
29
+ 3. For secrets, never use \`KEY=VALUE\` — use \`--from-stdin\`,
30
+ \`--from-file <path>\`, or bare \`KEY\` (interactive prompt).
31
+
32
+ ## Common percher.toml shapes
33
+
34
+ \`\`\`toml
35
+ # Next.js
36
+ [app]
37
+ name = "my-app"
38
+ runtime = "node"
39
+ framework = "nextjs"
40
+ [build]
41
+ command = "bun run build"
42
+ output = ".next"
43
+ [web]
44
+ port = 3000
45
+ health = "/api/health"
46
+ [data]
47
+ mode = "pocketbase"
48
+ \`\`\`
49
+
50
+ \`\`\`toml
51
+ # Static (Vite, plain HTML)
52
+ [app]
53
+ name = "my-app"
54
+ runtime = "static"
55
+ [build]
56
+ command = "bun run build"
57
+ output = "dist"
58
+ \`\`\`
59
+
60
+ ## Build-time public env vars
61
+
62
+ Frameworks like Next/Vite/Astro bake \`*_PUBLIC_*\` values into the bundle
63
+ at build time. Vars matching the public-prefix conventions
64
+ (\`NEXT_PUBLIC_*\`, \`VITE_*\`, \`PUBLIC_*\`, \`REACT_APP_*\`, \`VUE_APP_*\`,
65
+ \`EXPO_PUBLIC_*\`) auto-forward to the build container — just \`bunx percher
66
+ env set NEXT_PUBLIC_API_URL=…\` and it lands in the bundle on the next
67
+ deploy. No TOML changes needed.
68
+
69
+ Server-secret build tokens that DON'T match a prefix (Sentry source-map
70
+ upload, private npm registries) require explicit opt-in:
71
+
72
+ \`\`\`toml
73
+ [build]
74
+ pass_env = ["SENTRY_AUTH_TOKEN", "NPM_TOKEN"]
75
+ \`\`\`
76
+
77
+ Values still come from \`bunx percher env set …\`; the TOML only declares
78
+ which non-prefix keys leak into the build.
79
+
80
+ ## Outbound HTTPS
81
+
82
+ Apps reach the public internet through a forward proxy. Bun's \`fetch\`
83
+ and Node 24+ \`fetch\` (with \`NODE_USE_ENV_PROXY=1\`, set automatically)
84
+ honor it. Node ≤22 needs:
85
+
86
+ \`\`\`ts
87
+ import { ProxyAgent, setGlobalDispatcher } from "undici";
88
+ if (process.env.HTTPS_PROXY) {
89
+ setGlobalDispatcher(new ProxyAgent(process.env.HTTPS_PROXY));
90
+ }
91
+ \`\`\`
92
+
93
+ ## When something fails
94
+
95
+ - \`bunx percher logs\` — runtime logs
96
+ - \`bunx percher logs --build\` — last failed build's log
97
+ - \`bunx percher doctor\` — connectivity + config check
98
+ - \`bunx percher deploys --limit 5\` — recent deploys + status
99
+
100
+ ## Rules
101
+
102
+ 1. Never put real secrets in \`percher.toml\`. Use \`bunx percher env set\`.
103
+ 2. Never invent \`percher.toml\` fields. Stick to documented schema.
104
+ 3. Always add a \`/health\` endpoint when the framework has a server.
105
+ 4. \`percher.toml\` is the source of truth — read from it, don't guess.
106
+
107
+ This file is managed by \`bunx percher ai-files\`. Run
108
+ \`bunx percher ai-files update\` to pull updates.
109
+ `,
110
+ };
111
+ //# sourceMappingURL=cursor-percher-mdc.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cursor-percher-mdc.js","sourceRoot":"","sources":["../../../src/templates/ai-files/cursor-percher-mdc.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,EAAE,EAAE,oBAA6B;IACjC,IAAI,EAAE,2BAA2B;IACjC,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwGV;CACA,CAAC"}
@@ -0,0 +1,8 @@
1
+ export interface AiFileTemplate {
2
+ id: string;
3
+ path: string;
4
+ version: string;
5
+ content: string;
6
+ }
7
+ export declare const AI_FILE_TEMPLATES: readonly AiFileTemplate[];
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/templates/ai-files/index.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,iBAAiB,EAAE,SAAS,cAAc,EAAoC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { CLAUDE_MD } from "./claude-md";
2
+ import { CURSOR_PERCHER_MDC } from "./cursor-percher-mdc";
3
+ export const AI_FILE_TEMPLATES = [CLAUDE_MD, CURSOR_PERCHER_MDC];
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/templates/ai-files/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAS1D,MAAM,CAAC,MAAM,iBAAiB,GAA8B,CAAC,SAAS,EAAE,kBAAkB,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percher/core",
3
- "version": "0.2.6",
3
+ "version": "0.4.0",
4
4
  "description": "Core logic and CLI commands for the Percher hosting platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -29,11 +29,12 @@
29
29
  "typecheck": "tsc --noEmit"
30
30
  },
31
31
  "dependencies": {
32
- "@percher/client": "^0.2.0",
33
- "@percher/toml": "^0.1.1",
34
- "ignore": "^6.0.2",
32
+ "@percher/client": "^0.2.7",
33
+ "@percher/shared": "^0.1.0",
34
+ "@percher/toml": "^0.1.3",
35
+ "ignore": "^7.0.5",
35
36
  "tar-stream": "^3.1.7",
36
- "zod": "^3.23.8"
37
+ "zod": "^4.3.6"
37
38
  },
38
39
  "devDependencies": {
39
40
  "@types/tar-stream": "^3.1.3",