pino-debugger 1.0.0 → 1.0.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.
package/CONTRIBUTING.md CHANGED
@@ -41,7 +41,7 @@ Before creating an issue, please:
41
41
  ### Installation
42
42
 
43
43
  ```bash
44
- git clone https://github.com/pinojs/pino-debugger.git
44
+ git clone https://github.com/alphacointech1010/pino-debugger.git
45
45
  cd pino-debugger
46
46
  npm install
47
47
  ```
package/README.md CHANGED
@@ -214,7 +214,7 @@ Sponsored by [nearForm](http://tldrlegal.com/license/mit-license)
214
214
  [2]: https://img.shields.io/npm/v/pino-debugger.svg?style=flat-square
215
215
  [3]: https://npmjs.org/package/pino-debugger
216
216
  [4]: https://img.shields.io/github/actions/workflow/status/pinojs/pino-debugger/ci.yml?style=flat-square
217
- [5]: https://github.com/pinojs/pino-debugger/actions?query=workflow%3ACI+branch%3Amaster
217
+ [5]: https://github.com/alphacointech1010/pino-debugger/actions?query=workflow%3ACI+branch%3Amaster
218
218
  [6]: https://img.shields.io/codecov/c/github/pinojs/pino-debugger/master.svg?style=flat-square
219
219
  [7]: https://codecov.io/github/pinojs/pino-debugger
220
220
  [8]: http://img.shields.io/npm/dm/pino-debugger.svg?style=flat-square
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pino-debugger",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "High performance debug logging",
5
5
  "main": "index.js",
6
6
  "scripts": {