@helia/dag-json 2.0.0 → 2.0.1
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 +4 -4
- package/dist/typedoc-urls.json +10 -10
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
[](https://ipfs.tech)
|
|
10
10
|
[](https://discuss.ipfs.tech)
|
|
11
|
-
[](https://codecov.io/gh/ipfs/helia)
|
|
12
|
+
[](https://github.com/ipfs/helia/actions/workflows/main.yml?query=branch%3Amain)
|
|
13
13
|
|
|
14
14
|
> Add/get IPLD blocks containing dag-json with your Helia node
|
|
15
15
|
|
|
@@ -52,7 +52,7 @@ Loading this module through a script tag will make it's exports available as `He
|
|
|
52
52
|
|
|
53
53
|
# API Docs
|
|
54
54
|
|
|
55
|
-
- <https://ipfs.github.io/helia
|
|
55
|
+
- <https://ipfs.github.io/helia/modules/_helia_dag_json.html>
|
|
56
56
|
|
|
57
57
|
# License
|
|
58
58
|
|
|
@@ -63,7 +63,7 @@ Licensed under either of
|
|
|
63
63
|
|
|
64
64
|
# Contribute
|
|
65
65
|
|
|
66
|
-
Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia
|
|
66
|
+
Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues).
|
|
67
67
|
|
|
68
68
|
Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general.
|
|
69
69
|
|
package/dist/typedoc-urls.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"AddOptions": "https://ipfs.github.io/helia
|
|
3
|
-
".:AddOptions": "https://ipfs.github.io/helia
|
|
4
|
-
"DAGJSON": "https://ipfs.github.io/helia
|
|
5
|
-
".:DAGJSON": "https://ipfs.github.io/helia
|
|
6
|
-
"DAGJSONComponents": "https://ipfs.github.io/helia
|
|
7
|
-
".:DAGJSONComponents": "https://ipfs.github.io/helia
|
|
8
|
-
"GetOptions": "https://ipfs.github.io/helia
|
|
9
|
-
".:GetOptions": "https://ipfs.github.io/helia
|
|
10
|
-
"dagJson": "https://ipfs.github.io/helia
|
|
11
|
-
".:dagJson": "https://ipfs.github.io/helia
|
|
2
|
+
"AddOptions": "https://ipfs.github.io/helia/interfaces/_helia_dag_json.AddOptions.html",
|
|
3
|
+
".:AddOptions": "https://ipfs.github.io/helia/interfaces/_helia_dag_json.AddOptions.html",
|
|
4
|
+
"DAGJSON": "https://ipfs.github.io/helia/interfaces/_helia_dag_json.DAGJSON.html",
|
|
5
|
+
".:DAGJSON": "https://ipfs.github.io/helia/interfaces/_helia_dag_json.DAGJSON.html",
|
|
6
|
+
"DAGJSONComponents": "https://ipfs.github.io/helia/interfaces/_helia_dag_json.DAGJSONComponents.html",
|
|
7
|
+
".:DAGJSONComponents": "https://ipfs.github.io/helia/interfaces/_helia_dag_json.DAGJSONComponents.html",
|
|
8
|
+
"GetOptions": "https://ipfs.github.io/helia/interfaces/_helia_dag_json.GetOptions.html",
|
|
9
|
+
".:GetOptions": "https://ipfs.github.io/helia/interfaces/_helia_dag_json.GetOptions.html",
|
|
10
|
+
"dagJson": "https://ipfs.github.io/helia/functions/_helia_dag_json.dagJson-1.html",
|
|
11
|
+
".:dagJson": "https://ipfs.github.io/helia/functions/_helia_dag_json.dagJson-1.html"
|
|
12
12
|
}
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/dag-json",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Add/get IPLD blocks containing dag-json with your Helia node",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
|
-
"homepage": "https://github.com/ipfs/helia
|
|
6
|
+
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-json#readme",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/ipfs/helia
|
|
9
|
+
"url": "git+https://github.com/ipfs/helia.git"
|
|
10
10
|
},
|
|
11
11
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/ipfs/helia
|
|
12
|
+
"url": "https://github.com/ipfs/helia/issues"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public",
|
|
@@ -139,15 +139,15 @@
|
|
|
139
139
|
"release": "aegir release"
|
|
140
140
|
},
|
|
141
141
|
"dependencies": {
|
|
142
|
-
"@helia/interface": "^3.0.
|
|
142
|
+
"@helia/interface": "^3.0.1",
|
|
143
143
|
"@ipld/dag-json": "^10.0.1",
|
|
144
144
|
"@libp2p/interfaces": "^3.3.1",
|
|
145
145
|
"multiformats": "^13.0.0",
|
|
146
146
|
"progress-events": "^1.0.0"
|
|
147
147
|
},
|
|
148
148
|
"devDependencies": {
|
|
149
|
-
"aegir": "^42.0
|
|
150
|
-
"blockstore-core": "^4.
|
|
151
|
-
"interface-blockstore": "^5.
|
|
149
|
+
"aegir": "^42.1.0",
|
|
150
|
+
"blockstore-core": "^4.3.8",
|
|
151
|
+
"interface-blockstore": "^5.2.9"
|
|
152
152
|
}
|
|
153
153
|
}
|