@libp2p/plaintext 1.0.20 → 1.0.21

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 +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -64,8 +64,8 @@ Loading this module through a script tag will make it's exports available as `Li
64
64
 
65
65
  Licensed under either of
66
66
 
67
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
68
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
67
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/connection-encrypter-plaintext/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
68
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/connection-encrypter-plaintext/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
69
69
 
70
70
  # Contribution
71
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/plaintext",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "An insecure connection encrypter",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/connection-encrypter-plaintext#readme",
@@ -52,17 +52,17 @@
52
52
  "doc-check": "aegir doc-check"
53
53
  },
54
54
  "dependencies": {
55
- "@libp2p/interface": "^1.2.0",
56
- "@libp2p/peer-id": "^4.0.10",
55
+ "@libp2p/interface": "^1.3.0",
56
+ "@libp2p/peer-id": "^4.1.0",
57
57
  "it-protobuf-stream": "^1.1.2",
58
58
  "it-stream-types": "^2.0.1",
59
59
  "protons-runtime": "^5.4.0",
60
60
  "uint8arraylist": "^2.4.8"
61
61
  },
62
62
  "devDependencies": {
63
- "@libp2p/interface-compliance-tests": "^5.4.1",
64
- "@libp2p/logger": "^4.0.10",
65
- "@libp2p/peer-id-factory": "^4.0.10",
63
+ "@libp2p/interface-compliance-tests": "^5.4.2",
64
+ "@libp2p/logger": "^4.0.11",
65
+ "@libp2p/peer-id-factory": "^4.1.0",
66
66
  "@multiformats/multiaddr": "^12.2.1",
67
67
  "aegir": "^42.2.5",
68
68
  "protons": "^7.5.0",