Skip to content

Commit

Permalink
Version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fraliv13 committed Sep 14, 2022
1 parent d795eb2 commit 3f1ecab
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 31 deletions.
2 changes: 1 addition & 1 deletion packages/graceful-shutdown/package.json
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.0.7",
"version": "1.0.0",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/pino-apollo/package.json
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": "1.0.7",
"version": "1.0.0",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/pino-correlation/package.json
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": "1.0.7",
"version": "1.0.0",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/pino-mssqlserver/package.json
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": "1.0.7",
"version": "1.0.0",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/pino-multitenancy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@totalsoft/pino-multitenancy",
"description": "Correlation id mixin for pino",
"version": "1.0.7",
"version": "1.0.0",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/pino-opentracing/package.json
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.0.7",
"version": "1.0.0",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down
25 changes: 0 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1819,31 +1819,6 @@ __metadata:
languageName: unknown
linkType: soft

"@totalsoft/tenant-configuration@workspace:packages/tenant-configuration":
version: 0.0.0-use.local
resolution: "@totalsoft/tenant-configuration@workspace:packages/tenant-configuration"
dependencies:
"@jest/types": ^28.1.0
"@types/debounce": ^1.2.1
"@types/glob": ^7.2.0
"@types/humps": ^2.0.1
"@types/jest": ^27.5.1
"@types/node": ^17.0.32
"@types/object-path": ^0.11.1
"@types/ramda": 0.28.0
"@types/rimraf": ^3
"@types/uuid": ^8.3.4
debounce: ^1.2.1
deepmerge: ^4.2.2
humps: ^2.0.1
jest: ^28.1.0
object-path: ^0.11.8
rimraf: ^3.0.2
ts-jest: ^28.0.3
typescript: ^4.7.2
languageName: unknown
linkType: soft

"@types/accepts@npm:^1.3.5":
version: 1.3.5
resolution: "@types/accepts@npm:1.3.5"
Expand Down

0 comments on commit 3f1ecab

Please sign in to comment.