@goplasmatic/datalogic-ui 4.0.18 → 4.0.19
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-CJRUeom8.cjs +470 -0
- package/dist/datalogic_wasm-dEsk1ML-.js +373 -0
- package/dist/index.cjs +21 -5
- package/dist/index.js +21 -5
- package/dist/styles.css +1625 -0
- package/package.json +4 -4
- package/dist/datalogic_wasm-Bc3wXMLg.js +0 -373
- package/dist/datalogic_wasm-OKIEjGRd.cjs +0 -470
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.19",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "DataLogic Debugger - Visual JSONLogic Debugger & Editor for debugging and visualizing JSONLogic expressions",
|
|
7
7
|
"keywords": [
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"fflate": "^0.8.2",
|
|
58
58
|
"lucide-react": "^0.562.0",
|
|
59
59
|
"uuid": "^13.0.0",
|
|
60
|
-
"@goplasmatic/datalogic": "4.0.
|
|
60
|
+
"@goplasmatic/datalogic": "4.0.19"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@xyflow/react": "^12.0.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@types/react": "^19.2.11",
|
|
71
71
|
"@types/react-dom": "^19.2.3",
|
|
72
72
|
"@types/uuid": "^10.0.0",
|
|
73
|
-
"@vitejs/plugin-react": "^5.1.
|
|
73
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
74
74
|
"@xyflow/react": "^12.10.0",
|
|
75
75
|
"eslint": "^9.39.2",
|
|
76
76
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"react": "^19.2.4",
|
|
80
80
|
"react-dom": "^19.2.4",
|
|
81
81
|
"typescript": "~5.9.3",
|
|
82
|
-
"typescript-eslint": "^8.
|
|
82
|
+
"typescript-eslint": "^8.56.1",
|
|
83
83
|
"vite": "^7.3.1",
|
|
84
84
|
"vite-plugin-dts": "^4.5.4",
|
|
85
85
|
"vite-plugin-top-level-await": "^1.6.0",
|