@boltic/swirl 1.0.2 → 1.0.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 (4) hide show
  1. package/README.md +145 -346
  2. package/dist/swirl.es.js +48499 -45255
  3. package/dist/swirl.umd.js +267 -263
  4. package/package.json +8 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boltic/swirl",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Visual workflow builder library for React — drag-and-drop automation with React Flow and Material-UI",
5
5
  "type": "commonjs",
6
6
  "main": "dist/swirl.umd.js",
@@ -36,6 +36,9 @@
36
36
  ],
37
37
  "author": "Ahmed Sakri <ahmedsakri@gofynd.com>",
38
38
  "license": "MIT",
39
+ "engines": {
40
+ "node": ">=24.0.0"
41
+ },
39
42
  "scripts": {
40
43
  "dev": "npm run tasks && vite",
41
44
  "build": "npm run tasks && tsc && vite build",
@@ -102,9 +105,10 @@
102
105
  "react-window": "^1.8.11",
103
106
  "redux": "^5.0.1",
104
107
  "ripple": "git+ssh://git@ssh.dev.azure.com:v3/GoFynd/FyndCloud/ripple#v2.0",
105
- "slate": "^0.112.0",
106
- "slate-history": "^0.110.3",
107
- "slate-react": "^0.112.0",
108
+ "slate": "^0.123.0",
109
+ "slate-dom": "^0.123.0",
110
+ "slate-history": "^0.115.0",
111
+ "slate-react": "^0.123.0",
108
112
  "sql-formatter": "^15.5.2",
109
113
  "url-join": "^5.0.0",
110
114
  "uuid": "^11.0.5"