File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " create-arkstack" ,
33 "type" : " module" ,
4- "version" : " 0.3.4 " ,
4+ "version" : " 0.3.5 " ,
55 "description" : " Scaffold new H3.js or Express.js applications using Toneflix's arkstack templates and starter kits" ,
66 "homepage" : " https://arkstack.toneflix.net" ,
77 "repository" : {
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ export const depsToRemove = [
2727]
2828
2929export const depsToAdd = {
30- '@arkstack/console-slim' : '^0.3.4 ' ,
30+ '@arkstack/console-slim' : '^0.3.5 ' ,
3131}
3232
3333export const depsList : Record < string , string > = {
34- '@arkstack/common' : '^0.3.4 ' ,
35- '@arkstack/console' : '^0.3.4 ' ,
36- '@arkstack/contract' : '^0.3.4 ' ,
37- '@arkstack/driver-h3' : '^0.3.4 ' ,
38- '@arkstack/filesystem' : '^0.3.4 ' ,
39- '@arkstack/driver-express' : '^0.3.4 ' ,
34+ '@arkstack/common' : '^0.3.5 ' ,
35+ '@arkstack/console' : '^0.3.5 ' ,
36+ '@arkstack/contract' : '^0.3.5 ' ,
37+ '@arkstack/driver-h3' : '^0.3.5 ' ,
38+ '@arkstack/filesystem' : '^0.3.5 ' ,
39+ '@arkstack/driver-express' : '^0.3.5 ' ,
4040}
You can’t perform that action at this time.
0 commit comments