cc-peer 1.1.6 → 1.1.8
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cc-peer",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "Communicate with local Claude Code instances over their native cross-session peer messaging: send and receive messages, register as a named discoverable peer, receipts, idle subscriptions, and a REST facade via `npx cc-peer`.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -72,7 +72,8 @@
|
|
|
72
72
|
],
|
|
73
73
|
"overrides": {
|
|
74
74
|
"eslint-plugin-jsdoc": "64.3.6",
|
|
75
|
-
"conventional-changelog-writer": "9.2.1"
|
|
75
|
+
"conventional-changelog-writer": "9.2.1",
|
|
76
|
+
"qs": "6.15.2"
|
|
76
77
|
}
|
|
77
78
|
},
|
|
78
79
|
"devDependencies": {
|