@libp2p/daemon 2.0.3 → 2.0.5

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
@@ -1,10 +1,9 @@
1
1
  # @libp2p/daemon <!-- omit in toc -->
2
2
 
3
3
  [![libp2p.io](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
4
- [![IRC](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
5
4
  [![Discuss](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg?style=flat-square)](https://discuss.libp2p.io)
6
5
  [![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-daemon.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-daemon)
7
- [![CI](https://img.shields.io/github/workflow/status/libp2p/js-libp2p-interfaces/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/libp2p/js-libp2p-daemon/actions/workflows/js-test-and-release.yml)
6
+ [![CI](https://img.shields.io/github/workflow/status/libp2p/js-libp2p-daemon/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/libp2p/js-libp2p-daemon/actions/workflows/js-test-and-release.yml)
8
7
 
9
8
  > libp2p-daemon JavaScript implementation
10
9
 
@@ -13,9 +12,8 @@
13
12
  - [Install](#install)
14
13
  - [Specs](#specs)
15
14
  - [Usage](#usage)
16
- - [Contribute](#contribute)
17
15
  - [License](#license)
18
- - [Contribution](#contribution)
16
+ - [Contribute](#contribute)
19
17
 
20
18
  ## Install
21
19
 
@@ -43,10 +41,6 @@ As an alternative, you can use this daemon with a different version of libp2p as
43
41
  $ LIBP2P_JS=/path/to/js-libp2p/src/index.js jsp2pd
44
42
  ```
45
43
 
46
- ## Contribute
47
-
48
- This module is actively under development. Please check out the issues and submit PRs!
49
-
50
44
  ## License
51
45
 
52
46
  Licensed under either of
@@ -54,6 +48,6 @@ Licensed under either of
54
48
  - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
55
49
  - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
56
50
 
57
- ## Contribution
51
+ ## Contribute
58
52
 
59
53
  Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
package/dist/src/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/daemon",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "libp2p-daemon JavaScript implementation",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/master/packages/libp2p-daemon#readme",
@@ -136,7 +136,7 @@
136
136
  "release": "aegir release"
137
137
  },
138
138
  "dependencies": {
139
- "@libp2p/daemon-server": "^3.0.0",
139
+ "@libp2p/daemon-server": "^4.0.0",
140
140
  "@multiformats/multiaddr": "^11.0.0",
141
141
  "es-main": "^1.0.2",
142
142
  "yargs": "^17.3.1",