@push.rocks/smartvpn 1.4.0 → 1.4.1

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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartvpn',
6
- version: '1.4.0',
6
+ version: '1.4.1',
7
7
  description: 'A VPN solution with TypeScript control plane and Rust data plane daemon'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxzQkFBc0I7SUFDNUIsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLHlFQUF5RTtDQUN2RixDQUFBIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@push.rocks/smartvpn",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "private": false,
5
5
  "description": "A VPN solution with TypeScript control plane and Rust data plane daemon",
6
6
  "type": "module",
package/readme.md CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  A high-performance VPN with a **TypeScript control plane** and a **Rust data plane daemon**. Manage VPN connections with clean, fully-typed APIs while all networking heavy lifting — encryption, tunneling, QoS, rate limiting — runs at native speed in Rust.
4
4
 
5
- 🔒 **Noise NK** handshake + **XChaCha20-Poly1305** encryption
6
- 🚀 **Dual transport**: WebSocket (Cloudflare-friendly) and raw **QUIC** (with datagram support)
7
- 📊 **Adaptive QoS**: packet classification, priority queues, per-client rate limiting
8
- 🔄 **Auto-transport**: tries QUIC first, falls back to WebSocket seamlessly
9
- 📡 **Real-time telemetry**: RTT, jitter, loss, link health — all exposed via typed APIs
5
+ 🔒 **Noise NK** handshake + **XChaCha20-Poly1305** encryption
6
+ 🚀 **Dual transport**: WebSocket (Cloudflare-friendly) and raw **QUIC** (with datagram support)
7
+ 📊 **Adaptive QoS**: packet classification, priority queues, per-client rate limiting
8
+ 🔄 **Auto-transport**: tries QUIC first, falls back to WebSocket seamlessly
9
+ 📡 **Real-time telemetry**: RTT, jitter, loss, link health — all exposed via typed APIs
10
10
 
11
11
  ## Issue Reporting and Security
12
12
 
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartvpn',
6
- version: '1.4.0',
6
+ version: '1.4.1',
7
7
  description: 'A VPN solution with TypeScript control plane and Rust data plane daemon'
8
8
  }