@cleocode/adapters 2026.4.5 → 2026.4.7

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.js CHANGED
@@ -667,13 +667,6 @@ var init_status_registry = __esm({
667
667
  }
668
668
  });
669
669
 
670
- // packages/contracts/src/wasm/index.ts
671
- var init_wasm = __esm({
672
- "packages/contracts/src/wasm/index.ts"() {
673
- "use strict";
674
- }
675
- });
676
-
677
670
  // packages/contracts/src/index.ts
678
671
  var init_src = __esm({
679
672
  "packages/contracts/src/index.ts"() {
@@ -685,7 +678,6 @@ var init_src = __esm({
685
678
  init_orchestration_hierarchy();
686
679
  init_session2();
687
680
  init_status_registry();
688
- init_wasm();
689
681
  }
690
682
  });
691
683