@byteluck-fe/model-driven-engine 2.8.0-alpha.2 → 2.8.0-alpha.3

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.
@@ -61,7 +61,7 @@ declare class Engine extends Watcher<EventKeys> {
61
61
  use(plugin: Plugin): this;
62
62
  registerControl(...arg: Parameters<Runtime['register']>): this;
63
63
  static register(control: ControlExport): typeof import("@byteluck-fe/model-driven-core").RegisterControls;
64
- static judgeControlIsRegistered(control: Parameters<typeof Runtime['register']>[0]): boolean;
64
+ static judgeControlIsRegistered(control: Parameters<(typeof Runtime)['register']>[0]): boolean;
65
65
  mount(): void;
66
66
  destroy(): void;
67
67
  private _handlerProxyState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-engine",
3
- "version": "2.8.0-alpha.2",
3
+ "version": "2.8.0-alpha.3",
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": "73788436f54b0fc6b1c826acb1d9faef8eed24f0"
37
+ "gitHead": "ad56c92e56da01912f51d40ae5afff9f05d4b41f"
38
38
  }