@innovastudio/contentbox 1.6.131 → 1.6.132

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.131",
4
+ "version": "1.6.132",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",
@@ -152640,7 +152640,7 @@ ${currentHtml}
152640
152640
  // Error response from OpenAI goes here.
152641
152641
  console.log('Error:\n' + data.error); // ex. wrong API Key => Request failed with status code 401
152642
152642
 
152643
- this.builder.showMessage(out('Request failed.'));
152643
+ this.builder.showMessage(out('Request failed. ' + data.error));
152644
152644
  this.dictation.finish(); // Must be called after finished
152645
152645
 
152646
152646
  return;
@@ -152771,7 +152771,7 @@ ${currentHtml}
152771
152771
  // Error response from OpenAI goes here.
152772
152772
  console.log('Error:\n' + data.error); // ex. wrong API Key => Request failed with status code 401
152773
152773
 
152774
- this.builder.showMessage(out('Request failed.'));
152774
+ this.builder.showMessage(out('Request failed. ' + data.error));
152775
152775
  this.dictation.finish(); // Must be called after finished
152776
152776
 
152777
152777
  return;