@stackable-labs/cli-app-extension 1.27.0 → 1.27.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/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1685,6 +1685,7 @@ var scaffold = async (options) => {
1685
1685
  const templateSource = TEMPLATE_SOURCES[flavor];
1686
1686
  const { dir } = await downloadTemplate(templateSource, {
1687
1687
  dir: options.outputDir,
1688
+ forceClean: true,
1688
1689
  force: true
1689
1690
  });
1690
1691
  await replacePlaceholders(dir, {
@@ -2449,7 +2450,7 @@ var DevDashboard = ({
2449
2450
  " ",
2450
2451
  w
2451
2452
  ] }, i)),
2452
- /* @__PURE__ */ jsx17(Text17, { dimColor: true, children: " Run `stackable-app-extension update` to review and sync." })
2453
+ /* @__PURE__ */ jsx17(Text17, { dimColor: true, children: " Run `pnpm dlx @stackable-labs/cli-app-extension@latest update` to review and sync." })
2453
2454
  ] })
2454
2455
  ]
2455
2456
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackable-labs/cli-app-extension",
3
- "version": "1.27.0",
3
+ "version": "1.27.1",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "bin": {