@coffer-org/plugin-webchat 7.0.0 → 7.0.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/locales/en.json CHANGED
@@ -11,6 +11,9 @@
11
11
  "collapse": "Collapse",
12
12
  "newConversation": "New conversation",
13
13
  "threads": "Conversations",
14
+ "you": "You",
15
+ "makePrivate": "Make private",
16
+ "makePublic": "Make public",
14
17
  "empty": "No messages yet",
15
18
  "suggestions": "Suggestions",
16
19
  "placeholder": "Ask about your data…",
package/locales/ru.json CHANGED
@@ -11,6 +11,9 @@
11
11
  "collapse": "Свернуть",
12
12
  "newConversation": "Новый разговор",
13
13
  "threads": "Разговоры",
14
+ "you": "Вы",
15
+ "makePrivate": "Сделать приватным",
16
+ "makePublic": "Сделать публичным",
14
17
  "empty": "Пока нет сообщений",
15
18
  "suggestions": "Подсказки",
16
19
  "placeholder": "Спроси о своих данных…",
package/locales/uk.json CHANGED
@@ -11,6 +11,9 @@
11
11
  "collapse": "Згорнути",
12
12
  "newConversation": "Нова розмова",
13
13
  "threads": "Розмови",
14
+ "you": "Ви",
15
+ "makePrivate": "Зробити приватною",
16
+ "makePublic": "Зробити публічною",
14
17
  "empty": "Ще немає повідомлень",
15
18
  "suggestions": "Підказки",
16
19
  "placeholder": "Запитай про свої дані…",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffer-org/plugin-webchat",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=24"
@@ -27,8 +27,8 @@
27
27
  "test:ui": "vitest run --root ."
28
28
  },
29
29
  "dependencies": {
30
- "@coffer-org/sdk": "^7.0.0",
31
- "@coffer-org/server": "^7.0.0",
30
+ "@coffer-org/sdk": "^7.3.0",
31
+ "@coffer-org/server": "^7.3.0",
32
32
  "lucide-react": "^1.17.0",
33
33
  "react-markdown": "^10.1.0",
34
34
  "remark-gfm": "^4.0.1"