@goplasmatic/datalogic-ui 5.0.1 → 5.1.0

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/index.cjs CHANGED
@@ -13811,7 +13811,7 @@ function useWasmEvaluator(options = {}) {
13811
13811
  try {
13812
13812
  setLoading(true);
13813
13813
  setError(null);
13814
- const wasm = await Promise.resolve().then(() => require("./datalogic_wasm-BOuSyKtI.cjs"));
13814
+ const wasm = await Promise.resolve().then(() => require("./datalogic_wasm-dTo8Zxxv.cjs"));
13815
13815
  await wasm.default();
13816
13816
  if (!cancelled) {
13817
13817
  moduleRef.current = {
package/dist/index.js CHANGED
@@ -13775,7 +13775,7 @@ function useWasmEvaluator(options = {}) {
13775
13775
  try {
13776
13776
  setLoading(true);
13777
13777
  setError(null);
13778
- const wasm = await import("./datalogic_wasm-Dloh5u2g.js");
13778
+ const wasm = await import("./datalogic_wasm-BwcPSrZk.js");
13779
13779
  await wasm.default();
13780
13780
  if (!cancelled) {
13781
13781
  moduleRef.current = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@goplasmatic/datalogic-ui",
3
3
  "private": false,
4
- "version": "5.0.1",
4
+ "version": "5.1.0",
5
5
  "type": "module",
6
6
  "description": "React rule builder, visual debugger, and editor for JSONLogic (json-logic) — flow-diagram view and live execution tracing, powered by the datalogic-rs WASM engine.",
7
7
  "keywords": [
@@ -74,7 +74,7 @@
74
74
  "@dagrejs/dagre": "^3.0.0",
75
75
  "@fontsource/jetbrains-mono": "^5.2.8",
76
76
  "@fontsource/space-grotesk": "^5.2.10",
77
- "@goplasmatic/datalogic-wasm": "5.0.1",
77
+ "@goplasmatic/datalogic-wasm": "5.1.0",
78
78
  "@msgpack/msgpack": "^3.1.3",
79
79
  "fflate": "^0.8.3",
80
80
  "lucide-react": "^1.23.0",