pnpm-catalog-updates 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": "pnpm-catalog-updates",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "CLI application for pnpm-catalog-updates",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -720,15 +720,15 @@ ${t('cli.help.tipLabel')} ${t('cli.help.tipContent', { locale: I18n.getLocale()
720
720
  )
721
721
  )
722
722
 
723
- // Self-update command
723
+ // Upgrade command (self-update)
724
724
  program
725
- .command('self-update')
725
+ .command('upgrade')
726
726
  .description(t('cli.description.selfUpdate'))
727
727
  .action(
728
728
  createCommandAction(
729
729
  serviceFactory,
730
730
  {
731
- name: 'self-update',
731
+ name: 'upgrade',
732
732
  needsServices: false,
733
733
  },
734
734
  async ({ globalOptions }) => {