@forwardslashns/taskit-validation-messages 1.0.26 → 1.0.27

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.
@@ -213,7 +213,7 @@ export declare const VALIDATION_MESSAGES: {
213
213
  readonly STATES_STARTING_DATE_NOT_POPULATED: {
214
214
  readonly message: "States Starting Date cannot be Empty";
215
215
  };
216
- readonly NOT_ALIGNED_STATE_STARTING_ENDING_DATE: {
216
+ readonly NOT_ALIGNED_STATES_STARTING_ENDING_DATE: {
217
217
  readonly message: "State starting date needs to be before the ending date";
218
218
  };
219
219
  readonly NOT_ALIGNED_DATE_ESTABLISHED_STATES_STARTING_DATE: {
@@ -217,7 +217,7 @@ exports.VALIDATION_MESSAGES = {
217
217
  STATES_STARTING_DATE_NOT_POPULATED: {
218
218
  message: `States Starting Date cannot be Empty`,
219
219
  },
220
- NOT_ALIGNED_STATE_STARTING_ENDING_DATE: {
220
+ NOT_ALIGNED_STATES_STARTING_ENDING_DATE: {
221
221
  message: `State starting date needs to be before the ending date`,
222
222
  },
223
223
  NOT_ALIGNED_DATE_ESTABLISHED_STATES_STARTING_DATE: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardslashns/taskit-validation-messages",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "commonjs",
@@ -214,7 +214,7 @@ export const VALIDATION_MESSAGES = {
214
214
  STATES_STARTING_DATE_NOT_POPULATED: {
215
215
  message: `States Starting Date cannot be Empty`,
216
216
  },
217
- NOT_ALIGNED_STATE_STARTING_ENDING_DATE: {
217
+ NOT_ALIGNED_STATES_STARTING_ENDING_DATE: {
218
218
  message: `State starting date needs to be before the ending date`,
219
219
  },
220
220
  NOT_ALIGNED_DATE_ESTABLISHED_STATES_STARTING_DATE: {