@helia/dag-json 3.0.4 → 3.0.5

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 +3 -3
package/README.md CHANGED
@@ -59,7 +59,7 @@ $ npm i @helia/dag-json
59
59
 
60
60
  ## Browser `<script>` tag
61
61
 
62
- Loading this module through a script tag will make it's exports available as `HeliaDagJson` in the global namespace.
62
+ Loading this module through a script tag will make its exports available as `HeliaDagJson` in the global namespace.
63
63
 
64
64
  ```html
65
65
  <script src="https://unpkg.com/@helia/dag-json/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/dag-json",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "Add/get IPLD blocks containing dag-json with your Helia node",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-json#readme",
@@ -139,7 +139,7 @@
139
139
  "release": "aegir release"
140
140
  },
141
141
  "dependencies": {
142
- "@helia/interface": "^4.3.0",
142
+ "@helia/interface": "^4.3.1",
143
143
  "@ipld/dag-json": "^10.2.0",
144
144
  "@libp2p/interfaces": "^3.3.2",
145
145
  "interface-blockstore": "^5.2.10",
@@ -147,7 +147,7 @@
147
147
  "progress-events": "^1.0.0"
148
148
  },
149
149
  "devDependencies": {
150
- "aegir": "^42.2.5",
150
+ "aegir": "^44.0.1",
151
151
  "blockstore-core": "^4.4.0"
152
152
  },
153
153
  "sideEffects": false