vona-core 5.0.125 → 5.0.127

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -202,7 +202,7 @@ class AppUtil extends BeanSimple {
202
202
  moduleTarget.mainInstance[monkeyName](...monkeyData);
203
203
  }
204
204
  // module monkey
205
- forEachSync(ebModulesMonkey, order, async moduleMonkey => {
205
+ forEachSync(ebModulesMonkey, order, moduleMonkey => {
206
206
  if (moduleMonkey.monkeyInstance && moduleMonkey.monkeyInstance[monkeyName]) {
207
207
  if (moduleTarget === undefined) {
208
208
  // @ts-ignore ignore
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-core",
3
3
  "type": "module",
4
- "version": "5.0.125",
4
+ "version": "5.0.127",
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.34",
33
- "@cabloy/module-info-pro": "^1.0.42",
32
+ "@cabloy/module-info": "^1.3.35",
33
+ "@cabloy/module-info-pro": "^1.0.43",
34
34
  "@cabloy/type-fest": "^5.3.1",
35
- "@cabloy/utils": "^2.0.13",
35
+ "@cabloy/utils": "^2.0.14",
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",