@innovastudio/contentbox 1.6.126 → 1.6.127

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -254,8 +254,8 @@ interface ContentBoxOptions {
254
254
  simpleTextSettings?: boolean;
255
255
  UIColor?: any[];
256
256
 
257
- defaultHeaders?: any[];
258
- headers?: any[];
257
+ defaultHeaders?: { [key: string]: string };
258
+ headers?: { [key: string]: string };
259
259
 
260
260
  consoleLog?: boolean;
261
261
  AIToolbar?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.126",
4
+ "version": "1.6.127",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",