microboard-temp 0.4.1 → 0.4.2

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.
@@ -124,9 +124,9 @@ export declare const conf: {
124
124
  measureCtx: CanvasRenderingContext2D;
125
125
  i18n: import("i18next").i18n;
126
126
  hooks: {
127
- beforeMediaUpload: (...args: unknown[]) => Promise<boolean>;
128
- beforeMediaRemove: (...args: unknown[]) => Promise<boolean>;
129
- onUploadMediaError: (...args: unknown[]) => Promise<boolean>;
127
+ beforeMediaUpload: (...args: any[]) => Promise<boolean>;
128
+ beforeMediaRemove: (...args: any[]) => Promise<boolean>;
129
+ onUploadMediaError: (...args: any[]) => Promise<boolean>;
130
130
  };
131
131
  openModal: OpenModalFunction;
132
132
  notify: NotifyWrapperFunction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",