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

build: update deps and ramda functions #51

Merged
merged 5 commits into from
Apr 14, 2024
Merged

Conversation

crash7
Copy link
Contributor

@crash7 crash7 commented Oct 13, 2022

No description provided.

@crash7 crash7 requested a review from nfantone as a code owner October 13, 2022 22:32
src/remove.js Outdated
Comment on lines 16 to 22
const pipeP = pipeWith(andThen);

/**
* @private
*/
const removeAndUnwrapAttributes = deleteItem => pipeP(apply(deleteItem), unwrapProp('Attributes'));
const removeAndUnwrapAttributes = deleteItem =>
pipeP([apply(deleteItem), unwrapProp('Attributes')]);
Copy link
Contributor Author

@crash7 crash7 Oct 13, 2022

Choose a reason for hiding this comment

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

@nfantone does this makes sense to you? I can move the pipeP to a util folder before merging.

context: pipeP was removed on the last version

Copy link
Collaborator

Choose a reason for hiding this comment

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

Makes sense to me. Although, in hindsight, I would probably use a regular async function now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Something like this?

@crash7 crash7 requested a review from nfantone October 28, 2022 15:13
@crash7
Copy link
Contributor Author

crash7 commented Nov 25, 2022

@nfantone could you check the last change whenever you have time? 010863e

@crash7 crash7 enabled auto-merge (squash) April 14, 2024 19:48
Copy link

Code coverage

Filename Statements Branches Functions Lines
src/builders/put.js 100% 100% 100% 100%
src/builders/catcon.js 100% 100% 100% 100%
src/builders/append.js 100% 100% 100% 100%
src/map-merge-args.js 100% 100% 100% 100%
src/cast-array.js 100% 100% 100% 100%
src/builders/update-expression.js 100% 100% 100% 100%
src/update.js 100% 100% 100% 100%
src/wrapper.js 95% 100% 83.33% 100%
src/table-name.js 100% 100% 100% 100%
src/return-values.js 100% 100% 100% 100%
src/generate-key.js 100% 100% 100% 100%
src/batch-get-item.js 100% 100% 100% 100%
src/get.js 100% 100% 100% 100%
src/batch-write-item.js 100% 100% 100% 100%
src/generate-item.js 100% 100% 100% 100%
src/remove.js 100% 100% 100% 100%
src/builders/remove.js 100% 100% 100% 100%
src/query.js 100% 100% 100% 100%
src/insert.js 100% 100% 100% 100%
src/get-all.js 100% 100% 100% 100%
src/count.js 100% 100% 100% 100%
src/describe-table.js 100% 100% 100% 100%

@crash7 crash7 merged commit d101a86 into master Apr 14, 2024
4 checks passed
@crash7 crash7 deleted the build/update-deps-ci branch April 14, 2024 20:09
@crash7 crash7 mentioned this pull request Apr 14, 2024
@flybondi-nelson
Copy link
Contributor

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants