@getpawl/setup 1.3.6 → 1.3.7

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/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -163,7 +163,7 @@ async function pawlConnect() {
163
163
  console.error("Error: Could not start connect session. Is the API reachable?");
164
164
  process.exit(1);
165
165
  }
166
- const connectUrl = `https://agentmap-mimy.onrender.com/connect?code=${code}&repo=${encodeURIComponent(repoName)}`;
166
+ const connectUrl = `https://app.getpawl.dev/connect?code=${code}&repo=${encodeURIComponent(repoName)}`;
167
167
  console.log(`
168
168
  Opening browser to link "${repoName}" to a Pawl project...
169
169
  `);
@@ -178,7 +178,7 @@ async function pawlConnect() {
178
178
  (0, import_node_fs.mkdirSync)((0, import_node_path.join)(cwd, ".pawl"), { recursive: true });
179
179
  writePawlEnvFile(cwd, result);
180
180
  console.log(" Connected! .pawl/.env written.\n");
181
- console.log(` Dashboard: https://agentmap-mimy.onrender.com/projects/${result.projectId}`);
181
+ console.log(` Dashboard: https://app.getpawl.dev/projects/${result.projectId}`);
182
182
  console.log(" You're all set. Pawl will sync automatically after each session.\n");
183
183
  console.log(" Useful commands:");
184
184
  console.log(" pawl sync --pull Pull latest context before starting work");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpawl/setup",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "type": "commonjs",
5
5
  "description": "One-shot setup for Pawl + Claude Code hooks",
6
6
  "bin": {