@boltic/swirl 1.0.5 → 1.0.7

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 (3) hide show
  1. package/dist/swirl.es.js +21890 -21579
  2. package/dist/swirl.umd.js +180 -180
  3. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boltic/swirl",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
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",
@@ -53,6 +53,7 @@
53
53
  "lint-staged": "lint-staged"
54
54
  },
55
55
  "dependencies": {
56
+ "@boltic/ripple": "^2.0.1",
56
57
  "@codemirror/autocomplete": "^6.18.6",
57
58
  "@codemirror/commands": "^6.7.1",
58
59
  "@codemirror/lang-html": "^6.4.9",
@@ -104,7 +105,6 @@
104
105
  "react-redux": "^9.1.0",
105
106
  "react-window": "^1.8.11",
106
107
  "redux": "^5.0.1",
107
- "ripple": "git+ssh://git@ssh.dev.azure.com:v3/GoFynd/FyndCloud/ripple#v2.0",
108
108
  "slate": "^0.123.0",
109
109
  "slate-dom": "^0.123.0",
110
110
  "slate-history": "^0.115.0",