@dotcom-reliability-kit/log-error
Advanced tools
Comparing version 3.1.7 to 4.0.0
{ | ||
"name": "@dotcom-reliability-kit/log-error", | ||
"version": "3.1.7", | ||
"version": "4.0.0", | ||
"description": "A method to consistently log error object with optional request information", | ||
@@ -14,11 +14,11 @@ "repository": { | ||
"engines": { | ||
"node": "16.x || 18.x || 20.x", | ||
"npm": "7.x || 8.x || 9.x" | ||
"node": "18.x || 20.x", | ||
"npm": "8.x || 9.x" | ||
}, | ||
"main": "lib", | ||
"dependencies": { | ||
"@dotcom-reliability-kit/app-info": "^2.3.0", | ||
"@dotcom-reliability-kit/logger": "^2.4.2", | ||
"@dotcom-reliability-kit/serialize-error": "^2.2.1", | ||
"@dotcom-reliability-kit/serialize-request": "^2.2.1" | ||
"@dotcom-reliability-kit/app-info": "^3.0.0", | ||
"@dotcom-reliability-kit/logger": "^3.0.0", | ||
"@dotcom-reliability-kit/serialize-error": "^3.0.0", | ||
"@dotcom-reliability-kit/serialize-request": "^3.0.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
@@ -15,2 +15,3 @@ | ||
* [`options.request`](#optionsrequest) | ||
* [Migrating](#migrating) | ||
* [Contributing](#contributing) | ||
@@ -63,3 +64,3 @@ * [License](#license) | ||
name: 'example-app', | ||
nodeVersion: '16.16.0', | ||
nodeVersion: '18.17.0', | ||
region: 'EU', | ||
@@ -98,3 +99,3 @@ releaseDate: '2022-07-25T01:37:00Z' | ||
name: 'example-app', | ||
nodeVersion: '16.16.0', | ||
nodeVersion: '18.17.0', | ||
region: 'EU', | ||
@@ -133,3 +134,3 @@ releaseDate: '2022-07-25T01:37:00Z' | ||
name: 'example-app', | ||
nodeVersion: '16.16.0', | ||
nodeVersion: '18.17.0', | ||
region: 'EU', | ||
@@ -258,3 +259,3 @@ releaseDate: '2022-07-25T01:37:00Z' | ||
name: 'example-app', | ||
nodeVersion: '16.16.0', | ||
nodeVersion: '18.17.0', | ||
region: 'EU', | ||
@@ -267,2 +268,7 @@ releaseDate: '2022-07-25T01:37:00Z' | ||
## Migrating | ||
Consult the [Migration Guide](./docs/migration.md) if you're trying to migrate to a later major version of this package. | ||
## Contributing | ||
@@ -269,0 +275,0 @@ |
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
15078
277
17
+ Added@dotcom-reliability-kit/app-info@3.3.1(transitive)
+ Added@dotcom-reliability-kit/logger@3.2.1(transitive)
+ Added@dotcom-reliability-kit/serialize-error@3.2.1(transitive)
+ Added@dotcom-reliability-kit/serialize-request@3.1.1(transitive)
+ Addedpino@9.6.0(transitive)
+ Addedpino-abstract-transport@2.0.0(transitive)
+ Addedpino-std-serializers@7.0.0(transitive)
+ Addedprocess-warning@4.0.1(transitive)
+ Addedsonic-boom@4.2.0(transitive)
+ Addedthread-stream@3.1.0(transitive)
- Removed@dotcom-reliability-kit/app-info@2.3.0(transitive)
- Removed@dotcom-reliability-kit/logger@2.4.2(transitive)
- Removed@dotcom-reliability-kit/serialize-error@2.2.1(transitive)
- Removed@dotcom-reliability-kit/serialize-request@2.2.1(transitive)
- Removedpino@8.21.0(transitive)
- Removedpino-std-serializers@6.2.2(transitive)
- Removedprocess-warning@3.0.0(transitive)
- Removedthread-stream@2.7.0(transitive)