@flowgram.ai/editor 0.4.8 → 0.4.10
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +22 -22
package/dist/index.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ export * from '@flowgram.ai/node';
|
|
|
2
2
|
export { FormModelV2 as FormModel } from '@flowgram.ai/node';
|
|
3
3
|
export * from '@flowgram.ai/utils';
|
|
4
4
|
import * as _flowgram_ai_core from '@flowgram.ai/core';
|
|
5
|
-
import { PluginContext, Plugin, PluginsProvider,
|
|
5
|
+
import { PluginContext, Plugin, PluginsProvider, Playground, PlaygroundConfigRevealOpts } from '@flowgram.ai/core';
|
|
6
6
|
export * from '@flowgram.ai/core';
|
|
7
7
|
export { PlaygroundReactRenderer as EditorRenderer } from '@flowgram.ai/core';
|
|
8
8
|
import { FlowDocument, FlowDocumentJSON, FlowNodeRegistry, FlowNodeType, FlowNodeEntity, FlowNodeJSON } from '@flowgram.ai/document';
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export * from '@flowgram.ai/node';
|
|
|
2
2
|
export { FormModelV2 as FormModel } from '@flowgram.ai/node';
|
|
3
3
|
export * from '@flowgram.ai/utils';
|
|
4
4
|
import * as _flowgram_ai_core from '@flowgram.ai/core';
|
|
5
|
-
import { PluginContext, Plugin, PluginsProvider,
|
|
5
|
+
import { PluginContext, Plugin, PluginsProvider, Playground, PlaygroundConfigRevealOpts } from '@flowgram.ai/core';
|
|
6
6
|
export * from '@flowgram.ai/core';
|
|
7
7
|
export { PlaygroundReactRenderer as EditorRenderer } from '@flowgram.ai/core';
|
|
8
8
|
import { FlowDocument, FlowDocumentJSON, FlowNodeRegistry, FlowNodeType, FlowNodeEntity, FlowNodeJSON } from '@flowgram.ai/document';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowgram.ai/editor",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.10",
|
|
4
4
|
"homepage": "https://flowgram.ai/",
|
|
5
5
|
"repository": "https://github.com/bytedance/flowgram.ai",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,25 +18,25 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"inversify": "^6.0.1",
|
|
20
20
|
"reflect-metadata": "~0.2.2",
|
|
21
|
-
"@flowgram.ai/
|
|
22
|
-
"@flowgram.ai/
|
|
23
|
-
"@flowgram.ai/
|
|
24
|
-
"@flowgram.ai/form
|
|
25
|
-
"@flowgram.ai/
|
|
26
|
-
"@flowgram.ai/group-plugin": "0.4.
|
|
27
|
-
"@flowgram.ai/history": "0.4.
|
|
28
|
-
"@flowgram.ai/history-node-plugin": "0.4.
|
|
29
|
-
"@flowgram.ai/
|
|
30
|
-
"@flowgram.ai/
|
|
31
|
-
"@flowgram.ai/
|
|
32
|
-
"@flowgram.ai/
|
|
33
|
-
"@flowgram.ai/node-variable-plugin": "0.4.
|
|
34
|
-
"@flowgram.ai/
|
|
35
|
-
"@flowgram.ai/
|
|
36
|
-
"@flowgram.ai/
|
|
37
|
-
"@flowgram.ai/
|
|
38
|
-
"@flowgram.ai/
|
|
39
|
-
"@flowgram.ai/
|
|
21
|
+
"@flowgram.ai/background-plugin": "0.4.10",
|
|
22
|
+
"@flowgram.ai/document": "0.4.10",
|
|
23
|
+
"@flowgram.ai/core": "0.4.10",
|
|
24
|
+
"@flowgram.ai/form": "0.4.10",
|
|
25
|
+
"@flowgram.ai/form-core": "0.4.10",
|
|
26
|
+
"@flowgram.ai/group-plugin": "0.4.10",
|
|
27
|
+
"@flowgram.ai/history": "0.4.10",
|
|
28
|
+
"@flowgram.ai/history-node-plugin": "0.4.10",
|
|
29
|
+
"@flowgram.ai/materials-plugin": "0.4.10",
|
|
30
|
+
"@flowgram.ai/node-core-plugin": "0.4.10",
|
|
31
|
+
"@flowgram.ai/node": "0.4.10",
|
|
32
|
+
"@flowgram.ai/i18n-plugin": "0.4.10",
|
|
33
|
+
"@flowgram.ai/node-variable-plugin": "0.4.10",
|
|
34
|
+
"@flowgram.ai/playground-react": "0.4.10",
|
|
35
|
+
"@flowgram.ai/redux-devtool-plugin": "0.4.10",
|
|
36
|
+
"@flowgram.ai/utils": "0.4.10",
|
|
37
|
+
"@flowgram.ai/shortcuts-plugin": "0.4.10",
|
|
38
|
+
"@flowgram.ai/variable-plugin": "0.4.10",
|
|
39
|
+
"@flowgram.ai/renderer": "0.4.10"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/bezier-js": "4.1.3",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"tsup": "^8.0.1",
|
|
51
51
|
"typescript": "^5.8.3",
|
|
52
52
|
"vitest": "^0.34.6",
|
|
53
|
-
"@flowgram.ai/
|
|
54
|
-
"@flowgram.ai/
|
|
53
|
+
"@flowgram.ai/eslint-config": "0.4.10",
|
|
54
|
+
"@flowgram.ai/ts-config": "0.4.10"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"react": ">=16.8",
|