@libp2p/peer-id 2.0.2 → 2.0.3

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ $ npm i @libp2p/peer-id
25
25
 
26
26
  ### Browser `<script>` tag
27
27
 
28
- Loading this module through a script tag will make it's exports available as `Libp2pPeerId` in the global namespace.
28
+ Loading this module through a script tag will make it's exports available as `Libp2PPeerId` in the global namespace.
29
29
 
30
30
  ```html
31
31
  <script src="https://unpkg.com/@libp2p/peer-id/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-id",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Implementation of @libp2p/interface-peer-id",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-peer-id/tree/master/packages/libp2p-peer-id#readme",