Skip to content

Commit

Permalink
v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Sep 8, 2023
1 parent 4e54620 commit 47b6c44
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "0.4.8"
"version": "0.4.9"
}
8 changes: 4 additions & 4 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logtail/browser",
"version": "0.4.7",
"version": "0.4.9",
"description": "Logtail.com browser logging",
"keywords": [
"Logtail",
Expand Down Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/logtail/logtail-js/issues"
},
"devDependencies": {
"@logtail/types": "^0.4.6",
"@logtail/types": "^0.4.9",
"@types/babel__core": "7.0.4",
"@types/babel__traverse": "7.0.4",
"@types/nock": "^10.0.3",
Expand All @@ -53,8 +53,8 @@
"webpack-cli": "^3.3.7"
},
"dependencies": {
"@logtail/core": "^0.4.6",
"@logtail/tools": "^0.4.6",
"@logtail/core": "^0.4.9",
"@logtail/tools": "^0.4.9",
"cross-fetch": "^3.0.4"
},
"gitHead": "0f816cacc21b352576a5707741f9151aa1481041"
Expand Down
6 changes: 3 additions & 3 deletions packages/bunyan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logtail/bunyan",
"version": "0.4.8",
"version": "0.4.9",
"description": "Logtail.com - Bunyan writable stream",
"keywords": [
"Logtail",
Expand Down Expand Up @@ -49,8 +49,8 @@
"bunyan": ">=1.8.12"
},
"dependencies": {
"@logtail/node": "^0.4.6",
"@logtail/types": "^0.4.6"
"@logtail/node": "^0.4.9",
"@logtail/types": "^0.4.9"
},
"gitHead": "0f816cacc21b352576a5707741f9151aa1481041"
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logtail/core",
"version": "0.4.6",
"version": "0.4.9",
"description": "Logtail.com - logging core",
"keywords": [
"Logtail",
Expand Down Expand Up @@ -40,8 +40,8 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@logtail/tools": "^0.4.6",
"@logtail/types": "^0.4.6"
"@logtail/tools": "^0.4.9",
"@logtail/types": "^0.4.9"
},
"gitHead": "0f816cacc21b352576a5707741f9151aa1481041"
}
6 changes: 3 additions & 3 deletions packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logtail/js",
"version": "0.4.7",
"version": "0.4.9",
"description": "Logtail.com Node.js + browser logging",
"keywords": [
"Logtail",
Expand Down Expand Up @@ -42,8 +42,8 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@logtail/browser": "^0.4.7",
"@logtail/node": "^0.4.6"
"@logtail/browser": "^0.4.9",
"@logtail/node": "^0.4.9"
},
"gitHead": "0f816cacc21b352576a5707741f9151aa1481041"
}
6 changes: 3 additions & 3 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logtail/koa",
"version": "0.4.6",
"version": "0.4.9",
"description": "Logtail.com - Koa logger",
"keywords": [
"Logtail",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@logtail/node": "^0.3.3",
"@logtail/types": "^0.4.6",
"@logtail/types": "^0.4.9",
"@types/babel__core": "7.0.4",
"@types/babel__traverse": "7.0.4",
"@types/koa": "^2.0.49",
Expand All @@ -49,7 +49,7 @@
"supertest": "^4.0.2"
},
"dependencies": {
"@logtail/node": "^0.4.6",
"@logtail/node": "^0.4.9",
"rambda": "^2.14.5"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logtail/node",
"version": "0.4.6",
"version": "0.4.9",
"description": "Logtail.com - Node.js logger",
"keywords": [
"Logtail",
Expand Down Expand Up @@ -45,8 +45,8 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@logtail/core": "^0.4.6",
"@logtail/types": "^0.4.6",
"@logtail/core": "^0.4.9",
"@logtail/types": "^0.4.9",
"@msgpack/msgpack": "^2.5.1",
"@types/stack-trace": "^0.0.29",
"cross-fetch": "^3.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/pino/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logtail/pino",
"version": "0.4.6",
"version": "0.4.9",
"description": "Logtail Pino transport by Better Stack",
"keywords": [
"Better Stack",
Expand Down Expand Up @@ -37,8 +37,8 @@
"pino": "^7.0.0 || ^8.0.0"
},
"dependencies": {
"@logtail/node": "^0.4.6",
"@logtail/types": "^0.4.6",
"@logtail/node": "^0.4.9",
"@logtail/types": "^0.4.9",
"pino-abstract-transport": "^1.0.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logtail/tools",
"version": "0.4.6",
"version": "0.4.9",
"description": "JavaScript logging tools",
"main": "dist/cjs/index.js",
"module": "dist/es6/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@logtail/types": "^0.4.6"
"@logtail/types": "^0.4.9"
},
"gitHead": "0f816cacc21b352576a5707741f9151aa1481041"
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logtail/types",
"version": "0.4.6",
"version": "0.4.9",
"description": "Logtail.com - Typescript types",
"keywords": [
"Logtail",
Expand Down
6 changes: 3 additions & 3 deletions packages/winston/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logtail/winston",
"version": "0.4.6",
"version": "0.4.9",
"description": "Logtail.com - Winston transport",
"keywords": [
"Logtail",
Expand Down Expand Up @@ -46,8 +46,8 @@
"winston": ">=3.2.1"
},
"dependencies": {
"@logtail/node": "^0.4.6",
"@logtail/types": "^0.4.6",
"@logtail/node": "^0.4.9",
"@logtail/types": "^0.4.9",
"winston-transport": "^4.3.0"
},
"gitHead": "0f816cacc21b352576a5707741f9151aa1481041"
Expand Down

0 comments on commit 47b6c44

Please sign in to comment.