@ips-hosting/pino-sentry-stream
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,8 @@ | ||
## [1.0.2](https://github.com/IPS-Hosting/pino-sentry-stream/compare/v1.0.1...v1.0.2) (2021-04-27) | ||
### Bug Fixes | ||
* add main, types and sideEffects fields to package.json ([50d3d84](https://github.com/IPS-Hosting/pino-sentry-stream/commit/50d3d84fd921fc902f9e46ffb36f34c429d1ce99)) | ||
## [1.0.1](https://github.com/IPS-Hosting/pino-sentry-stream/compare/v1.0.0...v1.0.1) (2021-04-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@ips-hosting/pino-sentry-stream", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A pino stream to automatically pass errors to Sentry.", | ||
@@ -21,2 +21,5 @@ "license": "MIT", | ||
], | ||
"main": "dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"sideEffects": false, | ||
"publishConfig": { | ||
@@ -23,0 +26,0 @@ "access": "public" |
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
15887