@boltic/cli 1.0.9 → 1.0.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boltic/cli",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "A powerful CLI tool for managing Boltic Workflow integrations",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -554,6 +554,9 @@ const slider = {
554
554
  requiredDetail: {
555
555
  errorMsg: "Value is required",
556
556
  },
557
+ infoDetail: {
558
+ infoMsg: "Choose a value between 10 and 90",
559
+ },
557
560
  },
558
561
  },
559
562
  };