@astral/validations 4.14.5 → 4.14.6

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,6 +1,6 @@
1
1
  import { createErrorCode } from '../core';
2
2
  export const OGRN_IP_ERROR_INFO = {
3
3
  code: createErrorCode('ogrnIP'),
4
- message: 'Некорректный ОГРН ИП',
4
+ message: 'Проверьте ОГРНИП',
5
5
  };
6
6
  export const OGRN_IP_LENGTH = 15;
@@ -1,6 +1,6 @@
1
1
  import { createErrorCode } from '../core';
2
2
  export const OGRN_UL_ERROR_INFO = {
3
3
  code: createErrorCode('ogrnUL'),
4
- message: 'Некорректный ОГРН ЮЛ',
4
+ message: 'Проверьте ОГРН',
5
5
  };
6
6
  export const OGRN_UL_LENGTH = 13;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/validations",
3
- "version": "4.14.5",
3
+ "version": "4.14.6",
4
4
  "browser": "./index.js",
5
5
  "main": "./index.js",
6
6
  "dependencies": {
@@ -1,7 +1,7 @@
1
1
  import { createErrorCode } from '../core';
2
2
  export const SNILS_ERROR_INFO = {
3
3
  code: createErrorCode('snils'),
4
- message: 'Некорректный СНИЛС',
4
+ message: 'Проверьте СНИЛС',
5
5
  };
6
6
  export const RESTRICTED_VALUES = ['00000000000'];
7
7
  export const DEFAULT_CHECKED_SUM = [0, 100, 101];