@logtail/pino 0.0.1 → 0.0.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.
- package/README.md +3 -3
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
[](LICENSE.md)
|
|
7
7
|
[](https://www.npmjs.com/package/@logtail/pino)
|
|
8
8
|
|
|
9
|
-
Experience SQL-compatible structured log management based on ClickHouse. [Learn more
|
|
9
|
+
Experience SQL-compatible structured log management based on ClickHouse. [Learn more ⇗](https://logtail.com/)
|
|
10
10
|
|
|
11
11
|
## Documentation
|
|
12
12
|
|
|
13
|
-
[Getting started
|
|
13
|
+
[Getting started ⇗](https://betterstack.com/docs/logs/javascript/pino)
|
|
14
14
|
|
|
15
15
|
## Need help?
|
|
16
|
-
Please let us know at [hello@
|
|
16
|
+
Please let us know at [hello@betterstack.com](mailto:hello@betterstack.com). We're happy to help!
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logtail/pino",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Logtail Pino transport by Better Stack",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Better Stack",
|
|
@@ -20,6 +20,9 @@
|
|
|
20
20
|
"bugs": {
|
|
21
21
|
"url": "https://github.com/logtail/logtail-js/issues"
|
|
22
22
|
},
|
|
23
|
+
"publishConfig": {
|
|
24
|
+
"access": "public"
|
|
25
|
+
},
|
|
23
26
|
"devDependencies": {
|
|
24
27
|
"@logtail/node": "^0.1.15",
|
|
25
28
|
"npm-run-all": "^4.1.5",
|