@ccpocket/bridge 1.61.3 → 1.61.4
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/LICENSE +17 -8
- package/README.md +2 -15
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
MIT License
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Copyright (c) 2026 K9i
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
7
11
|
|
|
8
|
-
|
|
9
|
-
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
10
14
|
|
|
11
|
-
|
|
12
|
-
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -145,18 +145,5 @@ The bridge server spawns and manages Claude Code CLI processes, translating WebS
|
|
|
145
145
|
|
|
146
146
|
## License
|
|
147
147
|
|
|
148
|
-
This package is
|
|
149
|
-
|
|
150
|
-
The repository remains under FSL-1.1-MIT, with a specific Bridge Redistribution
|
|
151
|
-
Exception that allows unofficial redistribution of the Bridge Server, including
|
|
152
|
-
environment-specific builds and forks for Windows, WSL, proxy-restricted, or
|
|
153
|
-
other hard-to-validate environments.
|
|
154
|
-
|
|
155
|
-
If you redistribute this package or a modified fork:
|
|
156
|
-
|
|
157
|
-
- do not imply it is official, endorsed, or supported by the CC Pocket maintainer
|
|
158
|
-
- preserve the license text and clearly state that the software is provided "AS IS"
|
|
159
|
-
- make clear that compliance with Anthropic, OpenAI, network, enterprise, and other third-party terms is the responsibility of the redistributor and end user
|
|
160
|
-
|
|
161
|
-
In short: unofficial Bridge redistributions are permitted for compatibility and
|
|
162
|
-
support purposes, but they remain unsupported and at your own risk.
|
|
148
|
+
This package is MIT licensed as part of CC Pocket. See [LICENSE](./LICENSE) and
|
|
149
|
+
the repository root [LICENSE](../../LICENSE).
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ccpocket/bridge",
|
|
3
|
-
"version": "1.61.
|
|
3
|
+
"version": "1.61.4",
|
|
4
4
|
"description": "Bridge server that connects Claude Agent SDK and Codex CLI sessions to mobile devices via WebSocket",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
|
-
"license": "
|
|
7
|
+
"license": "MIT",
|
|
8
8
|
"author": "K9i",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"doctor": "tsx src/cli.ts doctor"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@anthropic-ai/claude-agent-sdk": "^0.
|
|
54
|
+
"@anthropic-ai/claude-agent-sdk": "^0.3.148",
|
|
55
55
|
"bonjour-service": "^1.3.0",
|
|
56
56
|
"qrcode": "^1.5.4",
|
|
57
57
|
"socks": "^2.8.7",
|