Skip to content

Commit 6d88429

Browse files
committed
v0.2.4
1 parent dad2f96 commit 6d88429

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tsmodule/spinners",
33
"license": "MIT",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"type": "module",
66
"types": "dist/index.d.ts",
77
"exports": {
@@ -19,7 +19,7 @@
1919
"typescript": "^4.9.3"
2020
},
2121
"dependencies": {
22-
"@tsmodule/log": "^0.3.2",
22+
"@tsmodule/log": "^0.3.4",
2323
"cli-spinners": "^2.7.0",
2424
"debug-logging": "^4.0.4"
2525
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz#96116f2a912e0c02817345b3c10751069920d553"
7373
integrity sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==
7474

75-
"@tsmodule/log@^0.3.2":
76-
version "0.3.2"
77-
resolved "https://registry.yarnpkg.com/@tsmodule/log/-/log-0.3.2.tgz#b5d478812bc7eae3575c5c734518306eaf710997"
78-
integrity sha512-/1FeVCka7dFHbGbJzlXmt7wweRCKtyZRsy6sre1GEOePE6UNtGhT1j6tYaR09tTQovVKkAO1y50DBeTTd9G9OA==
75+
"@tsmodule/log@^0.3.4":
76+
version "0.3.4"
77+
resolved "https://registry.yarnpkg.com/@tsmodule/log/-/log-0.3.4.tgz#643f513aa8bbd45dc490a7353fdc315e8938bc61"
78+
integrity sha512-3Y0cCGG7q/ZFSizlg8EHBejMtj0sJIxojpVWqJjrzlSeoKunX/L9ngeWrLSN+D9AYSewa1hB6C6fGuw3K9jGMg==
7979

8080
"@tsmodule/tsmodule@^40.19.0":
8181
version "40.19.0"

0 commit comments

Comments
 (0)