File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " create-arkstack" ,
33 "type" : " module" ,
4- "version" : " 0.1.31 " ,
4+ "version" : " 0.2.0 " ,
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 @@ -26,13 +26,14 @@ export const depsToRemove = [
2626]
2727
2828export const depsToAdd = {
29- '@arkstack/console-slim' : '^0.1.30 ' ,
29+ '@arkstack/console-slim' : '^0.2.0 ' ,
3030}
3131
3232export const depsList : Record < string , string > = {
33- '@arkstack/common' : '^0.1.30' ,
34- '@arkstack/console' : '^0.1.30' ,
35- '@arkstack/contract' : '^0.1.30' ,
36- '@arkstack/driver-h3' : '^0.1.30' ,
37- '@arkstack/driver-express' : '^0.1.30'
33+ '@arkstack/common' : '^0.2.0' ,
34+ '@arkstack/console' : '^0.2.0' ,
35+ '@arkstack/contract' : '^0.2.0' ,
36+ '@arkstack/driver-h3' : '^0.2.0' ,
37+ '@arkstack/filesystem' : '^0.2.0' ,
38+ '@arkstack/driver-express' : '^0.2.0' ,
3839}
You can’t perform that action at this time.
0 commit comments