@helia/utils 0.0.1-754c7af → 0.0.1-77e34fc

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 +17 -0
  2. package/package.json +17 -17
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  </a>
5
5
  </p>
6
6
 
7
+ # @helia/utils
8
+
7
9
  [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
8
10
  [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
9
11
  [![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia)
@@ -13,6 +15,21 @@
13
15
 
14
16
  # About
15
17
 
18
+ <!--
19
+
20
+ !IMPORTANT!
21
+
22
+ Everything in this README between "# About" and "# Install" is automatically
23
+ generated and will be overwritten the next time the doc generator is run.
24
+
25
+ To make changes to this section, please update the @packageDocumentation section
26
+ of src/index.js or src/index.ts
27
+
28
+ To experiment with formatting, please run "npm run docs" from the root of this
29
+ repo and examine the changes made.
30
+
31
+ -->
32
+
16
33
  Exports a `Helia` class that implements the HeliaInterface API.
17
34
 
18
35
  In general you should use the `helia` or `@helia/http` modules instead which
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/utils",
3
- "version": "0.0.1-754c7af",
3
+ "version": "0.0.1-77e34fc",
4
4
  "description": "Shared code that implements the Helia API",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/utils#readme",
@@ -53,33 +53,33 @@
53
53
  "test:electron-main": "aegir test -t electron-main"
54
54
  },
55
55
  "dependencies": {
56
- "@helia/interface": "4.0.0-754c7af",
57
- "@ipld/dag-cbor": "^9.1.0",
58
- "@ipld/dag-json": "^10.1.7",
59
- "@ipld/dag-pb": "^4.0.8",
60
- "@libp2p/interface": "^1.1.2",
61
- "@libp2p/logger": "^4.0.5",
62
- "@libp2p/peer-collections": "^5.1.5",
63
- "@libp2p/utils": "^5.2.3",
56
+ "@helia/interface": "4.0.0-77e34fc",
57
+ "@ipld/dag-cbor": "^9.2.0",
58
+ "@ipld/dag-json": "^10.2.0",
59
+ "@ipld/dag-pb": "^4.1.0",
60
+ "@libp2p/interface": "^1.1.3",
61
+ "@libp2p/logger": "^4.0.6",
62
+ "@libp2p/peer-collections": "^5.1.6",
63
+ "@libp2p/utils": "^5.2.5",
64
64
  "any-signal": "^4.1.1",
65
65
  "blockstore-core": "^4.4.0",
66
- "cborg": "^4.0.8",
67
- "interface-blockstore": "^5.2.9",
68
- "interface-datastore": "^8.2.10",
69
- "interface-store": "^5.1.7",
66
+ "cborg": "^4.0.9",
67
+ "interface-blockstore": "^5.2.10",
68
+ "interface-datastore": "^8.2.11",
69
+ "interface-store": "^5.1.8",
70
70
  "it-drain": "^3.0.5",
71
71
  "it-filter": "^3.0.4",
72
72
  "it-foreach": "^2.0.6",
73
73
  "it-merge": "^3.0.3",
74
74
  "mortice": "^3.0.4",
75
- "multiformats": "^13.0.1",
75
+ "multiformats": "^13.1.0",
76
76
  "progress-events": "^1.0.0",
77
- "uint8arrays": "^5.0.1"
77
+ "uint8arrays": "^5.0.2"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@types/sinon": "^17.0.3",
81
- "aegir": "^42.2.2",
82
- "datastore-core": "^9.2.7",
81
+ "aegir": "^42.2.5",
82
+ "datastore-core": "^9.2.9",
83
83
  "delay": "^6.0.0",
84
84
  "it-all": "^3.0.4",
85
85
  "sinon": "^17.0.1",