@goplasmatic/datalogic-ui 4.0.19 → 4.0.20
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/dist/datalogic_wasm-CCIw5iCk.js +380 -0
- package/dist/datalogic_wasm-Dv8WyX8m.cjs +383 -0
- package/dist/index.cjs +17192 -19117
- package/dist/index.d.ts +0 -310
- package/dist/index.js +17604 -22706
- package/dist/styles.css +1 -0
- package/package.json +15 -17
- package/dist/datalogic_wasm-CJRUeom8.cjs +0 -470
- package/dist/datalogic_wasm-dEsk1ML-.js +0 -373
package/dist/styles.css
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goplasmatic/datalogic-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.20",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "DataLogic Debugger - Visual JSONLogic Debugger & Editor for debugging and visualizing JSONLogic expressions",
|
|
7
7
|
"keywords": [
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"**/*.css"
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@dagrejs/dagre": "^
|
|
55
|
+
"@dagrejs/dagre": "^2.0.4",
|
|
56
56
|
"@msgpack/msgpack": "^3.1.3",
|
|
57
57
|
"fflate": "^0.8.2",
|
|
58
|
-
"lucide-react": "^0.
|
|
58
|
+
"lucide-react": "^0.577.0",
|
|
59
59
|
"uuid": "^13.0.0",
|
|
60
|
-
"@goplasmatic/datalogic": "4.0.
|
|
60
|
+
"@goplasmatic/datalogic": "4.0.20"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@xyflow/react": "^12.0.0",
|
|
@@ -65,25 +65,23 @@
|
|
|
65
65
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@eslint/js": "^
|
|
69
|
-
"@types/node": "^
|
|
70
|
-
"@types/react": "^19.2.
|
|
68
|
+
"@eslint/js": "^10.0.1",
|
|
69
|
+
"@types/node": "^25.5.0",
|
|
70
|
+
"@types/react": "^19.2.14",
|
|
71
71
|
"@types/react-dom": "^19.2.3",
|
|
72
|
-
"@
|
|
73
|
-
"@
|
|
74
|
-
"
|
|
75
|
-
"eslint": "^9.39.2",
|
|
72
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
73
|
+
"@xyflow/react": "^12.10.1",
|
|
74
|
+
"eslint": "^10.0.3",
|
|
76
75
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
77
|
-
"eslint-plugin-react-refresh": "^0.
|
|
78
|
-
"globals": "^
|
|
76
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
77
|
+
"globals": "^17.4.0",
|
|
79
78
|
"react": "^19.2.4",
|
|
80
79
|
"react-dom": "^19.2.4",
|
|
81
80
|
"typescript": "~5.9.3",
|
|
82
|
-
"typescript-eslint": "^8.
|
|
83
|
-
"vite": "^
|
|
81
|
+
"typescript-eslint": "^8.57.1",
|
|
82
|
+
"vite": "^8.0.8",
|
|
84
83
|
"vite-plugin-dts": "^4.5.4",
|
|
85
|
-
"vite-plugin-
|
|
86
|
-
"vite-plugin-wasm": "^3.5.0"
|
|
84
|
+
"vite-plugin-wasm": "^3.6.0"
|
|
87
85
|
},
|
|
88
86
|
"scripts": {
|
|
89
87
|
"dev": "vite",
|