@logtail/pino 0.4.0 → 0.4.2

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/README.md +4 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,12 +1,13 @@
1
- # [Logtail](https://betterstack.com/logtail) JavaScript Pino transport by [Better Stack](https://betterstack.com/)
1
+ # [Better Stack](https://betterstack.com/logs) JavaScript Pino transport
2
2
 
3
- [![Logtail dashboard](https://user-images.githubusercontent.com/19272921/154085622-59997d5a-3f91-4bc9-a815-3b8ead16d28d.jpeg)](https://betterstack.com/logtail)
3
+ 📣 Logtail is now part of Better Stack. [Learn more ⇗](https://betterstack.com/press/introducing-better-stack/)
4
4
 
5
+ [![Better Stack dashboard](https://github.com/logtail/logtail-js/assets/10132717/96b422e7-3026-49c1-bd45-a946c37211d0)](https://betterstack.com/logs)
5
6
 
6
7
  [![ISC License](https://img.shields.io/badge/license-ISC-ff69b4.svg)](https://github.com/logtail/logtail-js/blob/master/LICENSE.md)
7
8
  [![npm @logtail/pino](https://img.shields.io/npm/v/@logtail/pino?color=success&label=npm%20%40logtail%2Fpino)](https://www.npmjs.com/package/@logtail/pino)
8
9
 
9
- Experience SQL-compatible structured log management based on ClickHouse. [Learn more ⇗](https://logtail.com/)
10
+ Experience SQL-compatible structured log management based on ClickHouse. [Learn more ⇗](https://betterstack.com/logs)
10
11
 
11
12
  ## Documentation
12
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtail/pino",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Logtail Pino transport by Better Stack",
5
5
  "keywords": [
6
6
  "Better Stack",
@@ -37,8 +37,8 @@
37
37
  "pino": "^7.0.0 || ^8.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@logtail/node": "^0.4.0",
41
- "@logtail/types": "^0.4.0",
40
+ "@logtail/node": "^0.4.2",
41
+ "@logtail/types": "^0.4.2",
42
42
  "pino-abstract-transport": "^1.0.0"
43
43
  },
44
44
  "scripts": {
@@ -49,5 +49,5 @@
49
49
  "test": "echo \"Error: run tests from root\" && exit 1"
50
50
  },
51
51
  "private": false,
52
- "gitHead": "a082eb0e7f83763a3f81d42736dd14d40e19d128"
52
+ "gitHead": "75161d956af3eed472917b6fd3a5d89face8961d"
53
53
  }