triangulum 0.13.3 → 0.14.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed7e4b46347c5a5d6f940419180419eacbba04c18922929cadd60ff8ac91aae7
4
- data.tar.gz: 9326fe80ebd61a0716436c4788d794c2944343d5fa2b8c5f3e0d832f71450b02
3
+ metadata.gz: 689b80f7a73f91a985e9565e1b3bd185c146a3ac2e0ca55816bd479397a09f81
4
+ data.tar.gz: 8b0e72b5ec554039d0c3b62653f28ace400b183e3547708c625aac1503ac9ccd
5
5
  SHA512:
6
- metadata.gz: 7184072011ce81d06c0623671ef16aa2e3022b1c002f33f1d7f136f00de6ac5e271b3f79f65de98e74ce59fd6f8a643a44f1f71bc4071b3221fca294d222e3e3
7
- data.tar.gz: 7a4dcfadf028768e2688d34255add439cc9dcee2e3615de96536fc83979af075dd2c4447f10612e95c8e278585865fc33a111e5b28bcb17827ce16645a7a075e
6
+ metadata.gz: 80e38159b5d98059a5fb8d7925c6dd2a7d50f231ec0241d340531a5c89bdb2ede75672dbcb963d04ebbfa1228d703707604860e93c0322c20532b5fdc807f5d3
7
+ data.tar.gz: 7f5c6757dfaf31dabd6b7535d7cb9b0a5f0fa9b095c1f4253e2823f990d152f010ab9e5bdfea7537cf88bd72bae26ddc83d09e14380a092462031fb8e1999cc6
@@ -174362,7 +174362,7 @@ function x2(e6, t3 = "any", n3 = true) {
174362
174362
  return `${n3 ? r3 : ""}
174363
174363
  ${i3}`;
174364
174364
  }
174365
- var S2 = (e6) => e6.replace(/[^a-zA-Z0-9]/g, "_");
174365
+ var S2 = (e6) => e6?.replace(/[^a-zA-Z0-9]/g, "_");
174366
174366
  function C2(e6, t3, n3, r3 = false) {
174367
174367
  let i3 = e6?.nodes?.nodes || [], a3 = new Map(t3?.map((e7) => [e7.identifier, e7])), o4 = /* @__PURE__ */ new Set, s4 = (t4, n4 = "") => {
174368
174368
  let c5 = i3.find((e7) => e7?.id === t4);
@@ -174421,7 +174421,7 @@ ${s4(e7.id, n4 + " ")}${n4}}`;
174421
174421
  )();
174422
174422
  `;
174423
174423
  }
174424
- var I2 = (e6, n3, r3) => {
174424
+ var E2 = (e6, n3, r3) => {
174425
174425
  if (!e6?.startingNodeId)
174426
174426
  return {
174427
174427
  isValid: false,
@@ -174475,5 +174475,5 @@ var I2 = (e6, n3, r3) => {
174475
174475
  // ../entrypoint/single-validation.ts
174476
174476
  var data = await readSingleValidation(console);
174477
174477
  var validationInput = mapToFlowValidation(data);
174478
- var result = I2(validationInput.flow, validationInput.functions, validationInput.dataTypes);
174478
+ var result = E2(validationInput.flow, validationInput.functions, validationInput.dataTypes);
174479
174479
  console.info(JSON.stringify(result));
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Triangulum
4
- VERSION = '0.13.3'
4
+ VERSION = '0.14.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: triangulum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.3
4
+ version: 0.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niklas van Schrick