@innovastudio/contentbox 1.6.129 → 1.6.130

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
@@ -353,9 +353,9 @@ interface ContentBoxOptions {
353
353
  generateMediaUrl_Google?: string;
354
354
  assetsFolder?: string;
355
355
  templatesUrl?: string;
356
- templateFilters: any[];
356
+ templateFilters?: any[];
357
357
  templatesConfig?: Record<string, any>;
358
- customData: Record<string, any>;
358
+ customData?: Record<string, any>;
359
359
  exampleImageUrl?: string;
360
360
  exampleVideoUrl?: string;
361
361
  exampleAudioUrl?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.129",
4
+ "version": "1.6.130",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",