@boltic/cli 1.0.35 → 1.0.37

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.35",
3
+ "version": "1.0.37",
4
4
  "description": "A powerful CLI tool for managing Boltic Workflow integrations - create, sync, test, and publish integrations with ease",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -1085,6 +1085,8 @@ const datetime = {
1085
1085
  htmlProps: {
1086
1086
  format: "YYYY-MM-DD HH:mm:ss",
1087
1087
  disabled: false,
1088
+ outputFormat: "YYYY-MM-DD",
1089
+ unixUnit: "milliseconds",
1088
1090
  timeSteps: {
1089
1091
  hours: 1,
1090
1092
  minutes: 5,