softpeach-cli 1.0.2 → 1.0.3

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/bin/softpeach.mjs CHANGED
@@ -4,7 +4,7 @@ import { tunnel } from "cloudflared";
4
4
  import { execSync } from "child_process";
5
5
  import { randomBytes } from "crypto";
6
6
 
7
- const SOFTPEACH_URL = process.env.SOFTPEACH_URL || "https://softpeach.onrender.com";
7
+ const SOFTPEACH_URL = process.env.SOFTPEACH_URL || "https://softpeach-w2zu.onrender.com";
8
8
 
9
9
  function printBanner() {
10
10
  console.log("");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "softpeach-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Share your localhost with your team for design review on SoftPeach",
5
5
  "type": "module",
6
6
  "bin": {