@cleocode/adapters 2026.5.101 → 2026.5.103
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 +8 -0
- package/dist/index.js.map +2 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -770,6 +770,13 @@ var init_attachment_schema = __esm({
|
|
|
770
770
|
}
|
|
771
771
|
});
|
|
772
772
|
|
|
773
|
+
// packages/contracts/src/boundary.ts
|
|
774
|
+
var init_boundary = __esm({
|
|
775
|
+
"packages/contracts/src/boundary.ts"() {
|
|
776
|
+
"use strict";
|
|
777
|
+
}
|
|
778
|
+
});
|
|
779
|
+
|
|
773
780
|
// packages/contracts/src/branch-lock.ts
|
|
774
781
|
var init_branch_lock = __esm({
|
|
775
782
|
"packages/contracts/src/branch-lock.ts"() {
|
|
@@ -1732,6 +1739,7 @@ var init_src = __esm({
|
|
|
1732
1739
|
"packages/contracts/src/index.ts"() {
|
|
1733
1740
|
init_acceptance_gate_schema();
|
|
1734
1741
|
init_attachment_schema();
|
|
1742
|
+
init_boundary();
|
|
1735
1743
|
init_branch_lock();
|
|
1736
1744
|
init_changesets();
|
|
1737
1745
|
init_cli_category();
|