@moxxy/e2e 0.28.0 → 0.29.0
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moxxy/e2e",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.0",
|
|
4
4
|
"description": "End-to-end-encrypted secure channel for the proxy tunnel: a signed-ephemeral-ECDH handshake (Ed25519 identity pinned out-of-band via the QR fingerprint) + XChaCha20-Poly1305 framing, so a relay between agent and phone sees only ciphertext it cannot forge or read. Pure JS (@noble), no Node built-ins on the '.' export, so it bundles cleanly under Metro/React Native.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"moxxy",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"@noble/ciphers": "^2.2.0",
|
|
44
44
|
"@noble/curves": "^2.2.0",
|
|
45
45
|
"@noble/hashes": "^2.2.0",
|
|
46
|
-
"@moxxy/sdk": "0.
|
|
46
|
+
"@moxxy/sdk": "0.29.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/node": "^22.10.0",
|
|
50
50
|
"typescript": "^5.7.3",
|
|
51
51
|
"vitest": "^2.1.8",
|
|
52
|
-
"@moxxy/
|
|
53
|
-
"@moxxy/
|
|
52
|
+
"@moxxy/vitest-preset": "0.0.0",
|
|
53
|
+
"@moxxy/tsconfig": "0.0.0"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"build": "tsc -p tsconfig.json",
|