vona-core 5.0.122 → 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 = '::';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vona-core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.124",
|
|
5
5
|
"description": "vona",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"@cabloy/extend": "^3.1.11",
|
|
30
30
|
"@cabloy/json5": "^1.0.19",
|
|
31
31
|
"@cabloy/localeutil": "^2.0.11",
|
|
32
|
-
"@cabloy/module-info": "^1.3.
|
|
33
|
-
"@cabloy/module-info-pro": "^1.0.
|
|
32
|
+
"@cabloy/module-info": "^1.3.34",
|
|
33
|
+
"@cabloy/module-info-pro": "^1.0.42",
|
|
34
34
|
"@cabloy/type-fest": "^5.3.1",
|
|
35
|
-
"@cabloy/utils": "^2.0.
|
|
35
|
+
"@cabloy/utils": "^2.0.12",
|
|
36
36
|
"@cabloy/word-utils": "^2.0.2",
|
|
37
37
|
"@cabloy/zod-errors-custom": "^2.0.6",
|
|
38
38
|
"@cabloy/zod-openapi": "^1.0.8",
|