happy-coder 0.7.1-beta.2 → 0.7.1-beta.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/dist/index.cjs CHANGED
@@ -2364,7 +2364,7 @@ async function loop(opts) {
2364
2364
  }
2365
2365
 
2366
2366
  var name = "happy-coder";
2367
- var version = "0.7.1-beta.1";
2367
+ var version = "0.7.1-beta.3";
2368
2368
  var description = "Claude Code session sharing CLI";
2369
2369
  var author = "Kirill Dubovitskiy";
2370
2370
  var license = "MIT";
package/dist/index.mjs CHANGED
@@ -2343,7 +2343,7 @@ async function loop(opts) {
2343
2343
  }
2344
2344
 
2345
2345
  var name = "happy-coder";
2346
- var version = "0.7.1-beta.1";
2346
+ var version = "0.7.1-beta.3";
2347
2347
  var description = "Claude Code session sharing CLI";
2348
2348
  var author = "Kirill Dubovitskiy";
2349
2349
  var license = "MIT";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "happy-coder",
3
- "version": "0.7.1-beta.2",
3
+ "version": "0.7.1-beta.3",
4
4
  "description": "Claude Code session sharing CLI",
5
5
  "author": "Kirill Dubovitskiy",
6
6
  "license": "MIT",