vona-core 5.0.123 → 5.0.124

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.js CHANGED
@@ -1685,7 +1685,9 @@ const errorsInternal = {
1685
1685
  '508': 'Loop Detected',
1686
1686
  '509': 'Bandwidth Limit Exceeded',
1687
1687
  '510': 'Not Extended',
1688
- '511': 'Network Authentication Required'
1688
+ '511': 'Network Authentication Required',
1689
+ '700': 'Exit',
1690
+ '701': 'Reload'
1689
1691
  };
1690
1692
 
1691
1693
  const LocaleModuleNameSeparator = '::';
@@ -64,6 +64,8 @@ export declare const errorsInternal: {
64
64
  '509': string;
65
65
  '510': string;
66
66
  '511': string;
67
+ '700': string;
68
+ '701': string;
67
69
  };
68
70
  export type TypeErrorsInternal = typeof errorsInternal;
69
71
  export type TypeErrorsInternalKeys = keyof TypeErrorsInternal;
@@ -66,6 +66,8 @@ declare const _default: {
66
66
  '509': string;
67
67
  '510': string;
68
68
  '511': string;
69
+ '700': string;
70
+ '701': string;
69
71
  };
70
72
  'zh-cn': {
71
73
  ValidationFailedDev: string;
@@ -65,5 +65,7 @@ declare const _default: {
65
65
  '509': string;
66
66
  '510': string;
67
67
  '511': string;
68
+ '700': string;
69
+ '701': string;
68
70
  };
69
71
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-core",
3
3
  "type": "module",
4
- "version": "5.0.123",
4
+ "version": "5.0.124",
5
5
  "description": "vona",
6
6
  "publishConfig": {
7
7
  "access": "public"