@particle-academy/fancy-flow 0.37.0 → 0.38.0
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 +13 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-academy/fancy-flow",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.0",
|
|
4
4
|
"description": "Workflow editor + runner. Six built-in node kits (trigger / action / decision / output / note / subgraph), tokenized theme, topological execution with per-node status. React-flow bundled; consumers npm install fancy-flow and get nothing extra.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -148,11 +148,11 @@
|
|
|
148
148
|
],
|
|
149
149
|
"peerDependencies": {
|
|
150
150
|
"@particle-academy/fancy-cms-ui": ">=0.2",
|
|
151
|
+
"@particle-academy/fancy-screens": ">=0.4 <2.0",
|
|
151
152
|
"@particle-academy/react-fancy": ">=3",
|
|
152
153
|
"ai": ">=5",
|
|
153
|
-
"react": "^
|
|
154
|
-
"react-dom": "^
|
|
155
|
-
"@particle-academy/fancy-screens": ">=0.4 <2.0"
|
|
154
|
+
"react": "^19.0.0",
|
|
155
|
+
"react-dom": "^19.0.0"
|
|
156
156
|
},
|
|
157
157
|
"dependencies": {
|
|
158
158
|
"@particle-academy/fancy-auto-common": ">=0.1 <2.0"
|
|
@@ -160,25 +160,25 @@
|
|
|
160
160
|
"devDependencies": {
|
|
161
161
|
"@dagrejs/dagre": "^3.0.0",
|
|
162
162
|
"@particle-academy/fancy-cms-ui": "^0.2.0",
|
|
163
|
+
"@particle-academy/fancy-screens": "^0.4.3",
|
|
163
164
|
"@particle-academy/react-fancy": "^4.15.0",
|
|
164
165
|
"@testing-library/dom": "^10.4.1",
|
|
165
166
|
"@testing-library/react": "^16.3.2",
|
|
166
|
-
"@types/react": "^19.
|
|
167
|
-
"@types/react-dom": "^19.
|
|
167
|
+
"@types/react": "^19.2.0",
|
|
168
|
+
"@types/react-dom": "^19.2.0",
|
|
168
169
|
"@xyflow/react": "^12.4.0",
|
|
169
170
|
"ai": "^7.0.31",
|
|
170
171
|
"clsx": "^2.1.0",
|
|
171
172
|
"eslint": "^10.8.0",
|
|
172
173
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
173
174
|
"jsdom": "^29.1.1",
|
|
174
|
-
"react": "^19.
|
|
175
|
-
"react-dom": "^19.
|
|
175
|
+
"react": "^19.2.0",
|
|
176
|
+
"react-dom": "^19.2.0",
|
|
176
177
|
"tsup": "^8.0.0",
|
|
177
178
|
"typescript": "^5.7.0",
|
|
178
179
|
"typescript-eslint": "^8.65.0",
|
|
179
180
|
"vitest": "^3.2.6",
|
|
180
|
-
"zod": "^4.4.3"
|
|
181
|
-
"@particle-academy/fancy-screens": "^0.4.3"
|
|
181
|
+
"zod": "^4.4.3"
|
|
182
182
|
},
|
|
183
183
|
"publishConfig": {
|
|
184
184
|
"access": "public"
|
|
@@ -203,5 +203,8 @@
|
|
|
203
203
|
"@particle-academy/fancy-screens": {
|
|
204
204
|
"optional": true
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"engines": {
|
|
208
|
+
"node": ">=22"
|
|
206
209
|
}
|
|
207
210
|
}
|