-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31d2ace
commit e722a62
Showing
20 changed files
with
77 additions
and
28 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@totalsoft/correlation", | ||
"description": "Core correlation functionality", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"author": "TotalSoft", | ||
"packageManager": "[email protected]", | ||
"type": "commonjs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@totalsoft/graceful-shutdown", | ||
"description": "Graceful shutdown after intercepting signals and unhandled exceptions", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"author": "TotalSoft", | ||
"packageManager": "[email protected]", | ||
"type": "commonjs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@totalsoft/key-per-file-configuration", | ||
"description": "Key per file configuration provider", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"author": "TotalSoft", | ||
"packageManager": "[email protected]", | ||
"type": "commonjs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@totalsoft/opentracing", | ||
"description": "Core opentracing functionality", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"author": "TotalSoft", | ||
"packageManager": "[email protected]", | ||
"type": "commonjs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@totalsoft/pino-apollo", | ||
"description": "A custom Apollo logging plugin", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": "TotalSoft", | ||
"packageManager": "[email protected]", | ||
"type": "commonjs", | ||
|
@@ -44,7 +44,7 @@ | |
"dependencies": { | ||
"@apollo/server": "^4.11.2", | ||
"@colors/colors": "^1.6.0", | ||
"@totalsoft/correlation": "2.0.0", | ||
"@totalsoft/correlation": "3.0.0", | ||
"graphql": "^16.9.0", | ||
"pino": "^9.5.0", | ||
"ramda": "^0.30.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@totalsoft/pino-correlation", | ||
"description": "Correlation id mixin for pino", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "TotalSoft", | ||
"packageManager": "[email protected]", | ||
"type": "commonjs", | ||
|
@@ -36,7 +36,7 @@ | |
"typescript": "^5.6.3" | ||
}, | ||
"dependencies": { | ||
"@totalsoft/correlation": "2.0.0" | ||
"@totalsoft/correlation": "3.0.0" | ||
}, | ||
"jest": { | ||
"preset": "ts-jest", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@totalsoft/pino-mssqlserver", | ||
"description": "Sql server transport for pino", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "TotalSoft", | ||
"packageManager": "[email protected]", | ||
"type": "commonjs", | ||
|
@@ -37,7 +37,7 @@ | |
"typescript": "^5.6.3" | ||
}, | ||
"dependencies": { | ||
"@totalsoft/correlation": "2.0.0", | ||
"@totalsoft/correlation": "3.0.0", | ||
"humps": "^2.0.1", | ||
"knex": "^3.1.0", | ||
"pino": "^9.5.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@totalsoft/pino-opentelemetry", | ||
"description": "Correlation id mixin for pino", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"author": "TotalSoft", | ||
"packageManager": "[email protected]", | ||
"type": "commonjs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@totalsoft/pino-opentracing", | ||
"description": "Correlation id mixin for pino", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "TotalSoft", | ||
"packageManager": "[email protected]", | ||
"type": "commonjs", | ||
|
@@ -38,7 +38,7 @@ | |
"typescript": "^4.7.2" | ||
}, | ||
"dependencies": { | ||
"@totalsoft/opentracing": "1.1.0", | ||
"@totalsoft/opentracing": "2.0.0", | ||
"opentracing": "^0.14.7", | ||
"pino": "^8.5.0", | ||
"ramda": "^0.28.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters