@janssenproject/cedarling_wasm 0.0.371 → 0.0.372

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.
@@ -529,117 +529,117 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
529
529
 
530
530
  export interface InitOutput {
531
531
  readonly memory: WebAssembly.Memory;
532
- readonly __wbg_cedarling_free: (a: number, b: number) => void;
533
- readonly __wbg_get_multiissuerauthorizeresult_request_id: (a: number) => [number, number];
534
- readonly multiissuerauthorizeresult_json_string: (a: number) => [number, number];
535
- readonly init: (a: any) => any;
536
- readonly init_from_archive_bytes: (a: any, b: any) => any;
537
- readonly cedarling_new: (a: any) => any;
538
- readonly cedarling_new_from_map: (a: any) => any;
539
- readonly cedarling_authorize_unsigned: (a: number, b: any) => any;
540
- readonly cedarling_authorize_multi_issuer: (a: number, b: any) => any;
541
- readonly cedarling_pop_logs: (a: number) => [number, number, number];
542
- readonly cedarling_get_log_by_id: (a: number, b: number, c: number) => [number, number, number];
543
- readonly cedarling_get_log_ids: (a: number) => any;
544
- readonly cedarling_get_logs_by_tag: (a: number, b: number, c: number) => [number, number, number, number];
545
- readonly cedarling_get_logs_by_request_id: (a: number, b: number, c: number) => [number, number, number, number];
546
- readonly cedarling_get_logs_by_request_id_and_tag: (a: number, b: number, c: number, d: number, e: number) => [number, number, number, number];
547
- readonly cedarling_shut_down: (a: number) => any;
548
- readonly cedarling_push_data_ctx: (a: number, b: number, c: number, d: any, e: number, f: bigint) => [number, number];
549
- readonly cedarling_get_data_ctx: (a: number, b: number, c: number) => [number, number, number];
550
- readonly cedarling_get_data_entry_ctx: (a: number, b: number, c: number) => [number, number, number];
551
- readonly cedarling_remove_data_ctx: (a: number, b: number, c: number) => [number, number, number];
552
- readonly cedarling_clear_data_ctx: (a: number) => [number, number];
553
- readonly cedarling_list_data_ctx: (a: number) => [number, number, number];
554
- readonly cedarling_get_stats_ctx: (a: number) => [number, number, number];
555
- readonly cedarling_is_trusted_issuer_loaded_by_name: (a: number, b: number, c: number) => number;
556
- readonly cedarling_is_trusted_issuer_loaded_by_iss: (a: number, b: number, c: number) => number;
557
- readonly cedarling_total_issuers: (a: number) => number;
558
- readonly cedarling_loaded_trusted_issuers_count: (a: number) => number;
559
- readonly cedarling_loaded_trusted_issuer_ids: (a: number) => any;
560
- readonly cedarling_failed_trusted_issuer_ids: (a: number) => any;
561
532
  readonly __wbg_authorizeresult_free: (a: number, b: number) => void;
562
- readonly __wbg_get_authorizeresult_response: (a: number) => number;
563
- readonly __wbg_set_authorizeresult_response: (a: number, b: number) => void;
564
- readonly __wbg_get_authorizeresult_decision: (a: number) => number;
565
- readonly __wbg_set_authorizeresult_decision: (a: number, b: number) => void;
566
- readonly __wbg_get_authorizeresult_request_id: (a: number) => [number, number];
567
- readonly __wbg_set_authorizeresult_request_id: (a: number, b: number, c: number) => void;
568
- readonly authorizeresult_json_string: (a: number) => [number, number];
569
533
  readonly __wbg_authorizeresultresponse_free: (a: number, b: number) => void;
570
- readonly authorizeresultresponse_decision: (a: number) => number;
571
- readonly authorizeresultresponse_diagnostics: (a: number) => number;
572
- readonly __wbg_diagnostics_free: (a: number, b: number) => void;
573
- readonly diagnostics_reason: (a: number) => [number, number];
574
- readonly diagnostics_errors: (a: number) => [number, number];
575
- readonly __wbg_policyevaluationerror_free: (a: number, b: number) => void;
576
- readonly policyevaluationerror_id: (a: number) => [number, number];
577
- readonly policyevaluationerror_error: (a: number) => [number, number];
534
+ readonly __wbg_cedarling_free: (a: number, b: number) => void;
578
535
  readonly __wbg_dataentry_free: (a: number, b: number) => void;
579
- readonly __wbg_get_dataentry_key: (a: number) => [number, number];
580
- readonly __wbg_set_dataentry_key: (a: number, b: number, c: number) => void;
581
- readonly __wbg_get_dataentry_data_type: (a: number) => [number, number];
582
- readonly __wbg_set_dataentry_data_type: (a: number, b: number, c: number) => void;
536
+ readonly __wbg_datastorestats_free: (a: number, b: number) => void;
537
+ readonly __wbg_diagnostics_free: (a: number, b: number) => void;
538
+ readonly __wbg_get_authorizeresult_decision: (a: number) => number;
539
+ readonly __wbg_get_authorizeresult_request_id: (a: number) => [number, number];
540
+ readonly __wbg_get_authorizeresult_response: (a: number) => number;
541
+ readonly __wbg_get_dataentry_access_count: (a: number) => bigint;
583
542
  readonly __wbg_get_dataentry_created_at: (a: number) => [number, number];
584
- readonly __wbg_set_dataentry_created_at: (a: number, b: number, c: number) => void;
543
+ readonly __wbg_get_dataentry_data_type: (a: number) => [number, number];
585
544
  readonly __wbg_get_dataentry_expires_at: (a: number) => [number, number];
586
- readonly __wbg_set_dataentry_expires_at: (a: number, b: number, c: number) => void;
587
- readonly __wbg_get_dataentry_access_count: (a: number) => bigint;
588
- readonly __wbg_set_dataentry_access_count: (a: number, b: bigint) => void;
589
- readonly dataentry_value: (a: number) => [number, number, number];
590
- readonly dataentry_json_string: (a: number) => [number, number];
591
- readonly __wbg_datastorestats_free: (a: number, b: number) => void;
545
+ readonly __wbg_get_dataentry_key: (a: number) => [number, number];
546
+ readonly __wbg_get_datastorestats_avg_entry_size_bytes: (a: number) => number;
547
+ readonly __wbg_get_datastorestats_capacity_usage_percent: (a: number) => number;
592
548
  readonly __wbg_get_datastorestats_entry_count: (a: number) => number;
593
- readonly __wbg_set_datastorestats_entry_count: (a: number, b: number) => void;
594
549
  readonly __wbg_get_datastorestats_max_entries: (a: number) => number;
595
- readonly __wbg_set_datastorestats_max_entries: (a: number, b: number) => void;
596
550
  readonly __wbg_get_datastorestats_max_entry_size: (a: number) => number;
597
- readonly __wbg_set_datastorestats_max_entry_size: (a: number, b: number) => void;
551
+ readonly __wbg_get_datastorestats_memory_alert_threshold: (a: number) => number;
552
+ readonly __wbg_get_datastorestats_memory_alert_triggered: (a: number) => number;
598
553
  readonly __wbg_get_datastorestats_metrics_enabled: (a: number) => number;
599
- readonly __wbg_set_datastorestats_metrics_enabled: (a: number, b: number) => void;
600
554
  readonly __wbg_get_datastorestats_total_size_bytes: (a: number) => number;
601
- readonly __wbg_set_datastorestats_total_size_bytes: (a: number, b: number) => void;
602
- readonly __wbg_get_datastorestats_avg_entry_size_bytes: (a: number) => number;
555
+ readonly __wbg_policyevaluationerror_free: (a: number, b: number) => void;
556
+ readonly __wbg_set_authorizeresult_decision: (a: number, b: number) => void;
557
+ readonly __wbg_set_authorizeresult_request_id: (a: number, b: number, c: number) => void;
558
+ readonly __wbg_set_authorizeresult_response: (a: number, b: number) => void;
559
+ readonly __wbg_set_dataentry_access_count: (a: number, b: bigint) => void;
560
+ readonly __wbg_set_dataentry_created_at: (a: number, b: number, c: number) => void;
561
+ readonly __wbg_set_dataentry_data_type: (a: number, b: number, c: number) => void;
562
+ readonly __wbg_set_dataentry_expires_at: (a: number, b: number, c: number) => void;
563
+ readonly __wbg_set_dataentry_key: (a: number, b: number, c: number) => void;
603
564
  readonly __wbg_set_datastorestats_avg_entry_size_bytes: (a: number, b: number) => void;
604
- readonly __wbg_get_datastorestats_capacity_usage_percent: (a: number) => number;
605
565
  readonly __wbg_set_datastorestats_capacity_usage_percent: (a: number, b: number) => void;
606
- readonly __wbg_get_datastorestats_memory_alert_threshold: (a: number) => number;
566
+ readonly __wbg_set_datastorestats_entry_count: (a: number, b: number) => void;
567
+ readonly __wbg_set_datastorestats_max_entries: (a: number, b: number) => void;
568
+ readonly __wbg_set_datastorestats_max_entry_size: (a: number, b: number) => void;
607
569
  readonly __wbg_set_datastorestats_memory_alert_threshold: (a: number, b: number) => void;
608
- readonly __wbg_get_datastorestats_memory_alert_triggered: (a: number) => number;
609
570
  readonly __wbg_set_datastorestats_memory_alert_triggered: (a: number, b: number) => void;
571
+ readonly __wbg_set_datastorestats_metrics_enabled: (a: number, b: number) => void;
572
+ readonly __wbg_set_datastorestats_total_size_bytes: (a: number, b: number) => void;
573
+ readonly authorizeresult_json_string: (a: number) => [number, number];
574
+ readonly authorizeresultresponse_decision: (a: number) => number;
575
+ readonly authorizeresultresponse_diagnostics: (a: number) => number;
576
+ readonly cedarling_authorize_multi_issuer: (a: number, b: any) => any;
577
+ readonly cedarling_authorize_unsigned: (a: number, b: any) => any;
578
+ readonly cedarling_clear_data_ctx: (a: number) => [number, number];
579
+ readonly cedarling_failed_trusted_issuer_ids: (a: number) => any;
580
+ readonly cedarling_get_data_ctx: (a: number, b: number, c: number) => [number, number, number];
581
+ readonly cedarling_get_data_entry_ctx: (a: number, b: number, c: number) => [number, number, number];
582
+ readonly cedarling_get_log_by_id: (a: number, b: number, c: number) => [number, number, number];
583
+ readonly cedarling_get_log_ids: (a: number) => any;
584
+ readonly cedarling_get_logs_by_request_id: (a: number, b: number, c: number) => [number, number, number, number];
585
+ readonly cedarling_get_logs_by_request_id_and_tag: (a: number, b: number, c: number, d: number, e: number) => [number, number, number, number];
586
+ readonly cedarling_get_logs_by_tag: (a: number, b: number, c: number) => [number, number, number, number];
587
+ readonly cedarling_get_stats_ctx: (a: number) => [number, number, number];
588
+ readonly cedarling_is_trusted_issuer_loaded_by_iss: (a: number, b: number, c: number) => number;
589
+ readonly cedarling_is_trusted_issuer_loaded_by_name: (a: number, b: number, c: number) => number;
590
+ readonly cedarling_list_data_ctx: (a: number) => [number, number, number];
591
+ readonly cedarling_loaded_trusted_issuer_ids: (a: number) => any;
592
+ readonly cedarling_loaded_trusted_issuers_count: (a: number) => number;
593
+ readonly cedarling_new: (a: any) => any;
594
+ readonly cedarling_new_from_map: (a: any) => any;
595
+ readonly cedarling_pop_logs: (a: number) => [number, number, number];
596
+ readonly cedarling_push_data_ctx: (a: number, b: number, c: number, d: any, e: number, f: bigint) => [number, number];
597
+ readonly cedarling_remove_data_ctx: (a: number, b: number, c: number) => [number, number, number];
598
+ readonly cedarling_shut_down: (a: number) => any;
599
+ readonly cedarling_total_issuers: (a: number) => number;
600
+ readonly dataentry_json_string: (a: number) => [number, number];
601
+ readonly dataentry_value: (a: number) => [number, number, number];
610
602
  readonly datastorestats_json_string: (a: number) => [number, number];
611
- readonly __wbg_set_multiissuerauthorizeresult_request_id: (a: number, b: number, c: number) => void;
612
- readonly __wbg_get_multiissuerauthorizeresult_decision: (a: number) => number;
603
+ readonly diagnostics_errors: (a: number) => [number, number];
604
+ readonly diagnostics_reason: (a: number) => [number, number];
605
+ readonly init: (a: any) => any;
606
+ readonly init_from_archive_bytes: (a: any, b: any) => any;
607
+ readonly multiissuerauthorizeresult_json_string: (a: number) => [number, number];
608
+ readonly policyevaluationerror_error: (a: number) => [number, number];
609
+ readonly policyevaluationerror_id: (a: number) => [number, number];
613
610
  readonly __wbg_get_multiissuerauthorizeresult_response: (a: number) => number;
614
- readonly __wbg_set_multiissuerauthorizeresult_decision: (a: number, b: number) => void;
611
+ readonly __wbg_get_multiissuerauthorizeresult_decision: (a: number) => number;
615
612
  readonly __wbg_set_multiissuerauthorizeresult_response: (a: number, b: number) => void;
613
+ readonly __wbg_set_multiissuerauthorizeresult_request_id: (a: number, b: number, c: number) => void;
614
+ readonly __wbg_set_multiissuerauthorizeresult_decision: (a: number, b: number) => void;
615
+ readonly __wbg_get_multiissuerauthorizeresult_request_id: (a: number) => [number, number];
616
616
  readonly __wbg_multiissuerauthorizeresult_free: (a: number, b: number) => void;
617
617
  readonly __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
618
- readonly intounderlyingbytesource_type: (a: number) => number;
618
+ readonly __wbg_intounderlyingsink_free: (a: number, b: number) => void;
619
+ readonly __wbg_intounderlyingsource_free: (a: number, b: number) => void;
619
620
  readonly intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
620
- readonly intounderlyingbytesource_start: (a: number, b: any) => void;
621
- readonly intounderlyingbytesource_pull: (a: number, b: any) => any;
622
621
  readonly intounderlyingbytesource_cancel: (a: number) => void;
623
- readonly __wbg_intounderlyingsource_free: (a: number, b: number) => void;
624
- readonly intounderlyingsource_pull: (a: number, b: any) => any;
625
- readonly intounderlyingsource_cancel: (a: number) => void;
626
- readonly __wbg_intounderlyingsink_free: (a: number, b: number) => void;
627
- readonly intounderlyingsink_write: (a: number, b: any) => any;
628
- readonly intounderlyingsink_close: (a: number) => any;
622
+ readonly intounderlyingbytesource_pull: (a: number, b: any) => any;
623
+ readonly intounderlyingbytesource_start: (a: number, b: any) => void;
624
+ readonly intounderlyingbytesource_type: (a: number) => number;
629
625
  readonly intounderlyingsink_abort: (a: number, b: any) => any;
630
- readonly rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
631
- readonly rust_zstd_wasm_shim_malloc: (a: number) => number;
632
- readonly rust_zstd_wasm_shim_memcmp: (a: number, b: number, c: number) => number;
626
+ readonly intounderlyingsink_close: (a: number) => any;
627
+ readonly intounderlyingsink_write: (a: number, b: any) => any;
628
+ readonly intounderlyingsource_cancel: (a: number) => void;
629
+ readonly intounderlyingsource_pull: (a: number, b: any) => any;
633
630
  readonly rust_zstd_wasm_shim_calloc: (a: number, b: number) => number;
634
631
  readonly rust_zstd_wasm_shim_free: (a: number) => void;
632
+ readonly rust_zstd_wasm_shim_malloc: (a: number) => number;
633
+ readonly rust_zstd_wasm_shim_memcmp: (a: number, b: number, c: number) => number;
635
634
  readonly rust_zstd_wasm_shim_memcpy: (a: number, b: number, c: number) => number;
636
635
  readonly rust_zstd_wasm_shim_memmove: (a: number, b: number, c: number) => number;
637
636
  readonly rust_zstd_wasm_shim_memset: (a: number, b: number, c: number) => number;
638
- readonly wasm_bindgen__convert__closures_____invoke__h10797b50422db1d9: (a: number, b: number, c: any) => [number, number];
639
- readonly wasm_bindgen__convert__closures_____invoke__h034cae6b5dd12778: (a: number, b: number, c: any, d: any) => void;
640
- readonly wasm_bindgen__convert__closures_____invoke__hc1f7fa9b168b3277: (a: number, b: number, c: any) => void;
641
- readonly wasm_bindgen__convert__closures_____invoke__h6f3d4b30895d4f66: (a: number, b: number) => void;
642
- readonly wasm_bindgen__convert__closures_____invoke__h1de102d8396d84e7: (a: number, b: number) => void;
637
+ readonly rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
638
+ readonly wasm_bindgen__convert__closures_____invoke__hfcfcbd3c7ca0a8cd: (a: number, b: number, c: any) => [number, number];
639
+ readonly wasm_bindgen__convert__closures_____invoke__h3fccbd5fc7c99223: (a: number, b: number, c: any, d: any) => void;
640
+ readonly wasm_bindgen__convert__closures_____invoke__h7af717b30b28e8ae: (a: number, b: number, c: any) => void;
641
+ readonly wasm_bindgen__convert__closures_____invoke__h67964fb515305df3: (a: number, b: number) => void;
642
+ readonly wasm_bindgen__convert__closures_____invoke__hf5137e7a528f865f: (a: number, b: number) => void;
643
643
  readonly __wbindgen_malloc: (a: number, b: number) => number;
644
644
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
645
645
  readonly __wbindgen_exn_store: (a: number) => void;
package/cedarling_wasm.js CHANGED
@@ -1680,7 +1680,7 @@ function __wbg_get_imports() {
1680
1680
  const a = state0.a;
1681
1681
  state0.a = 0;
1682
1682
  try {
1683
- return wasm_bindgen__convert__closures_____invoke__h034cae6b5dd12778(a, state0.b, arg0, arg1);
1683
+ return wasm_bindgen__convert__closures_____invoke__h3fccbd5fc7c99223(a, state0.b, arg0, arg1);
1684
1684
  } finally {
1685
1685
  state0.a = a;
1686
1686
  }
@@ -1889,23 +1889,23 @@ function __wbg_get_imports() {
1889
1889
  console.warn(...arg0);
1890
1890
  },
1891
1891
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
1892
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 2198, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1893
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h10797b50422db1d9);
1892
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 2168, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1893
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hfcfcbd3c7ca0a8cd);
1894
1894
  return ret;
1895
1895
  },
1896
1896
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
1897
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 631, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1898
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hc1f7fa9b168b3277);
1897
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 613, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1898
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h7af717b30b28e8ae);
1899
1899
  return ret;
1900
1900
  },
1901
1901
  __wbindgen_cast_0000000000000003: function(arg0, arg1) {
1902
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 587, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1903
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h6f3d4b30895d4f66);
1902
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 569, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1903
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h67964fb515305df3);
1904
1904
  return ret;
1905
1905
  },
1906
1906
  __wbindgen_cast_0000000000000004: function(arg0, arg1) {
1907
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 744, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1908
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h1de102d8396d84e7);
1907
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 723, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1908
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hf5137e7a528f865f);
1909
1909
  return ret;
1910
1910
  },
1911
1911
  __wbindgen_cast_0000000000000005: function(arg0) {
@@ -1949,27 +1949,27 @@ function __wbg_get_imports() {
1949
1949
  };
1950
1950
  }
1951
1951
 
1952
- function wasm_bindgen__convert__closures_____invoke__h6f3d4b30895d4f66(arg0, arg1) {
1953
- wasm.wasm_bindgen__convert__closures_____invoke__h6f3d4b30895d4f66(arg0, arg1);
1952
+ function wasm_bindgen__convert__closures_____invoke__h67964fb515305df3(arg0, arg1) {
1953
+ wasm.wasm_bindgen__convert__closures_____invoke__h67964fb515305df3(arg0, arg1);
1954
1954
  }
1955
1955
 
1956
- function wasm_bindgen__convert__closures_____invoke__h1de102d8396d84e7(arg0, arg1) {
1957
- wasm.wasm_bindgen__convert__closures_____invoke__h1de102d8396d84e7(arg0, arg1);
1956
+ function wasm_bindgen__convert__closures_____invoke__hf5137e7a528f865f(arg0, arg1) {
1957
+ wasm.wasm_bindgen__convert__closures_____invoke__hf5137e7a528f865f(arg0, arg1);
1958
1958
  }
1959
1959
 
1960
- function wasm_bindgen__convert__closures_____invoke__hc1f7fa9b168b3277(arg0, arg1, arg2) {
1961
- wasm.wasm_bindgen__convert__closures_____invoke__hc1f7fa9b168b3277(arg0, arg1, arg2);
1960
+ function wasm_bindgen__convert__closures_____invoke__h7af717b30b28e8ae(arg0, arg1, arg2) {
1961
+ wasm.wasm_bindgen__convert__closures_____invoke__h7af717b30b28e8ae(arg0, arg1, arg2);
1962
1962
  }
1963
1963
 
1964
- function wasm_bindgen__convert__closures_____invoke__h10797b50422db1d9(arg0, arg1, arg2) {
1965
- const ret = wasm.wasm_bindgen__convert__closures_____invoke__h10797b50422db1d9(arg0, arg1, arg2);
1964
+ function wasm_bindgen__convert__closures_____invoke__hfcfcbd3c7ca0a8cd(arg0, arg1, arg2) {
1965
+ const ret = wasm.wasm_bindgen__convert__closures_____invoke__hfcfcbd3c7ca0a8cd(arg0, arg1, arg2);
1966
1966
  if (ret[1]) {
1967
1967
  throw takeFromExternrefTable0(ret[0]);
1968
1968
  }
1969
1969
  }
1970
1970
 
1971
- function wasm_bindgen__convert__closures_____invoke__h034cae6b5dd12778(arg0, arg1, arg2, arg3) {
1972
- wasm.wasm_bindgen__convert__closures_____invoke__h034cae6b5dd12778(arg0, arg1, arg2, arg3);
1971
+ function wasm_bindgen__convert__closures_____invoke__h3fccbd5fc7c99223(arg0, arg1, arg2, arg3) {
1972
+ wasm.wasm_bindgen__convert__closures_____invoke__h3fccbd5fc7c99223(arg0, arg1, arg2, arg3);
1973
1973
  }
1974
1974
 
1975
1975
 
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@janssenproject/cedarling_wasm",
3
3
  "type": "module",
4
4
  "description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
5
- "version": "0.0.371",
5
+ "version": "0.0.372",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",