Skip to content

Commit 0418af9

Browse files
committed
v0.4.0
1 parent 47c9c1d commit 0418af9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tsmodule/spinners",
33
"license": "MIT",
4-
"version": "0.3.1",
4+
"version": "0.4.0",
55
"type": "module",
66
"types": "dist/index.d.ts",
77
"exports": {
@@ -10,7 +10,7 @@
1010
"./*": "./dist/*/index.js"
1111
},
1212
"devDependencies": {
13-
"@tsmodule/log": "^1.0.0",
13+
"@tsmodule/log": "^1.1.0",
1414
"@tsmodule/test": "^1.0.0",
1515
"@tsmodule/tsmodule": "^41.10.0",
1616
"@types/node": "^18.11.9",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
resolved "https://registry.yarnpkg.com/@tsmodule/log/-/log-1.0.0.tgz#aa843c2fcd890484b168f39c0eb59341a57de997"
8383
integrity sha512-iA220Jgbwc5ckRIgqg9f7O3k8O0pE3/AdiaFcEeX7BfjmY6G3XqUyFlbC2dVaxopm2iquRZq+Q/1vq1yhucd8g==
8484

85+
"@tsmodule/log@^1.1.0":
86+
version "1.1.0"
87+
resolved "https://registry.yarnpkg.com/@tsmodule/log/-/log-1.1.0.tgz#87cabe73b479774339dd7d113127b671d32293ca"
88+
integrity sha512-IWAxcFcS2KEJm8Dx/8kiMd0XUivVhLP/zT6AmtCftc5iyzKsJmvqouL9da9A42eXXzrS5gTDQnYotUkwy/2rOw==
89+
8590
"@tsmodule/spinners@^0.2.6":
8691
version "0.2.6"
8792
resolved "https://registry.yarnpkg.com/@tsmodule/spinners/-/spinners-0.2.6.tgz#e64d386d8af4e964485828fe09ff3340f6b2987b"

0 commit comments

Comments
 (0)