@peerbit/server 4.1.0 → 4.1.2

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/lib/esm/cli.js CHANGED
@@ -945,7 +945,7 @@ export const cli = async (args) => {
945
945
  }
946
946
  for (const api of apis) {
947
947
  const newPrograms = await api.api.dependency.install(installCommand);
948
- api.log(`New programs available (${newPrograms.length}):`);
948
+ api.log(`New variants available (${newPrograms.length}):`);
949
949
  newPrograms.forEach((p) => {
950
950
  api.log(chalk.green(p));
951
951
  });