@cleocode/adapters 2026.4.77 → 2026.4.82
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 +9 -0
- package/dist/index.js.map +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -893,6 +893,13 @@ var init_orchestrate = __esm({
|
|
|
893
893
|
}
|
|
894
894
|
});
|
|
895
895
|
|
|
896
|
+
// packages/contracts/src/operations/params.ts
|
|
897
|
+
var init_params = __esm({
|
|
898
|
+
"packages/contracts/src/operations/params.ts"() {
|
|
899
|
+
"use strict";
|
|
900
|
+
}
|
|
901
|
+
});
|
|
902
|
+
|
|
896
903
|
// packages/contracts/src/operations/release.ts
|
|
897
904
|
var init_release = __esm({
|
|
898
905
|
"packages/contracts/src/operations/release.ts"() {
|
|
@@ -949,6 +956,7 @@ var init_operations = __esm({
|
|
|
949
956
|
init_issues();
|
|
950
957
|
init_lifecycle();
|
|
951
958
|
init_orchestrate();
|
|
959
|
+
init_params();
|
|
952
960
|
init_release();
|
|
953
961
|
init_research();
|
|
954
962
|
init_session();
|
|
@@ -1047,6 +1055,7 @@ var init_src = __esm({
|
|
|
1047
1055
|
init_facade();
|
|
1048
1056
|
init_lafs();
|
|
1049
1057
|
init_operations();
|
|
1058
|
+
init_params();
|
|
1050
1059
|
init_orchestration_hierarchy();
|
|
1051
1060
|
init_session2();
|
|
1052
1061
|
init_status_registry();
|