@chamn/engine 0.5.2 → 0.6.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.
package/dist/type.d.ts CHANGED
@@ -25,4 +25,7 @@ export type EngineProps = {
25
25
  renderProps?: Partial<RenderPropsType>;
26
26
  /** 配置 workbench 的属性,初始化时生效,后续修改不会生效,只能通过 API 变更 */
27
27
  workbenchConfig?: Partial<WorkbenchPropsType>;
28
+ monacoEditor?: {
29
+ cndUrl?: string;
30
+ };
28
31
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chamn/engine",
3
- "version": "0.5.2",
3
+ "version": "0.6.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -37,9 +37,9 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@ant-design/icons": "^5.4.0",
40
- "@chamn/layout": "0.5.2",
41
- "@chamn/model": "0.5.2",
42
- "@chamn/render": "0.5.2",
40
+ "@chamn/layout": "0.6.0",
41
+ "@chamn/model": "0.6.0",
42
+ "@chamn/render": "0.6.0",
43
43
  "@dagrejs/dagre": "^1.1.4",
44
44
  "@dnd-kit/core": "^6.0.7",
45
45
  "@dnd-kit/modifiers": "^6.0.1",
@@ -62,8 +62,8 @@
62
62
  },
63
63
  "devDependencies": {
64
64
  "@babel/core": "^7.21.0",
65
- "@chamn/build-script": "0.5.2",
66
- "@chamn/demo-page": "0.5.2",
65
+ "@chamn/build-script": "0.6.0",
66
+ "@chamn/demo-page": "0.6.0",
67
67
  "@chromatic-com/storybook": "^3.2.3",
68
68
  "@storybook/addon-essentials": "^8.4.7",
69
69
  "@storybook/addon-interactions": "^8.4.7",
@@ -94,5 +94,5 @@
94
94
  "storybook": "^8.4.7"
95
95
  },
96
96
  "config": {},
97
- "gitHead": "12e9790a58cc17d0f3f136cf04b6e96a8bbfaeb2"
97
+ "gitHead": "b23905f0161ea8952871e47c19eaff3453f0dcba"
98
98
  }