@getpawl/setup 1.1.1 → 1.1.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/dist/index.js +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -123,8 +123,7 @@ async function pawlConnect() {
123
123
  console.error("Error: Could not start connect session. Is the API reachable?");
124
124
  process.exit(1);
125
125
  }
126
- const frontendUrl = apiUrl.replace("-api", "").replace(":3001", ":3002");
127
- const connectUrl = `${frontendUrl}/connect?code=${code}&repo=${encodeURIComponent(repoName)}`;
126
+ const connectUrl = `https://agentmap-mimy.onrender.com/connect?code=${code}&repo=${encodeURIComponent(repoName)}`;
128
127
  console.log(`
129
128
  Opening browser to link "${repoName}" to a Pawl project...
130
129
  `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpawl/setup",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "type": "commonjs",
5
5
  "description": "One-shot setup for Pawl + Claude Code hooks",
6
6
  "bin": {