Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rikschennink committed Aug 1, 2019
1 parent c7278b0 commit 67e59c1
Show file tree
Hide file tree
Showing 4 changed files with 1,637 additions and 2,259 deletions.
6 changes: 5 additions & 1 deletion dist/filepond.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,15 @@

var queryHandles = {};
queries.forEach(function(query) {
queryHandles = Object.assign({}, query(state), queryHandles);
queryHandles = Object.assign({}, query(state), {}, queryHandles);
});

var actionHandlers = {};
actions.forEach(function(action) {
actionHandlers = Object.assign(
{},
action(dispatch, query, state),
{},
actionHandlers
);
});
Expand Down Expand Up @@ -9240,8 +9241,10 @@
{},

on(),
{},

readWriteApi,
{},

createOptionAPI(store, defaultOptions),
{
Expand Down Expand Up @@ -9443,6 +9446,7 @@
{},

defaultOptions,
{},

customOptions
)
Expand Down
2 changes: 1 addition & 1 deletion dist/filepond.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 67e59c1

Please sign in to comment.