@flowgram.ai/coze-editor 0.5.3 → 0.5.5
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowgram.ai/coze-editor",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
|
+
"description": "This is the proxy for @coze-editor/editor, to make sure the version of coze-editor is the same as @flowgram.ai/form-materials",
|
|
4
5
|
"homepage": "https://flowgram.ai/",
|
|
5
6
|
"repository": "https://github.com/bytedance/flowgram.ai",
|
|
6
7
|
"license": "MIT",
|
|
@@ -107,8 +108,8 @@
|
|
|
107
108
|
"vitest": "^3.2.4",
|
|
108
109
|
"cross-env": "~7.0.3",
|
|
109
110
|
"@rslib/core": "~0.12.4",
|
|
110
|
-
"@flowgram.ai/eslint-config": "0.5.
|
|
111
|
-
"@flowgram.ai/ts-config": "0.5.
|
|
111
|
+
"@flowgram.ai/eslint-config": "0.5.5",
|
|
112
|
+
"@flowgram.ai/ts-config": "0.5.5"
|
|
112
113
|
},
|
|
113
114
|
"peerDependencies": {
|
|
114
115
|
"react": ">=16.8",
|