dromo-uploader-js 1.3.3 → 1.3.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.
@@ -282,7 +282,7 @@ export interface IResultMetadata {
282
282
  fields: IFieldMetadata;
283
283
  saveForLater?: boolean;
284
284
  }
285
- export declare type TLocaleShorthand = "en" | "de" | "fr";
285
+ export declare type TLocaleShorthand = "de" | "en" | "es" | "fr" | "in" | "ja" | "ko" | "th" | "vi" | "zh_CN" | "zh_TW";
286
286
  export declare enum EStepHook {
287
287
  UPLOAD_STEP = "UPLOAD_STEP",
288
288
  REVIEW_STEP = "REVIEW_STEP",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dromo-uploader-js",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Easy to use data (CSV, TSV, Excel) importer",
5
5
  "author": "ankitgoyal100",
6
6
  "license": "MIT",