wireshade 1.0.5 → 1.0.6

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/README.de.md CHANGED
@@ -40,6 +40,16 @@ Diese Architektur bedeutet:
40
40
  - **Kein Konflikt** mit bestehenden VPNs oder Systemnetzwerken.
41
41
  - **Plattformunabhängige** Kompatibilität (Windows, macOS, Linux, **Raspberry Pi**, Docker Container) ohne Kernel-Module.
42
42
 
43
+ ## ✅ Unterstützte Plattformen
44
+
45
+ | Plattform | Architektur | Status |
46
+ | :--- | :--- | :--- |
47
+ | **Windows** | x64 | ✅ |
48
+ | **macOS** | Intel & Apple Silicon | ✅ |
49
+ | **Linux** | x64, ARM64 | ✅ |
50
+ | **Raspberry Pi** | ARMv7 | ✅ |
51
+ | **Docker** | Alpine, Debian | ✅ |
52
+
43
53
  ## 📦 Installation
44
54
 
45
55
  ```bash
package/README.es.md CHANGED
@@ -25,6 +25,16 @@ WireShade resuelve desafíos complejos de implementación de redes con una soluc
25
25
  * **🔄 Reconexión Automática:** Lógica integrada para manejar caídas de conexión y cambios de red sin problemas.
26
26
  * **⚡ Alto Rendimiento:** Impulsado por Rust y NAPI-RS para un rendimiento casi nativo.
27
27
 
28
+ ## ✅ Plataformas Soportadas
29
+
30
+ | Plataforma | Arquitectura | Estado |
31
+ | :--- | :--- | :--- |
32
+ | **Windows** | x64 | ✅ |
33
+ | **macOS** | Intel & Apple Silicon | ✅ |
34
+ | **Linux** | x64, ARM64 | ✅ |
35
+ | **Raspberry Pi** | ARMv7 | ✅ |
36
+ | **Docker** | Alpine, Debian | ✅ |
37
+
28
38
  ## 📦 Instalación
29
39
 
30
40
  ```bash
package/README.fr.md CHANGED
@@ -25,6 +25,16 @@ WireShade résout les défis complexes d'implémentation réseau avec une soluti
25
25
  * **🔄 Reconnexion Automatique :** Logique intégrée pour gérer les pertes de connexion et les changements de réseau de manière transparente.
26
26
  * **⚡ Haute Performance :** Propulsé par Rust et NAPI-RS pour des performances quasi-natives.
27
27
 
28
+ ## ✅ Plates-formes supportées
29
+
30
+ | Plate-forme | Architecture | Statut |
31
+ | :--- | :--- | :--- |
32
+ | **Windows** | x64 | ✅ |
33
+ | **macOS** | Intel & Apple Silicon | ✅ |
34
+ | **Linux** | x64, ARM64 | ✅ |
35
+ | **Raspberry Pi** | ARMv7 | ✅ |
36
+ | **Docker** | Alpine, Debian | ✅ |
37
+
28
38
  ## 📦 Installation
29
39
 
30
40
  ```bash
package/README.md CHANGED
@@ -40,6 +40,16 @@ This architecture means:
40
40
  - **No conflict** with existing VPNs or system networking.
41
41
  - **Cross-platform** compatibility (Windows, macOS, Linux, **Raspberry Pi**, Docker containers) without kernel modules.
42
42
 
43
+ ## ✅ Supported Platforms
44
+
45
+ | Platform | Architecture | Status |
46
+ | :--- | :--- | :--- |
47
+ | **Windows** | x64 | ✅ |
48
+ | **macOS** | Intel & Apple Silicon | ✅ |
49
+ | **Linux** | x64, ARM64 | ✅ |
50
+ | **Raspberry Pi** | ARMv7 | ✅ |
51
+ | **Docker** | Alpine, Debian | ✅ |
52
+
43
53
  ## 📦 Installation
44
54
 
45
55
  ```bash
package/README.zh.md CHANGED
@@ -25,6 +25,16 @@ WireShade 以干净的原生用户态解决方案解决了复杂的网络实现
25
25
  * **🔄 自动重连:** 内置逻辑,可无缝处理连接断开和网络更改。
26
26
  * **⚡ 高性能:** 由 Rust 和 NAPI-RS 提供支持,具有近乎原生的性能。
27
27
 
28
+ ## ✅ 支持的平台
29
+
30
+ | 平台 | 架构 | 状态 |
31
+ | :--- | :--- | :--- |
32
+ | **Windows** | x64 | ✅ |
33
+ | **macOS** | Intel & Apple Silicon | ✅ |
34
+ | **Linux** | x64, ARM64 | ✅ |
35
+ | **Raspberry Pi** | ARMv7 | ✅ |
36
+ | **Docker** | Alpine, Debian | ✅ |
37
+
28
38
  ## 📦 安装
29
39
 
30
40
  ```bash
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "wireshade",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "main": "index.js",
5
+ "exports": {
6
+ ".": "./index.js"
7
+ },
5
8
  "files": [
6
9
  "index.js",
7
10
  "lib",
@@ -31,9 +34,7 @@
31
34
  "license": "MIT",
32
35
  "description": "",
33
36
  "devDependencies": {
34
- "@napi-rs/cli": "^3.5.1"
35
- },
36
- "dependencies": {
37
+ "@napi-rs/cli": "^3.5.1",
37
38
  "express": "^5.2.1"
38
39
  }
39
40
  }
Binary file