@axiomhq/pino
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -10,2 +10,14 @@ # Changelog | ||
## [1.3.0] - 2024-11-20 | ||
- Update @axiomhq/js to v1.3.0 | ||
## [1.2.0] - 2024-09-23 | ||
- Update @axiomhq/js to v1.2.0 | ||
## [1.1.0] - 2024-07-12 | ||
- Update @axiomhq/js to v1.1.0 | ||
## [1.0.0] - 2024-06-12 | ||
@@ -22,3 +34,3 @@ | ||
- fix: add BigInt support to JSON.stringify [#189] from lucassmuller/fix/json-stringify | ||
- fix: add BigInt support to JSON.stringify [#189] from lucassmuller/fix/json-stringify | ||
@@ -25,0 +37,0 @@ ### Changed |
{ | ||
"name": "@axiomhq/pino", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "The official Axiom transport for Pino", | ||
@@ -36,3 +36,3 @@ "type": "module", | ||
"pino-abstract-transport": "^1.2.0", | ||
"@axiomhq/js": "1.2.0" | ||
"@axiomhq/js": "1.3.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "scripts": { |
@@ -1,15 +0,5 @@ | ||
# Axiom Transport for Pino logger | ||
# Axiom transport for Pino logger | ||
This is the official Axiom transport for Pino. | ||
The Axiom transport for Pino logger allows you to send data from a Node.js app to Axiom through Pino. | ||
## Quickstart | ||
Install using `npm install`: | ||
```shell | ||
npm install @axiomhq/pino | ||
``` | ||
create a pino logger with Axiom configured: | ||
```ts | ||
@@ -30,12 +20,15 @@ import pino from 'pino'; | ||
then you can use the logger as usual: | ||
## Install | ||
```js | ||
logger.info('Hello from pino!'); | ||
```bash | ||
npm install @axiomhq/pino | ||
``` | ||
For further examples, head over to the [examples](../../examples/pino) directory. | ||
## Documentation | ||
For more information about how to set up and use the Axiom transport for Pino logger, see the [axiom.co/docs/guides/pino](https://axiom.co/docs/guides/pino). | ||
## License | ||
Distributed under the [MIT License](../../LICENSE). | ||
[MIT](../../LICENSE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15301
34
+ Added@axiomhq/js@1.3.0(transitive)
+ Addeduuid@11.0.3(transitive)
- Removed@axiomhq/js@1.2.0(transitive)
- Removeduuid@8.3.2(transitive)
Updated@axiomhq/js@1.3.0