@meistrari/chat-nuxt 4.2.0-rc.6 → 4.2.0-rc.7

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/README.md CHANGED
@@ -35,7 +35,7 @@ Runtime internals under `src/runtime/**`, generated Nuxt aliases, and workspace-
35
35
 
36
36
  ## Conversation forks
37
37
 
38
- Completed assistant responses offer **Iniciar nova conversa a partir daqui** in the three-dot
38
+ Completed assistant responses offer **Continuar em nova conversa** in the three-dot
39
39
  menu below the response, beside the feedback controls. User messages cannot be forked.
40
40
  The embed selects the new conversation and emits its existing `update:conversationId` event.
41
41
  The new conversation stays idle until the user sends a message.
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meistrari/chat-nuxt",
3
3
  "configKey": "chatNuxt",
4
- "version": "4.2.0-rc.6",
4
+ "version": "4.2.0-rc.7",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
@@ -8,7 +8,7 @@ const emit = defineEmits(["fork"]);
8
8
  <template>
9
9
  <div>
10
10
  <TelaDropdownMenu
11
- :items="[{ label: 'Iniciar nova conversa a partir daqui', icon: 'i-ph-git-branch', disabled, click: () => emit('fork') }]"
11
+ :items="[{ label: 'Continuar em nova conversa', icon: 'i-ph-git-branch', disabled, click: () => emit('fork') }]"
12
12
  align="end"
13
13
  :should-be-modal="false"
14
14
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/chat-nuxt",
3
- "version": "4.2.0-rc.6",
3
+ "version": "4.2.0-rc.7",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {