Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tywalch committed Nov 3, 2022
1 parent 1dda30e commit b4ce287
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electrodb",
"version": "2.2.0",
"version": "2.2.1",
"description": "A library to more easily create and interact with multiple entities and heretical relationships in dynamodb",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions test/ts_connected.update.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,6 @@ describe("Update Item", () => {
}
expect(created.data).to.deep.equal(expected);
expect(item.data).to.deep.equal(expected);


});

it('should return an empty object with a Map Attribute when one is updated on the item directly', async () => {
Expand Down

0 comments on commit b4ce287

Please sign in to comment.