@dschz/solid-flow 0.1.1 → 0.1.3

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 +28 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dschz/solid-flow",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
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>",
@@ -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
- "node-based UI",
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
- "solidjs",
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": [
@@ -94,12 +116,8 @@
94
116
  "default": "./dist/index/index.js"
95
117
  }
96
118
  },
97
- "./styles": {
98
- "import": {
99
- "types": "./dist/styles/index.d.ts",
100
- "default": "./dist/styles/index.js"
101
- }
102
- }
119
+ "./styles": "./dist/styles/index.css",
120
+ "./dist/style.css": "./dist/styles/index.css"
103
121
  },
104
122
  "typesVersions": {
105
123
  "*": {