@dschz/solid-flow 0.1.0 → 0.1.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.
- package/package.json +27 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dschz/solid-flow",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Solid Flow - A highly customizable Solid library for building node-based editors, workflow systems, diagrams and more.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Daniel Sanchez <dsanc89@icloud.com>",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"homepage": "https://github.com/dsnchz/solid-flow#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/dsnchz/solid-
|
|
11
|
+
"url": "https://github.com/dsnchz/solid-flow.git"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
14
|
"url": "https://github.com/dsnchz/solid-flow/issues"
|
|
@@ -17,14 +17,36 @@
|
|
|
17
17
|
"access": "public"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
|
+
"ai workflows",
|
|
21
|
+
"automation",
|
|
22
|
+
"canvas",
|
|
20
23
|
"diagram",
|
|
24
|
+
"diagramming",
|
|
25
|
+
"drag and drop",
|
|
26
|
+
"flow",
|
|
27
|
+
"flow chart",
|
|
28
|
+
"flowchart",
|
|
29
|
+
"g6",
|
|
21
30
|
"graph",
|
|
22
|
-
"
|
|
31
|
+
"graph editor",
|
|
32
|
+
"graph visualization",
|
|
33
|
+
"llm workflows",
|
|
34
|
+
"low-code",
|
|
35
|
+
"node editor",
|
|
36
|
+
"node-based editor",
|
|
37
|
+
"node-based ui",
|
|
38
|
+
"orchestration",
|
|
39
|
+
"reactflow",
|
|
23
40
|
"solid",
|
|
24
|
-
"
|
|
25
|
-
"solid-js",
|
|
41
|
+
"solid flow",
|
|
26
42
|
"solid-flow",
|
|
43
|
+
"solid-js",
|
|
44
|
+
"solidjs",
|
|
45
|
+
"svelteflow",
|
|
46
|
+
"visual programming",
|
|
27
47
|
"workflow",
|
|
48
|
+
"workflow builder",
|
|
49
|
+
"workflow editor",
|
|
28
50
|
"xyflow"
|
|
29
51
|
],
|
|
30
52
|
"files": [
|