Skip to content

Commit 0b73c17

Browse files
committed
feat: upgrade logging
1 parent 75f16f8 commit 0b73c17

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"./*": "./dist/*/index.js"
1111
},
1212
"devDependencies": {
13-
"@tsmodule/log": "^1.1.0",
13+
"@tsmodule/log": "^1.1.1",
1414
"@tsmodule/test": "^1.1.0",
1515
"@tsmodule/tsmodule": "^41.10.0",
1616
"@types/node": "^18.11.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
resolved "https://registry.yarnpkg.com/@tsmodule/log/-/log-1.0.0.tgz#aa843c2fcd890484b168f39c0eb59341a57de997"
7373
integrity sha512-iA220Jgbwc5ckRIgqg9f7O3k8O0pE3/AdiaFcEeX7BfjmY6G3XqUyFlbC2dVaxopm2iquRZq+Q/1vq1yhucd8g==
7474

75-
"@tsmodule/log@^1.1.0":
76-
version "1.1.0"
77-
resolved "https://registry.yarnpkg.com/@tsmodule/log/-/log-1.1.0.tgz#87cabe73b479774339dd7d113127b671d32293ca"
78-
integrity sha512-IWAxcFcS2KEJm8Dx/8kiMd0XUivVhLP/zT6AmtCftc5iyzKsJmvqouL9da9A42eXXzrS5gTDQnYotUkwy/2rOw==
75+
"@tsmodule/log@^1.1.1":
76+
version "1.1.1"
77+
resolved "https://registry.yarnpkg.com/@tsmodule/log/-/log-1.1.1.tgz#b09129c1329084def8eece5cbb8c1775969605f1"
78+
integrity sha512-HD1O6kbhWIcprbad+V7CiEfYoCsXaUHOL73dbsa5EnofDi5v18YdhUIh0DQfWbneOBctagewz5GXoo2tk8R8AA==
7979

8080
"@tsmodule/spinners@^0.4.0":
8181
version "0.4.0"

0 commit comments

Comments
 (0)