blind-peer 2.7.8 → 2.7.9

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/bin.js +2 -1
  2. package/package.json +1 -1
package/bin.js CHANGED
@@ -31,7 +31,8 @@ const cmd = command('blind-peer',
31
31
  async function ({ flags }) {
32
32
  const debug = flags.debug
33
33
  const logger = pino({
34
- level: debug ? 'debug' : 'info'
34
+ level: debug ? 'debug' : 'info',
35
+ name: 'blind-peer'
35
36
  })
36
37
  logger.info('Starting blind peer')
37
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blind-peer",
3
- "version": "2.7.8",
3
+ "version": "2.7.9",
4
4
  "description": "Blind peers help keep hypercores available",
5
5
  "main": "index.js",
6
6
  "bin": {