@forwardslashns/taskit-validation-messages 1.10.27 → 1.10.30

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.
@@ -143,7 +143,7 @@ exports.TEMPLATE_RECURRENCE_SETTINGS = (0, validation_message_types_1.defineVali
143
143
  },
144
144
  DUE_DAY_INVALID: {
145
145
  severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
146
- message: 'Due day must be a value between 0 and 31.',
146
+ message: 'Due day must be a value between 0 and 28.',
147
147
  affectedFields: ['dueDay'],
148
148
  },
149
149
  EXTEND_MONTH_REQUIRED: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardslashns/taskit-validation-messages",
3
- "version": "1.10.27",
3
+ "version": "1.10.30",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "commonjs",
@@ -148,7 +148,7 @@ export const TEMPLATE_RECURRENCE_SETTINGS = defineValidationFeatureMessages({
148
148
  },
149
149
  DUE_DAY_INVALID: {
150
150
  severity: VALIDATION_SEVERITY.ERROR,
151
- message: 'Due day must be a value between 0 and 31.',
151
+ message: 'Due day must be a value between 0 and 28.',
152
152
  affectedFields: ['dueDay'],
153
153
  },
154
154
  EXTEND_MONTH_REQUIRED: {