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