@easy-editor/react-renderer 0.0.15 → 0.0.17

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/index.js CHANGED
@@ -1757,7 +1757,7 @@ function baseRendererFactory() {
1757
1757
  * execute method in schema.lifeCycles
1758
1758
  */
1759
1759
  __executeLifeCycleMethod = (method, args) => {
1760
- // construct 场景下,跳过判断
1760
+ // 跳过 construct 的执行
1761
1761
  if (this.context) {
1762
1762
  const {
1763
1763
  engine
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easy-editor/react-renderer",
3
- "version": "0.0.15",
3
+ "version": "0.0.17",
4
4
  "description": "React Renderer package for EasyEditor.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -40,7 +40,7 @@
40
40
  "url": "https://github.com/Easy-Editor/EasyEditor/issues"
41
41
  },
42
42
  "peerDependencies": {
43
- "@easy-editor/core": "^0.0.14",
43
+ "@easy-editor/core": "^0.0.15",
44
44
  "mobx-react": "^9.2.0",
45
45
  "react": "^18 || ^19",
46
46
  "react-dom": "^18 || ^19",
@@ -56,7 +56,7 @@
56
56
  "@types/lodash-es": "^4.17.12",
57
57
  "@types/prop-types": "^15.7.14",
58
58
  "@types/react-is": "^18.3.0",
59
- "@easy-editor/core": "0.0.14"
59
+ "@easy-editor/core": "0.0.15"
60
60
  },
61
61
  "scripts": {
62
62
  "dev": "deno run --watch ./src/index.ts",