@libp2p/upnp-nat 4.0.13 → 4.0.14-709b3fa2e

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.md CHANGED
@@ -105,7 +105,7 @@ $ npm i @libp2p/upnp-nat
105
105
 
106
106
  # API Docs
107
107
 
108
- - <https://libp2p.github.io/js-libp2p/modules/_libp2p_upnp_nat.html>
108
+ - <https://libp2p.github.io/js-libp2p/modules/_libp2p_upnp-nat.html>
109
109
 
110
110
  # License
111
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/upnp-nat",
3
- "version": "4.0.13",
3
+ "version": "4.0.14-709b3fa2e",
4
4
  "description": "UPnP NAT hole punching",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/upnp-nat#readme",
@@ -49,9 +49,9 @@
49
49
  "dependencies": {
50
50
  "@achingbrain/nat-port-mapper": "^4.0.4",
51
51
  "@chainsafe/is-ip": "^2.1.0",
52
- "@libp2p/interface": "^3.1.0",
53
- "@libp2p/interface-internal": "^3.0.13",
54
- "@libp2p/utils": "^7.0.13",
52
+ "@libp2p/interface": "3.1.1-709b3fa2e",
53
+ "@libp2p/interface-internal": "3.0.14-709b3fa2e",
54
+ "@libp2p/utils": "7.0.14-709b3fa2e",
55
55
  "@multiformats/multiaddr": "^13.0.1",
56
56
  "@multiformats/multiaddr-matcher": "^3.0.1",
57
57
  "main-event": "^1.0.1",
@@ -59,9 +59,9 @@
59
59
  "race-signal": "^2.0.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@libp2p/crypto": "^5.1.13",
63
- "@libp2p/logger": "^6.2.2",
64
- "@libp2p/peer-id": "^6.0.4",
62
+ "@libp2p/crypto": "5.1.14-709b3fa2e",
63
+ "@libp2p/logger": "6.2.3-709b3fa2e",
64
+ "@libp2p/peer-id": "6.0.5-709b3fa2e",
65
65
  "aegir": "^47.0.22",
66
66
  "sinon-ts": "^2.0.0",
67
67
  "wherearewe": "^2.0.1"
@@ -1,12 +0,0 @@
1
- {
2
- "PMPOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_upnp-nat.PMPOptions.html",
3
- ".:PMPOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_upnp-nat.PMPOptions.html",
4
- "UPnPNAT": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_upnp-nat.UPnPNAT.html",
5
- ".:UPnPNAT": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_upnp-nat.UPnPNAT.html",
6
- "UPnPNATComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_upnp-nat.UPnPNATComponents.html",
7
- ".:UPnPNATComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_upnp-nat.UPnPNATComponents.html",
8
- "UPnPNATInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_upnp-nat.UPnPNATInit.html",
9
- ".:UPnPNATInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_upnp-nat.UPnPNATInit.html",
10
- "uPnPNAT": "https://libp2p.github.io/js-libp2p/functions/_libp2p_upnp-nat.uPnPNAT.html",
11
- ".:uPnPNAT": "https://libp2p.github.io/js-libp2p/functions/_libp2p_upnp-nat.uPnPNAT.html"
12
- }