nport 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ## What is NPort?
10
10
 
11
- ![nport](https://github.com/user-attachments/assets/3f61ae7a-bff7-45d8-8f40-8e04b301a63a)
11
+ [![nport](https://github.com/user-attachments/assets/6e188d75-4633-4efa-a7f4-63df6a4a7ac8)](https://nport.link)
12
12
 
13
13
  NPort allows you to expose your local HTTP servers to the internet using Socket.IO streams. Perfect for:
14
14
  - Development environments
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nport",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Tunnel HTTP Connections via socket.io streams.",
5
5
  "keywords": ["tunnel", "socket.io", "http", "streaming", "networking", "proxy"],
6
6
  "homepage": "https://nport.link",