@getpawl/setup 1.1.2 → 1.1.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -138,7 +138,7 @@ async function pawlConnect() {
138
138
  (0, import_node_fs.mkdirSync)((0, import_node_path.join)(cwd, ".pawl"), { recursive: true });
139
139
  writePawlEnvFile(cwd, result);
140
140
  console.log(" Connected! .pawl/.env written.\n");
141
- console.log(` Project: ${result.apiUrl}/projects/${result.projectId}`);
141
+ console.log(` Dashboard: https://agentmap-mimy.onrender.com/projects/${result.projectId}`);
142
142
  console.log(" Run `pawl sync` to push your first session.\n");
143
143
  }
144
144
  function legacySetup(encoded) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpawl/setup",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "type": "commonjs",
5
5
  "description": "One-shot setup for Pawl + Claude Code hooks",
6
6
  "bin": {