@decentnetwork/lan 0.1.103 → 0.1.105
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.
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/ui/desktop/app.js
CHANGED
|
@@ -1220,7 +1220,7 @@ const STR = {
|
|
|
1220
1220
|
add: "Add",
|
|
1221
1221
|
search: "search peers / ip\u2026",
|
|
1222
1222
|
addSending: "sending friend-request\u2026",
|
|
1223
|
-
addSent: "friend-request sent \u2014 they
|
|
1223
|
+
addSent: "friend-request sent \u2014 delivered when they\u2019re online; appears here once they accept",
|
|
1224
1224
|
addFailed: "could not send",
|
|
1225
1225
|
requests: "Friend requests",
|
|
1226
1226
|
accept: "accept",
|
|
@@ -1295,7 +1295,7 @@ const STR = {
|
|
|
1295
1295
|
add: "\u6DFB\u52A0",
|
|
1296
1296
|
search: "\u641C\u7D22\u597D\u53CB / IP\u2026",
|
|
1297
1297
|
addSending: "\u6B63\u5728\u53D1\u9001\u597D\u53CB\u8BF7\u6C42\u2026",
|
|
1298
|
-
addSent: "\u597D\u53CB\u8BF7\u6C42\u5DF2\u53D1\u9001 \u2014 \u5BF9\u65B9\u63A5\u53D7\u540E\
|
|
1298
|
+
addSent: "\u597D\u53CB\u8BF7\u6C42\u5DF2\u53D1\u9001 \u2014 \u5BF9\u65B9\u4E0A\u7EBF\u540E\u9001\u8FBE\uFF0C\u63A5\u53D7\u540E\u51FA\u73B0\u5728\u5217\u8868",
|
|
1299
1299
|
addFailed: "\u53D1\u9001\u5931\u8D25",
|
|
1300
1300
|
requests: "\u597D\u53CB\u8BF7\u6C42",
|
|
1301
1301
|
accept: "\u63A5\u53D7",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decentnetwork/lan",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.105",
|
|
4
4
|
"description": "Private virtual LAN for self-hosted services and AI agents, built on Elastos Carrier. NAT-traversal, name service, ACL, all over a peer-to-peer mesh — no public IP required.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@decentnetwork/dora": "^0.1.6",
|
|
82
|
-
"@decentnetwork/peer": "^0.1.
|
|
82
|
+
"@decentnetwork/peer": "^0.1.46",
|
|
83
83
|
"ink": "^5.2.1",
|
|
84
84
|
"js-yaml": "^4.1.0",
|
|
85
85
|
"react": "^18.3.1",
|