@astral/validations 4.14.3 → 4.14.4

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.
@@ -1,5 +1,5 @@
1
1
  import { createErrorCode } from '../core';
2
2
  export const INN_FL_ERROR_INFO = {
3
3
  code: createErrorCode('innFL'),
4
- message: 'Некорректный ИНН ФЛ',
4
+ message: 'Проверьте ИНН',
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { createErrorCode } from '../core';
2
2
  export const INN_IP_ERROR_INFO = {
3
3
  code: createErrorCode('innIP'),
4
- message: 'Некорректный ИНН ИП',
4
+ message: 'Проверьте ИНН',
5
5
  };
@@ -1,7 +1,7 @@
1
1
  import { createErrorCode } from '../core';
2
2
  export const INN_UL_ERROR_INFO = {
3
3
  code: createErrorCode('innUL'),
4
- message: 'Некорректный ИНН ЮЛ',
4
+ message: 'Проверьте ИНН',
5
5
  };
6
6
  export const INN_UL_LENGTH = 10;
7
7
  export const INN_UL_DECODING = [2, 4, 10, 3, 5, 9, 4, 6, 8];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/validations",
3
- "version": "4.14.3",
3
+ "version": "4.14.4",
4
4
  "browser": "./index.js",
5
5
  "main": "./index.js",
6
6
  "dependencies": {