File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " wmiocli" ,
3- "version" : " 2021.1.0 " ,
3+ "version" : " 2024.11.1 " ,
44 "description" : " webMethods.io Integration API CLI Tool" ,
55 "bin" : {
66 "wmiocli" : " ./wmiocli.js"
1010 },
1111 "repository" : {
1212 "type" : " git" ,
13- "url" : " git+https://github.com/dpembo /wmiocli.git"
13+ "url" : " git+https://github.com/SoftwareAG/webmethods-io-integration-apicli /wmiocli.git"
1414 },
1515 "keywords" : [
1616 " webMethods.io" ,
2020 "author" : " Dave Pemberton" ,
2121 "license" : " Apache-2.0" ,
2222 "bugs" : {
23- "url" : " https://github.com/dpembo/wmiocli /issues"
23+ "url" : " https://github.com/SoftwareAG/webmethods-io-integration-apicli /issues"
2424 },
25- "homepage" : " https://github.com/dpembo/wmiocli #readme" ,
25+ "homepage" : " https://github.com/SoftwareAG/webmethods-io-integration-apicli #readme" ,
2626 "devDependencies" : {
2727 "commander" : " ^12.1.0"
2828 },
2929 "dependencies" : {
30+ "commander" : " ^12.1.0" ,
3031 "formdata-node" : " ^6.0.3" ,
3132 "https-proxy-agent" : " ^7.0.5" ,
3233 "log4js" : " ^6.9.1" ,
Original file line number Diff line number Diff line change 44 * Apache-2.0
55 */
66
7- const versionNo = "2024.11.0 "
7+ const versionNo = "2024.11.1 "
88const { Command, Option } = require ( 'commander' ) ;
99const { exit } = require ( 'process' ) ;
1010const readline = require ( 'readline-sync' ) ;
You can’t perform that action at this time.
0 commit comments