@boltic/cli 1.0.35 → 1.0.36

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.36",
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": {
@@ -711,6 +711,8 @@ const date = {
711
711
  views: undefined,
712
712
  timeSteps: { hours: 1, minutes: 5, seconds: 5 },
713
713
  allowDynamic: false,
714
+ outputFormat: "YYYY-MM-DD",
715
+ unixUnit: "milliseconds",
714
716
  },
715
717
  validation: {
716
718
  required: false,