@theholocron/cli 3.3.10 → 3.3.11
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.mjs +0 -2
- package/dist/cli.mjs.map +1 -1
- package/package.json +7 -7
package/dist/cli.mjs
CHANGED
|
@@ -2513,7 +2513,6 @@ function workflowHeader(source = "packages/cli/src/commands/setup-workflows.ts")
|
|
|
2513
2513
|
return [
|
|
2514
2514
|
`# AUTO-GENERATED — do not edit directly.`,
|
|
2515
2515
|
`# Source: theholocron/holocron · ${source}`,
|
|
2516
|
-
`# Synced: ${(/* @__PURE__ */ new Date()).toISOString()}`,
|
|
2517
2516
|
`# Tool: holocron setup`,
|
|
2518
2517
|
`# Changes: run \`holocron setup\` to regenerate.`,
|
|
2519
2518
|
``
|
|
@@ -3972,7 +3971,6 @@ function thinCallerHeader(forPrimary = false) {
|
|
|
3972
3971
|
return [
|
|
3973
3972
|
forPrimary ? `# AUTO-GENERATED — do not edit in theholocron/.github directly.` : `# AUTO-GENERATED — do not edit directly.`,
|
|
3974
3973
|
`# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts`,
|
|
3975
|
-
`# Synced: ${(/* @__PURE__ */ new Date()).toISOString()}`,
|
|
3976
3974
|
`# Tool: holocron sync-github`,
|
|
3977
3975
|
`# Changes: edit source in theholocron/holocron and push to alpha or main.`,
|
|
3978
3976
|
``
|