sealtun 0.0.14 → 0.0.15

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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sealtun",
3
- "version": "0.0.14",
4
- "description": "Sealtun 是一款功能强大、设计优雅的 CLI 工具,旨在为 Sealos Cloud Kubernetes 用户提供类似 cloudflared 的内网穿透体验。",
3
+ "version": "0.0.15",
4
+ "description": "Sealtun CLI distributed through platform-specific npm binary packages.",
5
5
  "keywords": [
6
6
  "sealtun",
7
7
  "tunnel",
@@ -25,11 +25,11 @@
25
25
  "bin"
26
26
  ],
27
27
  "optionalDependencies": {
28
- "@gitlayzer/sealtun-darwin-x64": "0.0.14",
29
- "@gitlayzer/sealtun-darwin-arm64": "0.0.14",
30
- "@gitlayzer/sealtun-linux-x64": "0.0.14",
31
- "@gitlayzer/sealtun-linux-arm64": "0.0.14",
32
- "@gitlayzer/sealtun-win32-x64": "0.0.14",
33
- "@gitlayzer/sealtun-win32-arm64": "0.0.14"
28
+ "@gitlayzer/sealtun-darwin-x64": "0.0.15",
29
+ "@gitlayzer/sealtun-darwin-arm64": "0.0.15",
30
+ "@gitlayzer/sealtun-linux-x64": "0.0.15",
31
+ "@gitlayzer/sealtun-linux-arm64": "0.0.15",
32
+ "@gitlayzer/sealtun-win32-x64": "0.0.15",
33
+ "@gitlayzer/sealtun-win32-arm64": "0.0.15"
34
34
  }
35
35
  }