@bootmap/wpep-cli 1.1.4 → 1.1.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bootmap/wpep-cli",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "CLI tool for deploying Next.js static exports to WordPress via WP Elementor Publisher",
5
5
  "main": "bin/wpep.js",
6
6
  "type": "module",
@@ -265,5 +265,5 @@ export default async function deployCommand(options) {
265
265
  }
266
266
 
267
267
  console.log(chalk.green.bold(`\nšŸŽ‰ Success! Your site is live at ${url}`));
268
- console.log(chalk.gray(` ${uploaded} files uploaded, ${skippedCount} files copied from previous deployment.\n`));
268
+ console.log(chalk.gray(` ${changedFiles.length} files uploaded, ${skippedCount} files copied from previous deployment.\n`));
269
269
  }