Skip to content

Commit

Permalink
refactor(picker): update picker to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholuj committed May 31, 2019
1 parent 4b585a9 commit 2f65eac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @private
*/
const PICKER_VERSION = '1.4.9';
const PICKER_VERSION = '1.5.1';

/**
* @private
Expand Down
10 changes: 5 additions & 5 deletions src/schema/picker.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@ export const PickerParamsSchema = {
},
},
},
errorsTimeout: {
type: 'number',
minimum: 0,
},
customAuthText: {
type: 'object',
patternProperties: {
Expand All @@ -382,10 +386,6 @@ export const PickerParamsSchema = {
type: 'object',
additionalProperties: false,
properties: UploadParamsSchema.properties,// manual import upload definitions
},
errorsTimeout: {
type: 'number',
minimum: 0,
},
}
},
};

0 comments on commit 2f65eac

Please sign in to comment.