File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66/tmp
77/yarn.lock
88node_modules
9+ .vscode /
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020 Contentstack Solutions
3+ Copyright (c) 2023 Contentstack Solutions
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11{
22 "name" : " contentstack-cli-tsgen" ,
33 "description" : " Generate TypeScript typings from a Stack." ,
4- "version" : " 1.0.13 " ,
4+ "version" : " 1.0.14 " ,
55 "author" : " Michael Davis" ,
66 "bugs" : " https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/issues" ,
77 "dependencies" : {
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export default class TypeScriptCodeGeneratorCommand extends Command {
4747
4848 async run ( ) {
4949 try {
50- const { flags} = this . parse ( TypeScriptCodeGeneratorCommand )
50+ const { flags} = await this . parse ( TypeScriptCodeGeneratorCommand )
5151
5252 const token = this . getToken ( flags [ 'token-alias' ] )
5353 const prefix = flags . prefix
You can’t perform that action at this time.
0 commit comments