@byteluck-fe/model-driven-engine 2.7.0-alpha.29a → 2.7.0-alpha.30a
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.
|
@@ -21,7 +21,7 @@ export declare class ES6ModulePlugin implements Plugin {
|
|
|
21
21
|
private engine;
|
|
22
22
|
private env;
|
|
23
23
|
private eventJs;
|
|
24
|
-
constructor(config: ActionConfig, env: any, eventJs
|
|
24
|
+
constructor(config: ActionConfig, env: any, eventJs: any);
|
|
25
25
|
apply(engine: Engine): void;
|
|
26
26
|
}
|
|
27
27
|
export declare function parseModule(action: ActionConfig, engine: Engine, env: any): Module | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-engine",
|
|
3
|
-
"version": "2.7.0-alpha.
|
|
3
|
+
"version": "2.7.0-alpha.30a",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "~18.0.6"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "e391dcad620e5c394659df9c51d47a81c571ede4"
|
|
38
38
|
}
|