-
Notifications
You must be signed in to change notification settings - Fork 16
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
Added Partial to the creatEvent the body args type #14
Conversation
It would be nice to get this change merged in. |
Agreed. Can we get this merged? |
What has to be done to get this merged? Makes the library fairly unusable in a typescript project currently :( |
FYI we've forked and published a version of this library with these changes - you can view/install it here https://github.com/Metronome-Industries/event-mocks. Ideally I'd love for these changes to be merged/published here, but until then feel free to make PRs etc against our fork, we'll try to be responsive, merge changes, etc as needed. |
This would be super helpful! |
Yeah sure! |
@cozmo just did, thank you! |
@astuyve @chrismcleod @dschep Can someone please review or at least comment on this? It has been over 3 years |
Hey @KyloJorgensen - unfortunately the three of us left Serverless.com some years ago, and no longer have permissions to maintain this library. |
@astuyve Thanks for reply. @Danwakeem Hey Dan could you or someone on your team please review this PR or give me some feedback? Thanks so much |
If anyone would be interested in maintaining this package, please let me know |
@medikoo are you planning a release on npm for all the changes on master? |
@KyloJorgensen I wanted to do so, but apparently the build script fails now:
Can anyone look into that? |
|
Fix for
![image](https://user-images.githubusercontent.com/18789138/71628006-05858c00-2bb3-11ea-98b1-bbcfd6f4cd5b.png)
The package does a merge but the types match in documented use cases.
This PR does a Deep Partial to make it simple to use.