pwahatch-cli 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/bin/pwahatch.mjs +1 -1
  2. package/package.json +1 -1
package/bin/pwahatch.mjs CHANGED
@@ -6,7 +6,7 @@ import { join } from "node:path";
6
6
 
7
7
  const CONFIG_DIR = join(homedir(), ".pwahatch");
8
8
  const CONFIG_FILE = join(CONFIG_DIR, "config.json");
9
- const DEFAULT_URL = "http://localhost:3000";
9
+ const DEFAULT_URL = "https://pwahatch.kreativekorna.com";
10
10
 
11
11
  const CATEGORIES = [
12
12
  "business",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pwahatch-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Submit PWAs to Hatch from your terminal",
5
5
  "type": "module",
6
6
  "repository": {