serverless-seoul / dynamorm

AWS DynamoDB ORM in Typescript
Apache License 2.0
55 stars 4 forks source link

upgrade version of aws-xray-sdk-core #15

Closed matthewbpt closed 3 years ago

matthewbpt commented 3 years ago

Upgrade version of aws-xray-sdk-core

Is it a breaking change?:

NO

Why did you make these changes?

So this package can be added to projects using node engine > 8

What's changed in these changes?

Only the minimum version required of aws-xray-sdk-core

Submission Type

All Submissions

New Features

mooyoul commented 3 years ago

FYI - This PR will be merged after #9 is resolved

mooyoul commented 3 years ago

Hello @matthewbpt, We need to resolve conflicts to merge this. Could you rebase base again? thanks

matthewbpt commented 3 years ago

It looks like the upstream change also upgraded the same package I wanted to upgrade, so this PR is not needed anymore. I can use this package in our project now!