bpm-core 0.0.142 → 0.0.143

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.
@@ -56,7 +56,7 @@ export declare class DocsUploaderComponent<Type> extends ControlValueAccessorDir
56
56
  destroyRef: DestroyRef;
57
57
  maxLength: number | string;
58
58
  sendAsFormdata: boolean;
59
- maxSize: string;
59
+ maxSize: any;
60
60
  private readonly validImageTypes;
61
61
  validImgPdfTypes: {
62
62
  pdf: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpm-core",
3
- "version": "0.0.142",
3
+ "version": "0.0.143",
4
4
  "bin": {
5
5
  "bpm-core": "./cli/index.js"
6
6
  },