@libp2p/dcutr 2.0.12-8a9258a24 → 2.0.12-a0c8ceb99

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 +11 -11
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -85,7 +85,7 @@ $ npm i @libp2p/dcutr
85
85
 
86
86
  ## Browser `<script>` tag
87
87
 
88
- Loading this module through a script tag will make it's exports available as `Libp2pDcutr` in the global namespace.
88
+ Loading this module through a script tag will make its exports available as `Libp2pDcutr` in the global namespace.
89
89
 
90
90
  ```html
91
91
  <script src="https://unpkg.com/@libp2p/dcutr/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/dcutr",
3
- "version": "2.0.12-8a9258a24",
3
+ "version": "2.0.12-a0c8ceb99",
4
4
  "description": "Implementation of the DCUtR Protocol",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/protocol-dcutr#readme",
@@ -52,20 +52,20 @@
52
52
  "doc-check": "aegir doc-check"
53
53
  },
54
54
  "dependencies": {
55
- "@libp2p/interface": "2.2.1-8a9258a24",
56
- "@libp2p/interface-internal": "2.1.1-8a9258a24",
57
- "@libp2p/utils": "6.2.1-8a9258a24",
58
- "@multiformats/multiaddr": "^12.2.3",
59
- "@multiformats/multiaddr-matcher": "^1.2.1",
55
+ "@libp2p/interface": "2.2.1-a0c8ceb99",
56
+ "@libp2p/interface-internal": "2.1.1-a0c8ceb99",
57
+ "@libp2p/utils": "6.2.1-a0c8ceb99",
58
+ "@multiformats/multiaddr": "^12.3.3",
59
+ "@multiformats/multiaddr-matcher": "^1.6.0",
60
60
  "delay": "^6.0.0",
61
- "it-protobuf-stream": "^1.1.3",
62
- "protons-runtime": "^5.4.0",
61
+ "it-protobuf-stream": "^1.1.5",
62
+ "protons-runtime": "^5.5.0",
63
63
  "uint8arraylist": "^2.4.8"
64
64
  },
65
65
  "devDependencies": {
66
- "aegir": "^44.0.1",
67
- "protons": "^7.5.0",
68
- "sinon": "^18.0.0",
66
+ "aegir": "^45.0.5",
67
+ "protons": "^7.6.0",
68
+ "sinon": "^19.0.2",
69
69
  "sinon-ts": "^2.0.0"
70
70
  },
71
71
  "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