@libp2p/record 4.0.4-e6b4158c6 → 4.0.4-e7e280257

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 +6 -6
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -56,7 +56,7 @@ $ npm i @libp2p/record
56
56
 
57
57
  ## Browser `<script>` tag
58
58
 
59
- Loading this module through a script tag will make it's exports available as `Libp2pRecord` in the global namespace.
59
+ Loading this module through a script tag will make its exports available as `Libp2pRecord` in the global namespace.
60
60
 
61
61
  ```html
62
62
  <script src="https://unpkg.com/@libp2p/record/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/record",
3
- "version": "4.0.4-e6b4158c6",
3
+ "version": "4.0.4-e7e280257",
4
4
  "description": "libp2p record implementation",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/record#readme",
@@ -57,17 +57,17 @@
57
57
  "doc-check": "aegir doc-check"
58
58
  },
59
59
  "dependencies": {
60
- "protons-runtime": "^5.4.0",
60
+ "protons-runtime": "^5.5.0",
61
61
  "uint8arraylist": "^2.4.8",
62
62
  "uint8arrays": "^5.1.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@types/lodash.random": "^3.2.9",
66
66
  "@types/lodash.range": "^3.2.9",
67
- "@types/which": "^3.0.3",
68
- "aegir": "^44.0.1",
69
- "multiformats": "^13.1.0",
70
- "protons": "^7.5.0"
67
+ "@types/which": "^3.0.4",
68
+ "aegir": "^45.0.5",
69
+ "multiformats": "^13.3.1",
70
+ "protons": "^7.6.0"
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