@budibase/shared-core 3.2.1 → 3.2.2

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/dist/index.js CHANGED
@@ -17958,7 +17958,7 @@ function getNextExecutionDates(cronExpression, limit2 = 4) {
17958
17958
  }
17959
17959
  function validate(cronExpression) {
17960
17960
  const result = (0, import_cron_validate.default)(cronExpression, {
17961
- preset: "npm-node-cron",
17961
+ preset: "npm-cron-schedule",
17962
17962
  override: {
17963
17963
  useSeconds: false
17964
17964
  }