@cabloy/module-glob 5.1.11 → 5.1.12
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 +5 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -112,6 +112,11 @@ async function __loadPackage(context, modules) {
|
|
|
112
112
|
const moduleNode = getPackageModuleNode(context.options.projectMode);
|
|
113
113
|
const capabilities = module.package[moduleNode]?.capabilities;
|
|
114
114
|
module.info.capabilities = capabilities;
|
|
115
|
+
module.info.onionsMeta = {
|
|
116
|
+
onions: module.package[moduleNode]?.onions,
|
|
117
|
+
metas: module.package[moduleNode]?.metas,
|
|
118
|
+
onionsConfig: module.package[moduleNode]?.onionsConfig,
|
|
119
|
+
};
|
|
115
120
|
}
|
|
116
121
|
}
|
|
117
122
|
function __orderModules(context, modules) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cabloy/module-glob",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.12",
|
|
4
4
|
"description": "cabloy module-glob",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"boxen": "^4.2.0",
|
|
33
33
|
"chalk": "^3.0.0",
|
|
34
34
|
"egg-born-utils": "^1.2.0",
|
|
35
|
-
"@cabloy/module-info": "^1.2.
|
|
36
|
-
"@cabloy/utils": "^1.0.
|
|
35
|
+
"@cabloy/module-info": "^1.2.7",
|
|
36
|
+
"@cabloy/utils": "^1.0.3"
|
|
37
37
|
},
|
|
38
38
|
"gitHead": "2d40c063c115b230fdbc89f5a78b4412ebd0dfc9",
|
|
39
39
|
"scripts": {
|