@cleocode/adapters 2026.4.108 → 2026.4.110

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
@@ -985,6 +985,13 @@ var init_validate = __esm({
985
985
  }
986
986
  });
987
987
 
988
+ // packages/contracts/src/operations/variable-substitution.ts
989
+ var init_variable_substitution = __esm({
990
+ "packages/contracts/src/operations/variable-substitution.ts"() {
991
+ "use strict";
992
+ }
993
+ });
994
+
988
995
  // packages/contracts/src/operations/index.ts
989
996
  var init_operations = __esm({
990
997
  "packages/contracts/src/operations/index.ts"() {
@@ -1004,6 +1011,7 @@ var init_operations = __esm({
1004
1011
  init_system();
1005
1012
  init_tasks();
1006
1013
  init_validate();
1014
+ init_variable_substitution();
1007
1015
  }
1008
1016
  });
1009
1017