@helia/interface 5.0.0-f7b5d3f → 5.1.0-075b6ca

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 (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +9 -9
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -56,8 +56,8 @@ $ npm i @helia/interface
56
56
 
57
57
  Licensed under either of
58
58
 
59
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
60
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
59
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/helia/blob/main/packages/interface/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
60
+ - MIT ([LICENSE-MIT](https://github.com/ipfs/helia/blob/main/packages/interface/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
61
61
 
62
62
  # Contribute
63
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/interface",
3
- "version": "5.0.0-f7b5d3f",
3
+ "version": "5.1.0-075b6ca",
4
4
  "description": "The Helia API",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/interface#readme",
@@ -71,16 +71,16 @@
71
71
  "build": "aegir build"
72
72
  },
73
73
  "dependencies": {
74
- "@libp2p/interface": "^2.0.0",
75
- "@multiformats/dns": "^1.0.1",
76
- "interface-blockstore": "^5.2.10",
77
- "interface-datastore": "^8.2.11",
78
- "interface-store": "^6.0.0",
79
- "multiformats": "^13.1.0",
80
- "progress-events": "^1.0.0"
74
+ "@libp2p/interface": "^2.2.1",
75
+ "@multiformats/dns": "^1.0.6",
76
+ "interface-blockstore": "^5.3.1",
77
+ "interface-datastore": "^8.3.1",
78
+ "interface-store": "^6.0.2",
79
+ "multiformats": "^13.3.1",
80
+ "progress-events": "^1.0.1"
81
81
  },
82
82
  "devDependencies": {
83
- "aegir": "^45.0.1"
83
+ "aegir": "^45.0.6"
84
84
  },
85
85
  "sideEffects": false
86
86
  }
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0