@byteluck-fe/model-driven-engine 1.7.6-bete.2 → 1.7.6-bete.4

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.
@@ -54,6 +54,11 @@ declare class Engine extends Watcher<EventKeys> {
54
54
  private actionManager;
55
55
  private dataManager?;
56
56
  private _jobTasks;
57
+ /**
58
+ * 用于存储运行态无需proxy的数据
59
+ * from v1.7.6-beta
60
+ */
61
+ private rawStore;
57
62
  constructor(props: EngineProps);
58
63
  private debugLog;
59
64
  use(plugin: Plugin): this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-engine",
3
- "version": "1.7.6-bete.2",
3
+ "version": "1.7.6-bete.4",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -22,12 +22,12 @@
22
22
  "postpublish": "node ../../scripts/postpublish.js"
23
23
  },
24
24
  "dependencies": {
25
- "@byteluck-fe/model-driven-core": "1.7.6-bete.2",
25
+ "@byteluck-fe/model-driven-core": "1.7.6-bete.3",
26
26
  "@byteluck-fe/model-driven-shared": "^1.7.5",
27
27
  "mathjs": "^11.3.3"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "~18.0.3"
31
31
  },
32
- "gitHead": "d18aa03a9c85475941f5856db8a25c29ef6f3a3b"
32
+ "gitHead": "f9722c4cb843acc6e2469541dc27ceac49e737c6"
33
33
  }