@code0-tech/triangulum 0.25.1 → 0.25.2
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/triangulum.cjs.js +1 -1
- package/dist/triangulum.es.js +1 -1
- package/package.json +1 -1
package/dist/triangulum.cjs.js
CHANGED
|
@@ -37,7 +37,7 @@ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=Object.
|
|
|
37
37
|
${l}\n
|
|
38
38
|
${u}\n
|
|
39
39
|
(() =>
|
|
40
|
-
${e?`const flow_${D(e.id??``)} = /* @pos null null */ flow(${e.settings?.nodes?.map((e,t)=>`/* @pos null ${t} */ ${S(e?.value)}`).join(`, `)??``});`:``}
|
|
40
|
+
${e?`const flow_${D(e.id??``)} = /* @pos null null */ flow(${e.settings?.nodes?.map((e,t)=>`/* @pos null ${t} */ ${e?.value!==null&&e?.value!==void 0?S(e?.value):void 0}`).join(`, `)??``});`:``}
|
|
41
41
|
${i.filter(e=>e?.id&&!d.has(e.id)&&!f.has(e.id)).map(e=>s(e.id)).join(`
|
|
42
42
|
`)}
|
|
43
43
|
)();
|
package/dist/triangulum.es.js
CHANGED
|
@@ -298,7 +298,7 @@ function C(e, t, n, r = !1) {
|
|
|
298
298
|
${l}\n
|
|
299
299
|
${u}\n
|
|
300
300
|
(() =>
|
|
301
|
-
${e ? `const flow_${S(e.id ?? "")} = /* @pos null null */ flow(${e.settings?.nodes?.map((e, t) => `/* @pos null ${t} */ ${g(e?.value)}`).join(", ") ?? ""});` : ""}
|
|
301
|
+
${e ? `const flow_${S(e.id ?? "")} = /* @pos null null */ flow(${e.settings?.nodes?.map((e, t) => `/* @pos null ${t} */ ${e?.value !== null && e?.value !== void 0 ? g(e?.value) : void 0}`).join(", ") ?? ""});` : ""}
|
|
302
302
|
${i.filter((e) => e?.id && !d.has(e.id) && !f.has(e.id)).map((e) => s(e.id)).join("\n")}
|
|
303
303
|
)();
|
|
304
304
|
`;
|