@libp2p/fetch 1.0.13 → 1.0.14-2281f802b

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
@@ -85,8 +85,8 @@ Loading this module through a script tag will make it's exports available as `Li
85
85
 
86
86
  Licensed under either of
87
87
 
88
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
89
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
88
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/protocol-fetch/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
89
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/protocol-fetch/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
90
90
 
91
91
  # Contribution
92
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/fetch",
3
- "version": "1.0.13",
3
+ "version": "1.0.14-2281f802b",
4
4
  "description": "Implementation of the Fetch Protocol",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/protocol-fetch#readme",
@@ -52,16 +52,16 @@
52
52
  "doc-check": "aegir doc-check"
53
53
  },
54
54
  "dependencies": {
55
- "@libp2p/interface": "^1.1.6",
56
- "@libp2p/interface-internal": "^1.0.11",
55
+ "@libp2p/interface": "1.2.0-2281f802b",
56
+ "@libp2p/interface-internal": "1.1.0-2281f802b",
57
57
  "it-protobuf-stream": "^1.1.2",
58
58
  "protons-runtime": "^5.4.0",
59
59
  "uint8arraylist": "^2.4.8",
60
60
  "uint8arrays": "^5.0.3"
61
61
  },
62
62
  "devDependencies": {
63
- "@libp2p/logger": "^4.0.9",
64
- "@libp2p/peer-id-factory": "^4.0.9",
63
+ "@libp2p/logger": "4.0.10-2281f802b",
64
+ "@libp2p/peer-id-factory": "4.0.10-2281f802b",
65
65
  "aegir": "^42.2.5",
66
66
  "it-pair": "^2.0.6",
67
67
  "protons": "^7.5.0",
@@ -1,12 +0,0 @@
1
- {
2
- "Fetch": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_fetch.Fetch.html",
3
- ".:Fetch": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_fetch.Fetch.html",
4
- "FetchComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_fetch.FetchComponents.html",
5
- ".:FetchComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_fetch.FetchComponents.html",
6
- "FetchInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_fetch.FetchInit.html",
7
- ".:FetchInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_fetch.FetchInit.html",
8
- "LookupFunction": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_fetch.LookupFunction.html",
9
- ".:LookupFunction": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_fetch.LookupFunction.html",
10
- "fetch": "https://libp2p.github.io/js-libp2p/functions/_libp2p_fetch.fetch-1.html",
11
- ".:fetch": "https://libp2p.github.io/js-libp2p/functions/_libp2p_fetch.fetch-1.html"
12
- }