@voltx/ui 0.3.0 → 0.4.1
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -35,6 +35,6 @@ interface UseAgentReturn {
|
|
|
35
35
|
error: Error | null;
|
|
36
36
|
}
|
|
37
37
|
declare function useAgent(options: UseAgentOptions): UseAgentReturn;
|
|
38
|
-
declare const VERSION = "0.
|
|
38
|
+
declare const VERSION = "0.4.1";
|
|
39
39
|
|
|
40
40
|
export { type ChatMessage, type UseAgentOptions, type UseAgentReturn, type UseChatOptions, type UseChatReturn, VERSION, useAgent, useChat };
|
package/dist/index.d.ts
CHANGED
|
@@ -35,6 +35,6 @@ interface UseAgentReturn {
|
|
|
35
35
|
error: Error | null;
|
|
36
36
|
}
|
|
37
37
|
declare function useAgent(options: UseAgentOptions): UseAgentReturn;
|
|
38
|
-
declare const VERSION = "0.
|
|
38
|
+
declare const VERSION = "0.4.1";
|
|
39
39
|
|
|
40
40
|
export { type ChatMessage, type UseAgentOptions, type UseAgentReturn, type UseChatOptions, type UseChatReturn, VERSION, useAgent, useChat };
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED