@libp2p/autonat 2.0.12-3650283f7 → 2.0.12-406b3916c

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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +16 -16
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -61,7 +61,7 @@ $ npm i @libp2p/autonat
61
61
 
62
62
  ## Browser `<script>` tag
63
63
 
64
- Loading this module through a script tag will make it's exports available as `Libp2pAutonat` in the global namespace.
64
+ Loading this module through a script tag will make its exports available as `Libp2pAutonat` in the global namespace.
65
65
 
66
66
  ```html
67
67
  <script src="https://unpkg.com/@libp2p/autonat/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/autonat",
3
- "version": "2.0.12-3650283f7",
3
+ "version": "2.0.12-406b3916c",
4
4
  "description": "Implementation of Autonat Protocol",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/protocol-autonat#readme",
@@ -52,28 +52,28 @@
52
52
  "doc-check": "aegir doc-check"
53
53
  },
54
54
  "dependencies": {
55
- "@libp2p/interface": "2.2.1-3650283f7",
56
- "@libp2p/interface-internal": "2.1.1-3650283f7",
57
- "@libp2p/peer-id": "5.0.8-3650283f7",
58
- "@libp2p/utils": "6.2.1-3650283f7",
59
- "@multiformats/multiaddr": "^12.2.3",
55
+ "@libp2p/interface": "2.2.1-406b3916c",
56
+ "@libp2p/interface-internal": "2.1.1-406b3916c",
57
+ "@libp2p/peer-id": "5.0.8-406b3916c",
58
+ "@libp2p/utils": "6.2.1-406b3916c",
59
+ "@multiformats/multiaddr": "^12.3.3",
60
60
  "it-first": "^3.0.6",
61
- "it-length-prefixed": "^9.0.4",
62
- "it-map": "^3.1.0",
63
- "it-parallel": "^3.0.7",
61
+ "it-length-prefixed": "^9.1.0",
62
+ "it-map": "^3.1.1",
63
+ "it-parallel": "^3.0.8",
64
64
  "it-pipe": "^3.0.1",
65
- "multiformats": "^13.2.2",
66
- "protons-runtime": "^5.4.0",
65
+ "multiformats": "^13.3.1",
66
+ "protons-runtime": "^5.5.0",
67
67
  "uint8arraylist": "^2.4.8"
68
68
  },
69
69
  "devDependencies": {
70
- "@libp2p/crypto": "5.0.7-3650283f7",
71
- "@libp2p/logger": "5.1.4-3650283f7",
72
- "aegir": "^44.0.1",
70
+ "@libp2p/crypto": "5.0.7-406b3916c",
71
+ "@libp2p/logger": "5.1.4-406b3916c",
72
+ "aegir": "^45.0.5",
73
73
  "it-all": "^3.0.6",
74
74
  "it-pushable": "^3.2.3",
75
- "protons": "^7.5.0",
76
- "sinon": "^18.0.0",
75
+ "protons": "^7.6.0",
76
+ "sinon": "^19.0.2",
77
77
  "sinon-ts": "^2.0.0"
78
78
  },
79
79
  "sideEffects": false
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0