dromo-uploader-js 2.12.0 → 2.13.0

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.
@@ -629,6 +629,7 @@ export type IDeveloperSettings = {
629
629
  } | undefined;
630
630
  savePartialSession?: boolean;
631
631
  sessionId?: string | null;
632
+ hydrationId?: string | null;
632
633
  };
633
634
  export type IUser = {
634
635
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dromo-uploader-js",
3
- "version": "2.12.0",
3
+ "version": "2.13.0",
4
4
  "description": "Easy to use data (CSV, TSV, Excel) importer",
5
5
  "author": "ankitgoyal100",
6
6
  "license": "MIT",