@cleocode/adapters 2026.4.125 → 2026.4.126
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 +0 -8
- package/dist/index.js.map +3 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1031,13 +1031,6 @@ var init_operations = __esm({
|
|
|
1031
1031
|
}
|
|
1032
1032
|
});
|
|
1033
1033
|
|
|
1034
|
-
// packages/contracts/src/orchestration-hierarchy.ts
|
|
1035
|
-
var init_orchestration_hierarchy = __esm({
|
|
1036
|
-
"packages/contracts/src/orchestration-hierarchy.ts"() {
|
|
1037
|
-
"use strict";
|
|
1038
|
-
}
|
|
1039
|
-
});
|
|
1040
|
-
|
|
1041
1034
|
// packages/contracts/src/peer.ts
|
|
1042
1035
|
var init_peer = __esm({
|
|
1043
1036
|
"packages/contracts/src/peer.ts"() {
|
|
@@ -1128,7 +1121,6 @@ var init_src = __esm({
|
|
|
1128
1121
|
init_lafs();
|
|
1129
1122
|
init_operations();
|
|
1130
1123
|
init_params();
|
|
1131
|
-
init_orchestration_hierarchy();
|
|
1132
1124
|
init_peer();
|
|
1133
1125
|
init_session2();
|
|
1134
1126
|
init_status_registry();
|