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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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";
|