happy-coder 0.6.1 → 0.6.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.
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/scripts/claude_local_launcher.cjs +3 -0
package/dist/index.cjs
CHANGED
|
@@ -2262,7 +2262,7 @@ async function loop(opts) {
|
|
|
2262
2262
|
}
|
|
2263
2263
|
|
|
2264
2264
|
var name = "happy-coder";
|
|
2265
|
-
var version = "0.6.
|
|
2265
|
+
var version = "0.6.2";
|
|
2266
2266
|
var description = "Claude Code session sharing CLI";
|
|
2267
2267
|
var author = "Kirill Dubovitskiy";
|
|
2268
2268
|
var license = "MIT";
|
package/dist/index.mjs
CHANGED
|
@@ -2241,7 +2241,7 @@ async function loop(opts) {
|
|
|
2241
2241
|
}
|
|
2242
2242
|
|
|
2243
2243
|
var name = "happy-coder";
|
|
2244
|
-
var version = "0.6.
|
|
2244
|
+
var version = "0.6.2";
|
|
2245
2245
|
var description = "Claude Code session sharing CLI";
|
|
2246
2246
|
var author = "Kirill Dubovitskiy";
|
|
2247
2247
|
var license = "MIT";
|
package/package.json
CHANGED