@sendmux/cli 1.3.1 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18362,5 +18362,5 @@
18362
18362
  ]
18363
18363
  }
18364
18364
  },
18365
- "version": "1.3.1"
18365
+ "version": "1.4.0"
18366
18366
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendmux/cli",
3
- "version": "1.3.1",
3
+ "version": "1.4.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "bin": {
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "@oclif/core": "4.11.4",
22
- "@sendmux/sdk": "1.3.0"
22
+ "@sendmux/sdk": "1.4.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "22.19.19",