@elyx-code/project-logic-tree 0.0.6633 → 0.0.6634

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.d.ts CHANGED
@@ -19460,7 +19460,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
19460
19460
  * Hashes a password and returns an envelope:
19461
19461
  * pbkdf2$<sha-256|sha-512>$<iterations>$<salt_b64url>$<dk_b64url>
19462
19462
  */
19463
- export declare function hashPasswordPBKDF2(password: string, params?: HashPasswordPBKDF2Params): Promise<string>;
19463
+ export declare function hashPasswordPBKDF2(password: string, saltBytes?: Bytes, iterations?: number, length?: number, hashAlg?: Extract<HashAlg, 'SHA-256' | 'SHA-512'>): Promise<string>;
19464
19464
 
19465
19465
  export declare interface HashPasswordPBKDF2Params extends Partial<PBKDF2Options> {
19466
19466
  saltBytes?: Bytes;
package/dist/index.js CHANGED
@@ -45798,7 +45798,7 @@ const Gtt = {
45798
45798
  deleted: !1,
45799
45799
  entity: nt,
45800
45800
  asType: !1,
45801
- isList: !0,
45801
+ isList: !1,
45802
45802
  parent: lMt
45803
45803
  }, dMt = {
45804
45804
  id: "object-key-value-equals-dt-or-null-data-type-parent-ref",
@@ -45831,7 +45831,7 @@ const Gtt = {
45831
45831
  deleted: !1,
45832
45832
  entity: Va,
45833
45833
  asType: !1,
45834
- isList: !0,
45834
+ isList: !1,
45835
45835
  parent: dMt
45836
45836
  }, pMt = {
45837
45837
  id: "object-key-value-equals-dt-or-boolean-data-type-parent-ref",
@@ -45864,7 +45864,7 @@ const Gtt = {
45864
45864
  deleted: !1,
45865
45865
  entity: at,
45866
45866
  asType: !1,
45867
- isList: !0,
45867
+ isList: !1,
45868
45868
  parent: pMt
45869
45869
  }, fMt = {
45870
45870
  id: "object-key-value-equals-dt-or-number-data-type-parent-ref",
@@ -45897,7 +45897,7 @@ const Gtt = {
45897
45897
  deleted: !1,
45898
45898
  entity: we,
45899
45899
  asType: !1,
45900
- isList: !0,
45900
+ isList: !1,
45901
45901
  parent: fMt
45902
45902
  }, hMt = {
45903
45903
  id: "object-key-value-equals-dt-or-string-data-type-parent-ref",
@@ -45930,7 +45930,7 @@ const Gtt = {
45930
45930
  deleted: !1,
45931
45931
  entity: ue,
45932
45932
  asType: !1,
45933
- isList: !0,
45933
+ isList: !1,
45934
45934
  parent: hMt
45935
45935
  }, TMt = {
45936
45936
  id: "object-key-value-equals-dt-parent-ref",
@@ -46266,7 +46266,7 @@ const Gtt = {
46266
46266
  deleted: !1,
46267
46267
  entity: nt,
46268
46268
  asType: !1,
46269
- isList: !0,
46269
+ isList: !1,
46270
46270
  parent: jMt
46271
46271
  }, FMt = {
46272
46272
  id: "object-nested-key-value-equals-dt-or-null-data-type-parent-ref",
@@ -46299,7 +46299,7 @@ const Gtt = {
46299
46299
  deleted: !1,
46300
46300
  entity: Va,
46301
46301
  asType: !1,
46302
- isList: !0,
46302
+ isList: !1,
46303
46303
  parent: FMt
46304
46304
  }, qMt = {
46305
46305
  id: "object-nested-key-value-equals-dt-or-boolean-data-type-parent-ref",
@@ -46332,7 +46332,7 @@ const Gtt = {
46332
46332
  deleted: !1,
46333
46333
  entity: at,
46334
46334
  asType: !1,
46335
- isList: !0,
46335
+ isList: !1,
46336
46336
  parent: qMt
46337
46337
  }, HMt = {
46338
46338
  id: "object-nested-key-value-equals-dt-or-number-data-type-parent-ref",
@@ -46365,7 +46365,7 @@ const Gtt = {
46365
46365
  deleted: !1,
46366
46366
  entity: we,
46367
46367
  asType: !1,
46368
- isList: !0,
46368
+ isList: !1,
46369
46369
  parent: HMt
46370
46370
  }, zMt = {
46371
46371
  id: "object-nested-key-value-equals-dt-or-string-data-type-parent-ref",
@@ -46398,7 +46398,7 @@ const Gtt = {
46398
46398
  deleted: !1,
46399
46399
  entity: ue,
46400
46400
  asType: !1,
46401
- isList: !0,
46401
+ isList: !1,
46402
46402
  parent: zMt
46403
46403
  }, YMt = {
46404
46404
  id: "object-nested-key-value-equals-dt-parent-ref",
@@ -53994,7 +53994,7 @@ const Gtt = {
53994
53994
  deleted: !1,
53995
53995
  entity: nt,
53996
53996
  asType: !1,
53997
- isList: !0,
53997
+ isList: !1,
53998
53998
  parent: lqt
53999
53999
  }, dqt = {
54000
54000
  id: "comparison-primitive-equal-a-dt-or-null-data-type-parent-ref",
@@ -54027,7 +54027,7 @@ const Gtt = {
54027
54027
  deleted: !1,
54028
54028
  entity: Va,
54029
54029
  asType: !1,
54030
- isList: !0,
54030
+ isList: !1,
54031
54031
  parent: dqt
54032
54032
  }, pqt = {
54033
54033
  id: "comparison-primitive-equal-a-dt-or-boolean-data-type-parent-ref",
@@ -54060,7 +54060,7 @@ const Gtt = {
54060
54060
  deleted: !1,
54061
54061
  entity: at,
54062
54062
  asType: !1,
54063
- isList: !0,
54063
+ isList: !1,
54064
54064
  parent: pqt
54065
54065
  }, fqt = {
54066
54066
  id: "comparison-primitive-equal-a-dt-or-number-data-type-parent-ref",
@@ -54093,7 +54093,7 @@ const Gtt = {
54093
54093
  deleted: !1,
54094
54094
  entity: we,
54095
54095
  asType: !1,
54096
- isList: !0,
54096
+ isList: !1,
54097
54097
  parent: fqt
54098
54098
  }, hqt = {
54099
54099
  id: "comparison-primitive-equal-a-dt-or-string-data-type-parent-ref",
@@ -54126,7 +54126,7 @@ const Gtt = {
54126
54126
  deleted: !1,
54127
54127
  entity: ue,
54128
54128
  asType: !1,
54129
- isList: !0,
54129
+ isList: !1,
54130
54130
  parent: hqt
54131
54131
  }, Tqt = {
54132
54132
  like: !1,
@@ -54192,7 +54192,7 @@ const Gtt = {
54192
54192
  deleted: !1,
54193
54193
  entity: nt,
54194
54194
  asType: !1,
54195
- isList: !0,
54195
+ isList: !1,
54196
54196
  parent: vqt
54197
54197
  }, Eqt = {
54198
54198
  id: "comparison-primitive-equal-b-dt-or-null-data-type-parent-ref",
@@ -54225,7 +54225,7 @@ const Gtt = {
54225
54225
  deleted: !1,
54226
54226
  entity: Va,
54227
54227
  asType: !1,
54228
- isList: !0,
54228
+ isList: !1,
54229
54229
  parent: Eqt
54230
54230
  }, gqt = {
54231
54231
  id: "comparison-primitive-equal-b-dt-or-boolean-data-type-parent-ref",
@@ -54258,7 +54258,7 @@ const Gtt = {
54258
54258
  deleted: !1,
54259
54259
  entity: at,
54260
54260
  asType: !1,
54261
- isList: !0,
54261
+ isList: !1,
54262
54262
  parent: gqt
54263
54263
  }, Rqt = {
54264
54264
  id: "comparison-primitive-equal-b-dt-or-number-data-type-parent-ref",
@@ -54291,7 +54291,7 @@ const Gtt = {
54291
54291
  deleted: !1,
54292
54292
  entity: we,
54293
54293
  asType: !1,
54294
- isList: !0,
54294
+ isList: !1,
54295
54295
  parent: Rqt
54296
54296
  }, wqt = {
54297
54297
  id: "comparison-primitive-equal-b-dt-or-string-data-type-parent-ref",
@@ -54324,7 +54324,7 @@ const Gtt = {
54324
54324
  deleted: !1,
54325
54325
  entity: ue,
54326
54326
  asType: !1,
54327
- isList: !0,
54327
+ isList: !1,
54328
54328
  parent: wqt
54329
54329
  }, _qt = {
54330
54330
  like: !1,
@@ -54478,7 +54478,7 @@ const Gtt = {
54478
54478
  deleted: !1,
54479
54479
  entity: nt,
54480
54480
  asType: !1,
54481
- isList: !0,
54481
+ isList: !1,
54482
54482
  parent: xqt
54483
54483
  }, Lqt = {
54484
54484
  id: "comparison-primitive-not-equal-a-dt-or-null-data-type-parent-ref",
@@ -54511,7 +54511,7 @@ const Gtt = {
54511
54511
  deleted: !1,
54512
54512
  entity: Va,
54513
54513
  asType: !1,
54514
- isList: !0,
54514
+ isList: !1,
54515
54515
  parent: Lqt
54516
54516
  }, Mqt = {
54517
54517
  id: "comparison-primitive-not-equal-a-dt-or-boolean-data-type-parent-ref",
@@ -54544,7 +54544,7 @@ const Gtt = {
54544
54544
  deleted: !1,
54545
54545
  entity: at,
54546
54546
  asType: !1,
54547
- isList: !0,
54547
+ isList: !1,
54548
54548
  parent: Mqt
54549
54549
  }, Uqt = {
54550
54550
  id: "comparison-primitive-not-equal-a-dt-or-number-data-type-parent-ref",
@@ -54577,7 +54577,7 @@ const Gtt = {
54577
54577
  deleted: !1,
54578
54578
  entity: we,
54579
54579
  asType: !1,
54580
- isList: !0,
54580
+ isList: !1,
54581
54581
  parent: Uqt
54582
54582
  }, jqt = {
54583
54583
  id: "comparison-primitive-not-equal-a-dt-or-string-data-type-parent-ref",
@@ -54610,7 +54610,7 @@ const Gtt = {
54610
54610
  deleted: !1,
54611
54611
  entity: ue,
54612
54612
  asType: !1,
54613
- isList: !0,
54613
+ isList: !1,
54614
54614
  parent: jqt
54615
54615
  }, Fqt = {
54616
54616
  id: "comparison-primitive-not-equal-a-dt-parent-ref",
@@ -54682,7 +54682,7 @@ const Gtt = {
54682
54682
  deleted: !1,
54683
54683
  entity: nt,
54684
54684
  asType: !1,
54685
- isList: !0,
54685
+ isList: !1,
54686
54686
  parent: qqt
54687
54687
  }, Hqt = {
54688
54688
  id: "comparison-primitive-not-equal-b-dt-or-null-data-type-parent-ref",
@@ -54715,7 +54715,7 @@ const Gtt = {
54715
54715
  deleted: !1,
54716
54716
  entity: Va,
54717
54717
  asType: !1,
54718
- isList: !0,
54718
+ isList: !1,
54719
54719
  parent: Hqt
54720
54720
  }, zqt = {
54721
54721
  id: "comparison-primitive-not-equal-b-dt-or-boolean-data-type-parent-ref",
@@ -54748,7 +54748,7 @@ const Gtt = {
54748
54748
  deleted: !1,
54749
54749
  entity: at,
54750
54750
  asType: !1,
54751
- isList: !0,
54751
+ isList: !1,
54752
54752
  parent: zqt
54753
54753
  }, Yqt = {
54754
54754
  id: "comparison-primitive-not-equal-b-dt-or-number-data-type-parent-ref",
@@ -54781,7 +54781,7 @@ const Gtt = {
54781
54781
  deleted: !1,
54782
54782
  entity: we,
54783
54783
  asType: !1,
54784
- isList: !0,
54784
+ isList: !1,
54785
54785
  parent: Yqt
54786
54786
  }, Qqt = {
54787
54787
  id: "comparison-primitive-not-equal-b-dt-or-string-data-type-parent-ref",
@@ -54814,7 +54814,7 @@ const Gtt = {
54814
54814
  deleted: !1,
54815
54815
  entity: ue,
54816
54816
  asType: !1,
54817
- isList: !0,
54817
+ isList: !1,
54818
54818
  parent: Qqt
54819
54819
  }, tZt = {
54820
54820
  id: "comparison-primitive-not-equal-b-dt-parent-ref",
@@ -126407,18 +126407,13 @@ async function LVi(d, p, i, n, l, c, e, y) {
126407
126407
  });
126408
126408
  return Lo(k, E);
126409
126409
  }
126410
- async function GVi(d, p = {}) {
126411
- const {
126412
- iterations: i = 21e4,
126413
- length: n = 32,
126414
- hashAlg: l = "SHA-256",
126415
- saltBytes: c = WF(16)
126416
- } = p, e = Zr(d, "utf8"), y = await F_(e, c, {
126410
+ async function GVi(d, p = WF(16), i = 21e4, n = 32, l = "SHA-256") {
126411
+ const c = Zr(d, "utf8"), e = await F_(c, p, {
126417
126412
  iterations: i,
126418
126413
  length: n,
126419
126414
  hashAlg: l
126420
- }), T = hm(c), v = hm(y);
126421
- return `pbkdf2$${l.toLowerCase()}$${i}$${T}$${v}`;
126415
+ }), y = hm(p), T = hm(e);
126416
+ return `pbkdf2$${l.toLowerCase()}$${i}$${y}$${T}`;
126422
126417
  }
126423
126418
  async function MVi(d, p) {
126424
126419
  const i = String(p).split("$");
@@ -126433,12 +126428,13 @@ async function MVi(d, p) {
126433
126428
  }
126434
126429
  async function BVi(d, p, i, n, l, c) {
126435
126430
  const e = p != null ? Math.max(1, Number(p) || 0) : void 0, y = i != null ? Math.max(1, Number(i) || 0) : void 0, T = n ?? void 0, v = c ?? "base64url", E = l != null ? Zr(l, v) : void 0;
126436
- return await GVi(String(d ?? ""), {
126437
- iterations: e,
126438
- length: y,
126439
- hashAlg: T,
126440
- saltBytes: E
126441
- });
126431
+ return await GVi(
126432
+ String(d ?? ""),
126433
+ E,
126434
+ e,
126435
+ y,
126436
+ T
126437
+ );
126442
126438
  }
126443
126439
  function _L(d) {
126444
126440
  return hm(Zr(JSON.stringify(d), "utf8"));
@@ -127838,7 +127834,7 @@ class bNi extends Re {
127838
127834
  return {
127839
127835
  value: B.Success,
127840
127836
  error: null,
127841
- result: kVi(
127837
+ result: await kVi(
127842
127838
  l,
127843
127839
  c,
127844
127840
  e,
@@ -127906,7 +127902,7 @@ class ENi extends Re {
127906
127902
  return {
127907
127903
  value: B.Success,
127908
127904
  error: null,
127909
- result: KVi(
127905
+ result: await KVi(
127910
127906
  l,
127911
127907
  c,
127912
127908
  e,
@@ -127957,7 +127953,7 @@ class ANi extends Re {
127957
127953
  return {
127958
127954
  value: B.Success,
127959
127955
  error: null,
127960
- result: SVi(
127956
+ result: await SVi(
127961
127957
  l,
127962
127958
  c
127963
127959
  )
@@ -128013,7 +128009,7 @@ class gNi extends Re {
128013
128009
  return {
128014
128010
  value: B.Success,
128015
128011
  error: null,
128016
- result: BVi(
128012
+ result: await BVi(
128017
128013
  l,
128018
128014
  c,
128019
128015
  e,