@helia/interface 3.0.0-3f4c6bf → 3.0.0-ea5533c

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 +4 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -11,24 +11,24 @@
11
11
 
12
12
  > The Helia API
13
13
 
14
- # Install
14
+ ## Install
15
15
 
16
16
  ```console
17
17
  $ npm i @helia/interface
18
18
  ```
19
19
 
20
- # API Docs
20
+ ## API Docs
21
21
 
22
22
  - <https://ipfs.github.io/helia/modules/_helia_interface.html>
23
23
 
24
- # License
24
+ ## License
25
25
 
26
26
  Licensed under either of
27
27
 
28
28
  - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
29
29
  - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
30
30
 
31
- # Contribute
31
+ ## Contribute
32
32
 
33
33
  Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues).
34
34
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@helia/interface",
3
- "version": "3.0.0-3f4c6bf",
3
+ "version": "3.0.0-ea5533c",
4
4
  "description": "The Helia API",
5
5
  "license": "Apache-2.0 OR MIT",
6
- "homepage": "https://github.com/ipfs/helia/tree/main/packages/interface#readme",
6
+ "homepage": "https://github.com/ipfs/helia/tree/master/packages/interface#readme",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/ipfs/helia.git"
@@ -71,14 +71,14 @@
71
71
  },
72
72
  "dependencies": {
73
73
  "@libp2p/interface": "^1.1.1",
74
- "interface-blockstore": "^5.2.7",
75
- "interface-datastore": "^8.2.2",
76
- "interface-store": "^5.1.5",
74
+ "interface-blockstore": "^5.0.0",
75
+ "interface-datastore": "^8.0.0",
76
+ "interface-store": "^5.0.1",
77
77
  "ipfs-bitswap": "^20.0.0",
78
78
  "multiformats": "^13.0.0",
79
79
  "progress-events": "^1.0.0"
80
80
  },
81
81
  "devDependencies": {
82
- "aegir": "^42.1.0"
82
+ "aegir": "^42.0.0"
83
83
  }
84
84
  }