@libp2p/upnp-nat 1.0.18 → 1.0.19-90cfd25e2

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
@@ -71,8 +71,8 @@ $ npm i @libp2p/upnp-nat
71
71
 
72
72
  Licensed under either of
73
73
 
74
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
75
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
74
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/upnp-nat/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
75
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/upnp-nat/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
76
76
 
77
77
  # Contribution
78
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/upnp-nat",
3
- "version": "1.0.18",
3
+ "version": "1.0.19-90cfd25e2",
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",
@@ -51,15 +51,15 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@achingbrain/nat-port-mapper": "^1.0.13",
54
- "@libp2p/interface": "^1.2.0",
55
- "@libp2p/interface-internal": "^1.1.0",
56
- "@libp2p/utils": "^5.3.1",
54
+ "@libp2p/interface": "1.3.0-90cfd25e2",
55
+ "@libp2p/interface-internal": "1.1.1-90cfd25e2",
56
+ "@libp2p/utils": "5.3.2-90cfd25e2",
57
57
  "@multiformats/multiaddr": "^12.2.1",
58
58
  "wherearewe": "^2.0.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@libp2p/logger": "^4.0.10",
62
- "@libp2p/peer-id-factory": "^4.0.10",
61
+ "@libp2p/logger": "4.0.11-90cfd25e2",
62
+ "@libp2p/peer-id-factory": "4.1.0-90cfd25e2",
63
63
  "aegir": "^42.2.5",
64
64
  "sinon-ts": "^2.0.0"
65
65
  },
@@ -1,10 +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
- "UPnPNATComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_upnp_nat.UPnPNATComponents.html",
5
- ".:UPnPNATComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_upnp_nat.UPnPNATComponents.html",
6
- "UPnPNATInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_upnp_nat.UPnPNATInit.html",
7
- ".:UPnPNATInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_upnp_nat.UPnPNATInit.html",
8
- "uPnPNAT": "https://libp2p.github.io/js-libp2p/functions/_libp2p_upnp_nat.uPnPNAT.html",
9
- ".:uPnPNAT": "https://libp2p.github.io/js-libp2p/functions/_libp2p_upnp_nat.uPnPNAT.html"
10
- }