@helia/interface 3.0.0-ea5533c → 3.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 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
 
@@ -0,0 +1,54 @@
1
+ {
2
+ "AddOptions": "https://ipfs.github.io/helia/interfaces/helia.AddOptions.html",
3
+ "./pins:AddOptions": "https://ipfs.github.io/helia/interfaces/_helia_interface.pins.AddOptions.html",
4
+ "BlockAnnouncer": "https://ipfs.github.io/helia/interfaces/helia.BlockAnnouncer.html",
5
+ "./blocks:BlockAnnouncer": "https://ipfs.github.io/helia/interfaces/_helia_interface.blocks.BlockAnnouncer.html",
6
+ "BlockRetriever": "https://ipfs.github.io/helia/interfaces/helia.BlockRetriever.html",
7
+ "./blocks:BlockRetriever": "https://ipfs.github.io/helia/interfaces/_helia_interface.blocks.BlockRetriever.html",
8
+ "Blocks": "https://ipfs.github.io/helia/interfaces/helia.Blocks.html",
9
+ "./blocks:Blocks": "https://ipfs.github.io/helia/interfaces/_helia_interface.blocks.Blocks.html",
10
+ "GCOptions": "https://ipfs.github.io/helia/interfaces/helia.GCOptions.html",
11
+ ".:GCOptions": "https://ipfs.github.io/helia/interfaces/_helia_interface.index.GCOptions.html",
12
+ "GetOfflineOptions": "https://ipfs.github.io/helia/interfaces/helia.GetOfflineOptions.html",
13
+ "./blocks:GetOfflineOptions": "https://ipfs.github.io/helia/interfaces/_helia_interface.blocks.GetOfflineOptions.html",
14
+ "Helia": "https://ipfs.github.io/helia/interfaces/helia.Helia.html",
15
+ ".:Helia": "https://ipfs.github.io/helia/interfaces/_helia_interface.index.Helia.html",
16
+ "IsPinnedOptions": "https://ipfs.github.io/helia/interfaces/helia.IsPinnedOptions.html",
17
+ "./pins:IsPinnedOptions": "https://ipfs.github.io/helia/interfaces/_helia_interface.pins.IsPinnedOptions.html",
18
+ "LsOptions": "https://ipfs.github.io/helia/interfaces/helia.LsOptions.html",
19
+ "./pins:LsOptions": "https://ipfs.github.io/helia/interfaces/_helia_interface.pins.LsOptions.html",
20
+ "Pair": "https://ipfs.github.io/helia/interfaces/helia.Pair.html",
21
+ "./blocks:Pair": "https://ipfs.github.io/helia/interfaces/_helia_interface.blocks.Pair.html",
22
+ "Pin": "https://ipfs.github.io/helia/interfaces/helia.Pin.html",
23
+ "./pins:Pin": "https://ipfs.github.io/helia/interfaces/_helia_interface.pins.Pin.html",
24
+ "Pins": "https://ipfs.github.io/helia/interfaces/helia.Pins.html",
25
+ "./pins:Pins": "https://ipfs.github.io/helia/interfaces/_helia_interface.pins.Pins.html",
26
+ "RmOptions": "https://ipfs.github.io/helia/interfaces/helia.RmOptions.html",
27
+ "./pins:RmOptions": "https://ipfs.github.io/helia/interfaces/_helia_interface.pins.RmOptions.html",
28
+ "AddPinEvents": "https://ipfs.github.io/helia/types/helia.AddPinEvents.html",
29
+ "./pins:AddPinEvents": "https://ipfs.github.io/helia/types/_helia_interface.pins.AddPinEvents.html",
30
+ "BlockBroker": "https://ipfs.github.io/helia/types/helia.BlockBroker.html",
31
+ "./blocks:BlockBroker": "https://ipfs.github.io/helia/types/_helia_interface.blocks.BlockBroker.html",
32
+ "BlockRetrievalOptions": "https://ipfs.github.io/helia/types/helia.BlockRetrievalOptions.html",
33
+ "./blocks:BlockRetrievalOptions": "https://ipfs.github.io/helia/types/_helia_interface.blocks.BlockRetrievalOptions.html",
34
+ "DeleteBlockProgressEvents": "https://ipfs.github.io/helia/types/helia.DeleteBlockProgressEvents.html",
35
+ "./blocks:DeleteBlockProgressEvents": "https://ipfs.github.io/helia/types/_helia_interface.blocks.DeleteBlockProgressEvents.html",
36
+ "DeleteManyBlocksProgressEvents": "https://ipfs.github.io/helia/types/helia.DeleteManyBlocksProgressEvents.html",
37
+ "./blocks:DeleteManyBlocksProgressEvents": "https://ipfs.github.io/helia/types/_helia_interface.blocks.DeleteManyBlocksProgressEvents.html",
38
+ "GcEvents": "https://ipfs.github.io/helia/types/helia.GcEvents.html",
39
+ ".:GcEvents": "https://ipfs.github.io/helia/types/_helia_interface.index.GcEvents.html",
40
+ "GetAllBlocksProgressEvents": "https://ipfs.github.io/helia/types/helia.GetAllBlocksProgressEvents.html",
41
+ "./blocks:GetAllBlocksProgressEvents": "https://ipfs.github.io/helia/types/_helia_interface.blocks.GetAllBlocksProgressEvents.html",
42
+ "GetBlockProgressEvents": "https://ipfs.github.io/helia/types/helia.GetBlockProgressEvents.html",
43
+ "./blocks:GetBlockProgressEvents": "https://ipfs.github.io/helia/types/_helia_interface.blocks.GetBlockProgressEvents.html",
44
+ "GetManyBlocksProgressEvents": "https://ipfs.github.io/helia/types/helia.GetManyBlocksProgressEvents.html",
45
+ "./blocks:GetManyBlocksProgressEvents": "https://ipfs.github.io/helia/types/_helia_interface.blocks.GetManyBlocksProgressEvents.html",
46
+ "HasBlockProgressEvents": "https://ipfs.github.io/helia/types/helia.HasBlockProgressEvents.html",
47
+ "./blocks:HasBlockProgressEvents": "https://ipfs.github.io/helia/types/_helia_interface.blocks.HasBlockProgressEvents.html",
48
+ "PinType": "https://ipfs.github.io/helia/types/helia.PinType.html",
49
+ "./pins:PinType": "https://ipfs.github.io/helia/types/_helia_interface.pins.PinType.html",
50
+ "PutBlockProgressEvents": "https://ipfs.github.io/helia/types/helia.PutBlockProgressEvents.html",
51
+ "./blocks:PutBlockProgressEvents": "https://ipfs.github.io/helia/types/_helia_interface.blocks.PutBlockProgressEvents.html",
52
+ "PutManyBlocksProgressEvents": "https://ipfs.github.io/helia/types/helia.PutManyBlocksProgressEvents.html",
53
+ "./blocks:PutManyBlocksProgressEvents": "https://ipfs.github.io/helia/types/_helia_interface.blocks.PutManyBlocksProgressEvents.html"
54
+ }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@helia/interface",
3
- "version": "3.0.0-ea5533c",
3
+ "version": "3.0.1",
4
4
  "description": "The Helia API",
5
5
  "license": "Apache-2.0 OR MIT",
6
- "homepage": "https://github.com/ipfs/helia/tree/master/packages/interface#readme",
6
+ "homepage": "https://github.com/ipfs/helia/tree/main/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.0.0",
75
- "interface-datastore": "^8.0.0",
76
- "interface-store": "^5.0.1",
74
+ "interface-blockstore": "^5.2.7",
75
+ "interface-datastore": "^8.2.2",
76
+ "interface-store": "^5.1.5",
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.0.0"
82
+ "aegir": "^42.1.0"
83
83
  }
84
84
  }