dromo-uploader-js 1.2.35 → 1.2.36

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.
@@ -247,7 +247,7 @@ export declare enum EInvalidDataBehavior {
247
247
  }
248
248
  export declare enum EBackendSyncMode {
249
249
  DISABLED = "DISABLED",
250
- COLUMNS_ONLY = "COLUMNS_ONLY",
250
+ MAPPINGS_ONLY = "MAPPINGS_ONLY",
251
251
  FULL_DATA = "FULL_DATA"
252
252
  }
253
253
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dromo-uploader-js",
3
- "version": "1.2.35",
3
+ "version": "1.2.36",
4
4
  "description": "Easy to use data (CSV, TSV, Excel) importer",
5
5
  "author": "ankitgoyal100",
6
6
  "license": "MIT",