Skip to content

Commit 5805eac

Browse files
fixed dependency + upped version again
1 parent 9de1af8 commit 5805eac

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
@@ -10,7 +10,7 @@
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",
@@ -20,13 +20,14 @@
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",

wmiocli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apache-2.0
55
*/
66

7-
const versionNo = "2024.11.0"
7+
const versionNo = "2024.11.1"
88
const { Command, Option } = require('commander');
99
const { exit } = require('process');
1010
const readline = require('readline-sync');

0 commit comments

Comments
 (0)