@ai-accounts/vue-headless 0.3.4 → 0.3.5

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.cjs CHANGED
@@ -900,7 +900,7 @@ function useStreamingParser(options = {}) {
900
900
  }
901
901
 
902
902
  // src/index.ts
903
- var version = "0.3.4";
903
+ var version = "0.3.5";
904
904
  // Annotate the CommonJS export names for ESM import in node:
905
905
  0 && (module.exports = {
906
906
  aiAccountsKey,
package/dist/index.d.cts CHANGED
@@ -201,6 +201,6 @@ interface UseStreamingParserReturn {
201
201
  */
202
202
  declare function useStreamingParser(options?: UseStreamingParserOptions): UseStreamingParserReturn;
203
203
 
204
- declare const version = "0.3.4";
204
+ declare const version = "0.3.5";
205
205
 
206
206
  export { type AiAccountsContext, type AiAccountsPluginOptions, type BackendResponseState, type LoginStatus, type ProcessGroup, type SynthesisStateRef, type UseAccountWizardOptions, type UseAccountWizardReturn, type UseConversationReturn, type UseLoginSession, type UseOnboardingOptions, type UseOnboardingReturn, type UseProcessGroupsReturn, type UseSmartChatReturn, type UseSmartScrollReturn, type UseStreamingParserOptions, type UseStreamingParserReturn, aiAccountsKey, aiAccountsPlugin, useAccountWizard, useAiAccounts, useBackendRegistry, useConversation, useLoginSession, useOnboarding, useProcessGroups, useSmartChat, useSmartScroll, useStreamingParser, version };
package/dist/index.d.ts CHANGED
@@ -201,6 +201,6 @@ interface UseStreamingParserReturn {
201
201
  */
202
202
  declare function useStreamingParser(options?: UseStreamingParserOptions): UseStreamingParserReturn;
203
203
 
204
- declare const version = "0.3.4";
204
+ declare const version = "0.3.5";
205
205
 
206
206
  export { type AiAccountsContext, type AiAccountsPluginOptions, type BackendResponseState, type LoginStatus, type ProcessGroup, type SynthesisStateRef, type UseAccountWizardOptions, type UseAccountWizardReturn, type UseConversationReturn, type UseLoginSession, type UseOnboardingOptions, type UseOnboardingReturn, type UseProcessGroupsReturn, type UseSmartChatReturn, type UseSmartScrollReturn, type UseStreamingParserOptions, type UseStreamingParserReturn, aiAccountsKey, aiAccountsPlugin, useAccountWizard, useAiAccounts, useBackendRegistry, useConversation, useLoginSession, useOnboarding, useProcessGroups, useSmartChat, useSmartScroll, useStreamingParser, version };
package/dist/index.js CHANGED
@@ -856,7 +856,7 @@ function useStreamingParser(options = {}) {
856
856
  }
857
857
 
858
858
  // src/index.ts
859
- var version = "0.3.4";
859
+ var version = "0.3.5";
860
860
  export {
861
861
  aiAccountsKey,
862
862
  aiAccountsPlugin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-accounts/vue-headless",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Vue 3 headless composables for ai-accounts",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",