@innovastudio/contentbox 1.6.80 → 1.6.81

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -319,7 +319,7 @@ interface ContentBoxOptions {
319
319
  declare class ContentBox {
320
320
  constructor(options: ContentBoxOptions);
321
321
 
322
- boxImage(url: string, err: string): void;
322
+ boxImage(url: string, err?: string): void;
323
323
  returnUrl(s: string): void;
324
324
  htmlCheck(): void;
325
325
  loadHtml(html: string): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.80",
4
+ "version": "1.6.81",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",