Skip to content

Commit 41b9cba

Browse files
Travis CI build: 277 v5.2.1 [ci skip]
1 parent ebc39ba commit 41b9cba

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "5.2.0",
7+
"version": "5.2.1",
88
"command": {
99
"bootstrap": {
1010
"npmClientArgs": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/logger-root",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "A multi channel logger written in TypeScript.",
55
"private": true,
66
"scripts": {

packages/legacy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-log-debug",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "A multi channel logger written in TypeScript.",
55
"main": "./lib/index.js",
66
"typings": "./lib/index.d.ts",
@@ -29,10 +29,10 @@
2929
"build:doc": "tsc --build tsconfig.doc.json"
3030
},
3131
"dependencies": {
32-
"@tsed/logger": "5.2.0"
32+
"@tsed/logger": "5.2.1"
3333
},
3434
"peerDependencies": {
3535
"source-map-support": "^0.5.16"
3636
},
3737
"devDependencies": {}
38-
}
38+
}

packages/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/logger",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "A multi channel logger written in TypeScript.",
55
"main": "./lib/index.js",
66
"typings": "./lib/index.d.ts",
@@ -39,4 +39,4 @@
3939
"source-map-support": "^0.5.16"
4040
},
4141
"devDependencies": {}
42-
}
42+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13545,10 +13545,10 @@ typedarray@^0.0.6:
1354513545
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1354613546
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1354713547

13548-
typescript@3.7.5:
13549-
version "3.7.5"
13550-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
13551-
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
13548+
typescript@3.5.3:
13549+
version "3.5.3"
13550+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
13551+
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
1355213552

1355313553
uc.micro@^1.0.1, uc.micro@^1.0.5:
1355413554
version "1.0.6"

0 commit comments

Comments
 (0)