Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade deps #28

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Upgrade deps #28

wants to merge 7 commits into from

Conversation

iainkirkpatrick
Copy link
Member

upgrades the lib dependencies to latest stable versions

major changes:

  • syntax for latest feathers
  • rxjs v6 syntax in authentication/epic

@iainkirkpatrick iainkirkpatrick changed the title Upgrade deps WIP: Upgrade deps Jul 3, 2018
Copy link
Member

@ahdinosaur ahdinosaur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks tasty! 🌯 🌮

function initEpic (action$) {
return of(signIn(createCid()))
// .pipe(
// delay(0) // apparently needs delay otherwise action lost
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we sure about removing this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no i am not sure 😅 everything seems to be working without it, i see the SIGN_IN actions i expect to see, but perhaps you have more context there @ahdinosaur ?

Copy link
Member

@ahdinosaur ahdinosaur Jul 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iainkirkpatrick iainkirkpatrick changed the title WIP: Upgrade deps Upgrade deps Jul 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants