stream-chat-angular 4.49.0 → 4.49.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/assets/i18n/en.d.ts +0 -1
- package/assets/version.d.ts +1 -1
- package/bundles/stream-chat-angular.umd.js +3 -4
- package/bundles/stream-chat-angular.umd.js.map +1 -1
- package/esm2015/assets/i18n/en.js +2 -3
- package/esm2015/assets/version.js +2 -2
- package/esm2015/lib/message-input/message-input.component.js +2 -2
- package/fesm2015/stream-chat-angular.js +3 -4
- package/fesm2015/stream-chat-angular.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/i18n/en.ts +1 -2
- package/src/assets/version.ts +1 -1
package/package.json
CHANGED
package/src/assets/i18n/en.ts
CHANGED
|
@@ -27,7 +27,7 @@ export const en = {
|
|
|
27
27
|
'Error uploading file, maximum file size exceeded':
|
|
28
28
|
'Error uploading "{{ name }}", maximum file size {{ limit }} exceeded',
|
|
29
29
|
'Error uploading file, extension not supported':
|
|
30
|
-
'Error uploading "{{ name }}",
|
|
30
|
+
'Error uploading "{{ name }}", type {{ ext }} not supported',
|
|
31
31
|
'Error deleting attachment': 'Error deleting attachment',
|
|
32
32
|
'Error · Unsent': "Message couldn't be sent",
|
|
33
33
|
'Error: {{ errorMessage }}': 'Error: {{ errorMessage }}',
|
|
@@ -98,7 +98,6 @@ export const en = {
|
|
|
98
98
|
"You can't send messages in this channel",
|
|
99
99
|
"You can't send thread replies in this channel":
|
|
100
100
|
"You can't send thread replies in this channel",
|
|
101
|
-
'Unsupported file type: {{type}}': 'Unsupported file type: {{type}}',
|
|
102
101
|
'Message not found': 'Message not found',
|
|
103
102
|
'No chats here yet…': 'No chats here yet…',
|
|
104
103
|
'user is typing': '{{ user }} is typing',
|
package/src/assets/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '4.49.
|
|
1
|
+
export const version = '4.49.1';
|