@cleocode/adapters 2026.4.117 → 2026.4.121
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 +3 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -922,6 +922,13 @@ var init_nexus = __esm({
|
|
|
922
922
|
}
|
|
923
923
|
});
|
|
924
924
|
|
|
925
|
+
// packages/contracts/src/operations/nexus-user-profile.ts
|
|
926
|
+
var init_nexus_user_profile = __esm({
|
|
927
|
+
"packages/contracts/src/operations/nexus-user-profile.ts"() {
|
|
928
|
+
"use strict";
|
|
929
|
+
}
|
|
930
|
+
});
|
|
931
|
+
|
|
925
932
|
// packages/contracts/src/operations/orchestrate.ts
|
|
926
933
|
var init_orchestrate = __esm({
|
|
927
934
|
"packages/contracts/src/operations/orchestrate.ts"() {
|
|
@@ -1009,6 +1016,7 @@ var init_operations = __esm({
|
|
|
1009
1016
|
init_lifecycle();
|
|
1010
1017
|
init_memory();
|
|
1011
1018
|
init_nexus();
|
|
1019
|
+
init_nexus_user_profile();
|
|
1012
1020
|
init_orchestrate();
|
|
1013
1021
|
init_params();
|
|
1014
1022
|
init_release();
|