Skip to content

Commit f71b631

Browse files
committed
chore: version bumps
1 parent a3b86fd commit f71b631

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/abstractions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-soft/logging-abstractions",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Web implementation of the '@js-soft/logging-abstractions' library",
55
"homepage": "https://github.com/js-soft/ts-logging#readme",
66
"repository": {

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-soft/node-logger",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "NodeJs implementation of the '@js-soft/logging-abstractions' library",
55
"homepage": "https://github.com/js-soft/ts-logging#readme",
66
"repository": {
@@ -26,7 +26,7 @@
2626
"testTimeout": 60000
2727
},
2828
"dependencies": {
29-
"@js-soft/logging-abstractions": "1.0.1",
29+
"@js-soft/logging-abstractions": "1.0.2",
3030
"correlation-id": "^5.2.0",
3131
"json-stringify-safe": "^5.0.1",
3232
"log4js": "^6.9.1"

packages/simple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-soft/simple-logger",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Simple implementation of the '@js-soft/logging-abstractions' library",
55
"homepage": "https://github.com/js-soft/ts-logging#readme",
66
"repository": {
@@ -19,7 +19,7 @@
1919
"license-check": "license-check"
2020
},
2121
"dependencies": {
22-
"@js-soft/logging-abstractions": "1.0.1",
22+
"@js-soft/logging-abstractions": "1.0.2",
2323
"json-stringify-safe": "^5.0.1",
2424
"typescript-logging": "^2.2.0",
2525
"typescript-logging-log4ts-style": "^2.2.0"

packages/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-soft/web-logger",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Web implementation of the '@js-soft/logging-abstractions' library",
55
"homepage": "https://github.com/js-soft/ts-logging#readme",
66
"repository": {
@@ -19,7 +19,7 @@
1919
"license-check": "license-check"
2020
},
2121
"dependencies": {
22-
"@js-soft/logging-abstractions": "1.0.1",
22+
"@js-soft/logging-abstractions": "1.0.2",
2323
"js-logger": "1.6.1",
2424
"json-stringify-safe": "^5.0.1"
2525
},

0 commit comments

Comments
 (0)