@cleocode/adapters 2026.5.98 → 2026.5.100
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
|
@@ -861,6 +861,13 @@ var init_identity = __esm({
|
|
|
861
861
|
}
|
|
862
862
|
});
|
|
863
863
|
|
|
864
|
+
// packages/contracts/src/dispatch/operations-registry.ts
|
|
865
|
+
var init_operations_registry = __esm({
|
|
866
|
+
"packages/contracts/src/dispatch/operations-registry.ts"() {
|
|
867
|
+
"use strict";
|
|
868
|
+
}
|
|
869
|
+
});
|
|
870
|
+
|
|
864
871
|
// packages/contracts/src/docs-taxonomy.ts
|
|
865
872
|
var BUILTIN_DOC_KINDS, BUILTIN_DOC_KIND_VALUES;
|
|
866
873
|
var init_docs_taxonomy = __esm({
|
|
@@ -1730,6 +1737,7 @@ var init_src = __esm({
|
|
|
1730
1737
|
init_cli_category();
|
|
1731
1738
|
init_credentials();
|
|
1732
1739
|
init_identity();
|
|
1740
|
+
init_operations_registry();
|
|
1733
1741
|
init_docs_taxonomy();
|
|
1734
1742
|
init_engine_result();
|
|
1735
1743
|
init_enums();
|