@helia/interface 2.0.0-ad4fcc1 → 2.0.0-bf11efa

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
@@ -4,8 +4,6 @@
4
4
  </a>
5
5
  </p>
6
6
 
7
- # @helia/interface <!-- omit in toc -->
8
-
9
7
  [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
10
8
  [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
11
9
  [![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia)
@@ -13,13 +11,6 @@
13
11
 
14
12
  > The Helia API
15
13
 
16
- ## Table of contents <!-- omit in toc -->
17
-
18
- - [Install](#install)
19
- - [API Docs](#api-docs)
20
- - [License](#license)
21
- - [Contribute](#contribute)
22
-
23
14
  ## Install
24
15
 
25
16
  ```console
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @packageDocumentation
3
3
  *
4
- * The API defined by a Helia node
4
+ * The API defined by a {@link Helia} node
5
5
  *
6
6
  * @example
7
7
  *
package/dist/src/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @packageDocumentation
3
3
  *
4
- * The API defined by a Helia node
4
+ * The API defined by a {@link Helia} node
5
5
  *
6
6
  * @example
7
7
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/interface",
3
- "version": "2.0.0-ad4fcc1",
3
+ "version": "2.0.0-bf11efa",
4
4
  "description": "The Helia API",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/master/packages/interface#readme",
package/src/index.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @packageDocumentation
3
3
  *
4
- * The API defined by a Helia node
4
+ * The API defined by a {@link Helia} node
5
5
  *
6
6
  * @example
7
7
  *