@helia/verified-fetch-interop 4.2.0 → 4.2.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.
Files changed (2) hide show
  1. package/README.md +22 -3
  2. package/package.json +13 -12
package/README.md CHANGED
@@ -15,13 +15,28 @@
15
15
 
16
16
  # About
17
17
 
18
- Runs interop tests between Helia and Kubo.
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
+
33
+ Runs interop tests between @helia/verified-fetch and Kubo.
19
34
 
20
35
  ## Example - Testing a new Kubo release
21
36
 
22
37
  ```console
23
- $ npm i @helia/interop
24
- $ KUBO_BINARY=/path/to/kubo helia-interop
38
+ $ npm i @helia/verified-fetch-interop
39
+ $ KUBO_BINARY=/path/to/kubo helia-verified-fetch-interop
25
40
  ```
26
41
 
27
42
  # Install
@@ -38,6 +53,10 @@ Loading this module through a script tag will make its exports available as `Hel
38
53
  <script src="https://unpkg.com/@helia/verified-fetch-interop/dist/index.min.js"></script>
39
54
  ```
40
55
 
56
+ # API Docs
57
+
58
+ - <https://ipfs.github.io/helia-verified-fetch/modules/_helia_verified-fetch-interop.html>
59
+
41
60
  # License
42
61
 
43
62
  Licensed under either of
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/verified-fetch-interop",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Interop tests for @helia/verified-fetch",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia-verified-fetch/tree/main/packages/interop#readme",
@@ -32,7 +32,8 @@
32
32
  "exports": {
33
33
  ".": {
34
34
  "types": "./dist/src/index.d.ts",
35
- "import": "./dist/src/index.js"
35
+ "import": "./dist/src/index.js",
36
+ "module-sync": "./dist/src/index.js"
36
37
  }
37
38
  },
38
39
  "release": {
@@ -144,16 +145,16 @@
144
145
  "release": "aegir release"
145
146
  },
146
147
  "dependencies": {
147
- "@helia/delegated-routing-v1-http-api-server": "^5.0.0",
148
- "@helia/verified-fetch": "^7.0.4",
149
- "aegir": "^47.0.24",
150
- "execa": "^9.5.3",
151
- "glob": "^13.0.0",
152
- "ipfsd-ctl": "^16.0.0",
153
- "kubo": "^0.40.0",
154
- "kubo-rpc-client": "^6.0.1",
155
- "magic-bytes.js": "^1.12.1",
156
- "multiformats": "^13.3.6",
148
+ "@helia/delegated-routing-v1-http-api-server": "^5.2.1",
149
+ "@helia/verified-fetch": "^7.0.0",
150
+ "aegir": "^47.1.5",
151
+ "execa": "^9.6.1",
152
+ "glob": "^13.0.6",
153
+ "ipfsd-ctl": "^16.0.3",
154
+ "kubo": "^0.40.1",
155
+ "kubo-rpc-client": "^6.1.0",
156
+ "magic-bytes.js": "^1.13.0",
157
+ "multiformats": "^13.4.2",
157
158
  "sinon-ts": "^2.0.0",
158
159
  "wherearewe": "^2.0.1"
159
160
  },