peakroute 0.5.4 → 0.5.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -898,7 +898,7 @@ ${chalk.bold("Skip peakroute:")}
898
898
  process.exit(0);
899
899
  }
900
900
  if (args[0] === "--version" || args[0] === "-v") {
901
- console.log("0.5.4");
901
+ console.log("0.5.5");
902
902
  process.exit(0);
903
903
  }
904
904
  if (args[0] === "trust") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "peakroute",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "Replace port numbers with stable, named .localhost URLs. For humans and agents. (Formerly portless)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",