We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0c5d3 commit 1f2287cCopy full SHA for 1f2287c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wmiocli",
3
- "version": "2024.11.1",
+ "version": "2025.7.17",
4
"description": "webMethods.io Integration API CLI Tool",
5
"bin": {
6
"wmiocli": "./wmiocli.js"
wmiocli.js
@@ -4,7 +4,7 @@
* Apache-2.0
*/
7
-const versionNo = "2024.11.1"
+const versionNo = "2025.07.17"
8
const { Command, Option } = require('commander');
9
const { exit } = require('process');
10
const readline = require('readline-sync');
0 commit comments