portless 0.9.3 → 0.9.4

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
@@ -1427,7 +1427,7 @@ ${colors_default.bold("Reserved names:")}
1427
1427
  process.exit(0);
1428
1428
  }
1429
1429
  function printVersion() {
1430
- console.log("0.9.3");
1430
+ console.log("0.9.4");
1431
1431
  process.exit(0);
1432
1432
  }
1433
1433
  async function handleTrust() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "portless",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "Replace port numbers with stable, named .localhost URLs. For humans and agents.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",