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 1
1
{
2
2
"name" : " wmiocli" ,
3
- "version" : " 2021.1.0 " ,
3
+ "version" : " 2024.11.1 " ,
4
4
"description" : " webMethods.io Integration API CLI Tool" ,
5
5
"bin" : {
6
6
"wmiocli" : " ./wmiocli.js"
10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " git+https://github.com/dpembo /wmiocli.git"
13
+ "url" : " git+https://github.com/SoftwareAG/webmethods-io-integration-apicli /wmiocli.git"
14
14
},
15
15
"keywords" : [
16
16
" webMethods.io" ,
20
20
"author" : " Dave Pemberton" ,
21
21
"license" : " Apache-2.0" ,
22
22
"bugs" : {
23
- "url" : " https://github.com/dpembo/wmiocli /issues"
23
+ "url" : " https://github.com/SoftwareAG/webmethods-io-integration-apicli /issues"
24
24
},
25
- "homepage" : " https://github.com/dpembo/wmiocli #readme" ,
25
+ "homepage" : " https://github.com/SoftwareAG/webmethods-io-integration-apicli #readme" ,
26
26
"devDependencies" : {
27
27
"commander" : " ^12.1.0"
28
28
},
29
29
"dependencies" : {
30
+ "commander" : " ^12.1.0" ,
30
31
"formdata-node" : " ^6.0.3" ,
31
32
"https-proxy-agent" : " ^7.0.5" ,
32
33
"log4js" : " ^6.9.1" ,
Original file line number Diff line number Diff line change 4
4
* Apache-2.0
5
5
*/
6
6
7
- const versionNo = "2024.11.0 "
7
+ const versionNo = "2024.11.1 "
8
8
const { Command, Option } = require ( 'commander' ) ;
9
9
const { exit } = require ( 'process' ) ;
10
10
const readline = require ( 'readline-sync' ) ;
You can’t perform that action at this time.
0 commit comments