@huanban/rulego-editor-react 1.0.1 → 1.0.2

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huanban/rulego-editor-react",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "RuleGo 编辑器 React 适配层 - WorkflowList / WorkflowInfoPanel / RuleGoEditor 独立组件 + Hooks",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
@@ -34,7 +34,7 @@
34
34
  "clean": "rm -rf dist"
35
35
  },
36
36
  "dependencies": {
37
- "@huanban/rulego-editor-core": "workspace:*",
37
+ "@huanban/rulego-editor-core": ">=1.0.0",
38
38
  "@logicflow/core": "2.1.11",
39
39
  "@logicflow/extension": "2.1.11"
40
40
  },
@@ -43,7 +43,7 @@
43
43
  "react-dom": ">=16.8.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@huanban/rulego-editor-core": "workspace:*",
46
+ "@huanban/rulego-editor-core": ">=1.0.0",
47
47
  "@logicflow/core": "2.1.11",
48
48
  "@logicflow/extension": "2.1.11",
49
49
  "typescript": "^5.4.0",