@stack-spot/ai-chat-widget 1.29.3 → 1.29.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.29.4](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.29.3...ai-chat-widget@v1.29.4) (2025-07-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * adjusts file size error ([#231](https://github.com/stack-spot/portal-ai-chat-widget/issues/231)) ([f977294](https://github.com/stack-spot/portal-ai-chat-widget/commit/f97729409d0330c128da5763959377f63fa6c7f6))
9
+
3
10
  ## [1.29.3](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.29.2...ai-chat-widget@v1.29.3) (2025-07-11)
4
11
 
5
12
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "1.29.3",
4
- "date": "Fri Jul 11 2025 17:03:28 GMT+0000 (Coordinated Universal Time)",
3
+ "version": "1.29.4",
4
+ "date": "Tue Jul 15 2025 18:34:09 GMT+0000 (Coordinated Universal Time)",
5
5
  "dependencies": [
6
6
  {
7
7
  "name": "@stack-spot/app-metadata",
@@ -20,7 +20,7 @@ const dictionary = {
20
20
  upload: 'Upload file',
21
21
  expand: 'Expand options',
22
22
  collapse: 'Collapse options',
23
- uploadSizeError: 'The following files were not added to the upload list because they\'re larger than $1:',
23
+ uploadSizeError: 'The following files were not added to the upload list because they\'re larger than $0:',
24
24
  uploadItemLimitError: 'The following files were not added because no more than $1 items may be uploaded at a time:',
25
25
  uploadError: 'An error occurred while uploading the file "$0".',
26
26
  uploadDragging: 'Drop the file here to upload',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "1.29.3",
3
+ "version": "1.29.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "1.29.3",
4
- "date": "Fri Jul 11 2025 17:03:28 GMT+0000 (Coordinated Universal Time)",
3
+ "version": "1.29.4",
4
+ "date": "Tue Jul 15 2025 18:34:09 GMT+0000 (Coordinated Universal Time)",
5
5
  "dependencies": [
6
6
  {
7
7
  "name": "@stack-spot/app-metadata",
@@ -21,7 +21,7 @@ const dictionary = {
21
21
  upload: 'Upload file',
22
22
  expand: 'Expand options',
23
23
  collapse: 'Collapse options',
24
- uploadSizeError: 'The following files were not added to the upload list because they\'re larger than $1:',
24
+ uploadSizeError: 'The following files were not added to the upload list because they\'re larger than $0:',
25
25
  uploadItemLimitError: 'The following files were not added because no more than $1 items may be uploaded at a time:',
26
26
  uploadError: 'An error occurred while uploading the file "$0".',
27
27
  uploadDragging: 'Drop the file here to upload',