@goplasmatic/datalogic-ui 4.0.8 → 4.0.9
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-4utZNR2J.js +362 -0
- package/dist/datalogic_wasm-DlEjK8QZ.cjs +466 -0
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/datalogic_wasm-1nV-hcLU.cjs +0 -466
- package/dist/datalogic_wasm-BY9h_SL0.js +0 -362
package/dist/index.cjs
CHANGED
|
@@ -8462,7 +8462,7 @@ function useWasmEvaluator(options = {}) {
|
|
|
8462
8462
|
try {
|
|
8463
8463
|
setLoading(true);
|
|
8464
8464
|
setError(null);
|
|
8465
|
-
const wasm = await Promise.resolve().then(() => require('./datalogic_wasm-
|
|
8465
|
+
const wasm = await Promise.resolve().then(() => require('./datalogic_wasm-DlEjK8QZ.cjs'));
|
|
8466
8466
|
await wasm.default();
|
|
8467
8467
|
if (!cancelled) {
|
|
8468
8468
|
moduleRef.current = {
|
|
@@ -9361,7 +9361,7 @@ function buildEdgesFromNodes(nodes) {
|
|
|
9361
9361
|
id: `${node.id}-expr-${element.branchId}`,
|
|
9362
9362
|
source: node.id,
|
|
9363
9363
|
target: element.branchId,
|
|
9364
|
-
sourceHandle: `
|
|
9364
|
+
sourceHandle: `branch-${idx}`,
|
|
9365
9365
|
targetHandle: "left"
|
|
9366
9366
|
});
|
|
9367
9367
|
}
|
package/dist/index.js
CHANGED
|
@@ -7966,7 +7966,7 @@ let __tla = (async () => {
|
|
|
7966
7966
|
try {
|
|
7967
7967
|
setLoading(true);
|
|
7968
7968
|
setError(null);
|
|
7969
|
-
const wasm = await import("./datalogic_wasm-
|
|
7969
|
+
const wasm = await import("./datalogic_wasm-4utZNR2J.js");
|
|
7970
7970
|
await wasm.default();
|
|
7971
7971
|
if (!cancelled) {
|
|
7972
7972
|
moduleRef.current = {
|
|
@@ -9108,7 +9108,7 @@ let __tla = (async () => {
|
|
|
9108
9108
|
id: `${node.id}-expr-${element.branchId}`,
|
|
9109
9109
|
source: node.id,
|
|
9110
9110
|
target: element.branchId,
|
|
9111
|
-
sourceHandle: `
|
|
9111
|
+
sourceHandle: `branch-${idx}`,
|
|
9112
9112
|
targetHandle: "left"
|
|
9113
9113
|
});
|
|
9114
9114
|
}
|
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.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "DataLogic Debugger - Visual JSONLogic Debugger & Editor for debugging and visualizing JSONLogic expressions",
|
|
7
7
|
"keywords": [
|