@smarter.sh/ui-chat 0.1.3 → 0.1.4
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.
|
@@ -28843,10 +28843,12 @@ function G8({
|
|
|
28843
28843
|
)
|
|
28844
28844
|
] }) }) }) }) }) });
|
|
28845
28845
|
}
|
|
28846
|
+
const Q8 = "0.1.4";
|
|
28846
28847
|
export {
|
|
28847
28848
|
so as MessageDirectionEnum,
|
|
28848
28849
|
Ha as SenderRoleEnum,
|
|
28849
28850
|
G8 as SmarterChat,
|
|
28850
|
-
N8 as ValidMessageRolesEnum
|
|
28851
|
+
N8 as ValidMessageRolesEnum,
|
|
28852
|
+
Q8 as version
|
|
28851
28853
|
};
|
|
28852
28854
|
//# sourceMappingURL=smarter-chat-library.es.js.map
|