@byteluck-fe/model-driven-engine 2.22.0-beta.4 → 2.22.1-beta.0

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.
@@ -7,6 +7,7 @@ export type StyleConfig = {
7
7
  export declare class StylePlugin implements Plugin {
8
8
  private config;
9
9
  private engine;
10
- constructor(config: StyleConfig);
10
+ private isPc;
11
+ constructor(config: StyleConfig, isPC?: boolean);
11
12
  apply(engine: Engine): void;
12
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-engine",
3
- "version": "2.22.0-beta.4",
3
+ "version": "2.22.1-beta.0",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,13 +26,13 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-core": "2.22.0-beta.4",
30
- "@byteluck-fe/model-driven-shared": "2.21.0-beta.15",
29
+ "@byteluck-fe/model-driven-core": "2.22.1-beta.0",
30
+ "@byteluck-fe/model-driven-shared": "2.22.1-beta.0",
31
31
  "@types/mathjs": "^9.4.2",
32
32
  "mathjs": "^11.3.3"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "~18.0.6"
36
36
  },
37
- "gitHead": "07d07ec0e8e1997210577f263400229f084bde95"
37
+ "gitHead": "4c0c6557ace2ede9f67d368fa92f1799df6c2440"
38
38
  }