@helia/interop 1.0.3 → 1.1.0

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 +0 -14
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -4,8 +4,6 @@
4
4
  </a>
5
5
  </p>
6
6
 
7
- # @helia/interop <!-- 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,14 +11,6 @@
13
11
 
14
12
  > Interop tests for Helia
15
13
 
16
- ## Table of contents <!-- omit in toc -->
17
-
18
- - [Install](#install)
19
- - [Browser `<script>` tag](#browser-script-tag)
20
- - [API Docs](#api-docs)
21
- - [License](#license)
22
- - [Contribute](#contribute)
23
-
24
14
  ## Install
25
15
 
26
16
  ```console
@@ -35,10 +25,6 @@ Loading this module through a script tag will make it's exports available as `He
35
25
  <script src="https://unpkg.com/@helia/interop/dist/index.min.js"></script>
36
26
  ```
37
27
 
38
- ## API Docs
39
-
40
- - <https://ipfs.github.io/helia/modules/_helia_interop.html>
41
-
42
28
  ## License
43
29
 
44
30
  Licensed under either of
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/interop",
3
- "version": "1.0.3",
3
+ "version": "1.1.0",
4
4
  "description": "Interop tests for Helia",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/master/packages/interop#readme",
@@ -31,6 +31,7 @@
31
31
  "eslintConfig": {
32
32
  "extends": "ipfs",
33
33
  "parserOptions": {
34
+ "project": true,
34
35
  "sourceType": "module"
35
36
  }
36
37
  },
@@ -50,18 +51,18 @@
50
51
  "devDependencies": {
51
52
  "@chainsafe/libp2p-noise": "^13.0.0",
52
53
  "@chainsafe/libp2p-yamux": "^5.0.0",
53
- "@helia/interface": "^2.0.0",
54
+ "@helia/interface": "^2.1.0",
54
55
  "@libp2p/tcp": "^8.0.2",
55
56
  "@libp2p/websockets": "^7.0.2",
56
57
  "@multiformats/sha3": "^3.0.0",
57
- "aegir": "^40.0.8",
58
+ "aegir": "^41.0.0",
58
59
  "blockstore-core": "^4.0.0",
59
60
  "datastore-core": "^9.0.0",
60
- "helia": "^2.0.3",
61
+ "helia": "^2.1.0",
61
62
  "ipfsd-ctl": "^13.0.0",
62
63
  "it-all": "^3.0.2",
63
64
  "it-to-buffer": "^4.0.1",
64
- "kubo": "^0.22.0",
65
+ "kubo": "^0.23.0",
65
66
  "kubo-rpc-client": "^3.0.1",
66
67
  "libp2p": "^0.46.6",
67
68
  "multiformats": "^12.0.1"