@kanaries/graphic-walker 0.4.26 → 0.4.27
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.
|
@@ -14369,7 +14369,7 @@ const B8 = (e, t) => {
|
|
|
14369
14369
|
} else {
|
|
14370
14370
|
if (N.type === "not in")
|
|
14371
14371
|
return {
|
|
14372
|
-
fid:
|
|
14372
|
+
fid: T,
|
|
14373
14373
|
rule: {
|
|
14374
14374
|
type: "not in",
|
|
14375
14375
|
value: [...N.value]
|
|
@@ -14386,7 +14386,7 @@ const B8 = (e, t) => {
|
|
|
14386
14386
|
};
|
|
14387
14387
|
} else
|
|
14388
14388
|
return console.error("unknown rule", N), {
|
|
14389
|
-
fid:
|
|
14389
|
+
fid: T,
|
|
14390
14390
|
rule: N
|
|
14391
14391
|
};
|
|
14392
14392
|
}
|