beginner-corp / begin-data

A durable and fast key/value store for Begin built on top of DynamoDB
79 stars 8 forks source link

@architect/sandbox v4.xx breaks with @begin/2.0.1, and v3 is not released #90

Closed lwcooper closed 3 years ago

lwcooper commented 3 years ago

I looked at the changelog for @begin/data, and it seems there is a dependency where @architect/sandbox v4.xx requires @begin/data v3, but v3.0 is not released to npm yet, or tagged in git

I am using @architect/sandbox v3.7.4 in the mean time, but it took me quite a while to figure out why my app was breaking after upgrading to @architect/sandbox v4

ryanblock commented 3 years ago

Yikes! Any specific repro steps?

ryanblock commented 3 years ago

Ok, was able to get in there, looks like it's exactly as you said, 3.0 was staged for release but that version was never cut. It's out now, thanks for letting us know!

lwcooper commented 3 years ago

@ryanblock sorry for not providing repro steps, thanks a bunch for the quick fix!

ryanblock commented 3 years ago

No thanks necessary, my bad, thanks for letting me know!