@ioca/react 1.2.3 → 1.2.4

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.
@@ -918,6 +918,7 @@ interface IFile extends File {
918
918
  id: string;
919
919
  instance?: File;
920
920
  src?: string;
921
+ url?: string;
921
922
  [key: string]: any;
922
923
  }
923
924
  interface RefUpload {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ioca/react",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",