@elyx-code/project-logic-tree 0.0.6982 → 0.0.6983
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.cjs +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -106727,7 +106727,7 @@ function kpi(s, p) {
|
|
|
106727
106727
|
i.push(
|
|
106728
106728
|
new Wi({
|
|
106729
106729
|
id: s.id + "--cron-must-have-six-fields",
|
|
106730
|
-
message: `
|
|
106730
|
+
message: `Elyx Cron expressions must have exactly 6 fields separated by spaces (Minutes, Hours, Day-of-month, Month, Day-of-week, Year). Currently has ${c.length}.`,
|
|
106731
106731
|
severity: ve.Error,
|
|
106732
106732
|
code: "cron-must-have-six-fields",
|
|
106733
106733
|
entity: s
|
|
@@ -106738,7 +106738,7 @@ function kpi(s, p) {
|
|
|
106738
106738
|
e !== "?" && f !== "?" && (i.push(
|
|
106739
106739
|
new Wi({
|
|
106740
106740
|
id: s.id + "--cron-day-of-month-and-week-conflict",
|
|
106741
|
-
message: "
|
|
106741
|
+
message: "Elyx restricts defining both Day-of-month and Day-of-week simultaneously. If you specify one, the other must be '?'",
|
|
106742
106742
|
severity: ve.Error,
|
|
106743
106743
|
code: "cron-day-of-month-and-week-conflict",
|
|
106744
106744
|
entity: s
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elyx-code/project-logic-tree",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6983",
|
|
4
4
|
"author": "Sergio Herrero",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",
|