create-stardrive 1.2.0 → 1.2.1

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 (2) hide show
  1. package/bin/index.js +8 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -390,7 +390,14 @@ import fs3 from "node:fs";
390
390
  import os from "node:os";
391
391
  import path3 from "node:path";
392
392
  import { execSync as execSync2 } from "node:child_process";
393
- var TRIM_ENTRIES = ["scripts/syncVersion.js", ".ai/TRIMMING_GUIDE.md", "SECURITY.md", ".github"];
393
+ var TRIM_ENTRIES = [
394
+ "scripts/syncVersion.js",
395
+ ".ai/TRIMMING_GUIDE.md",
396
+ "SECURITY.md",
397
+ "CHANGELOG.md",
398
+ "repository-header.png",
399
+ ".github"
400
+ ];
394
401
  var STALE_LOCKFILES = [
395
402
  "package-lock.json",
396
403
  "pnpm-lock.yaml",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-stardrive",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "This is the launchpad application to create the Astro Stardrive boilerplate.",
5
5
  "bin": {
6
6
  "create-stardrive": "bin/index.js"