@libp2p/plaintext 2.0.11-8a9258a24 → 2.0.11-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 +12 -12
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -50,7 +50,7 @@ $ npm i @libp2p/plaintext
50
50
 
51
51
  ## Browser `<script>` tag
52
52
 
53
- Loading this module through a script tag will make it's exports available as `Libp2pPlaintext` in the global namespace.
53
+ Loading this module through a script tag will make its exports available as `Libp2pPlaintext` in the global namespace.
54
54
 
55
55
  ```html
56
56
  <script src="https://unpkg.com/@libp2p/plaintext/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/plaintext",
3
- "version": "2.0.11-8a9258a24",
3
+ "version": "2.0.11-a0c8ceb99",
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,22 +52,22 @@
52
52
  "doc-check": "aegir doc-check"
53
53
  },
54
54
  "dependencies": {
55
- "@libp2p/crypto": "5.0.7-8a9258a24",
56
- "@libp2p/interface": "2.2.1-8a9258a24",
57
- "@libp2p/peer-id": "5.0.8-8a9258a24",
58
- "it-protobuf-stream": "^1.1.3",
59
- "it-stream-types": "^2.0.1",
60
- "protons-runtime": "^5.4.0",
55
+ "@libp2p/crypto": "5.0.7-a0c8ceb99",
56
+ "@libp2p/interface": "2.2.1-a0c8ceb99",
57
+ "@libp2p/peer-id": "5.0.8-a0c8ceb99",
58
+ "it-protobuf-stream": "^1.1.5",
59
+ "it-stream-types": "^2.0.2",
60
+ "protons-runtime": "^5.5.0",
61
61
  "uint8arraylist": "^2.4.8",
62
62
  "uint8arrays": "^5.1.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@libp2p/crypto": "5.0.7-8a9258a24",
66
- "@libp2p/logger": "5.1.4-8a9258a24",
67
- "aegir": "^44.0.1",
65
+ "@libp2p/crypto": "5.0.7-a0c8ceb99",
66
+ "@libp2p/logger": "5.1.4-a0c8ceb99",
67
+ "aegir": "^45.0.5",
68
68
  "it-pair": "^2.0.6",
69
- "protons": "^7.5.0",
70
- "sinon": "^18.0.0"
69
+ "protons": "^7.6.0",
70
+ "sinon": "^19.0.2"
71
71
  },
72
72
  "sideEffects": false
73
73
  }
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