Skip to content

Commit

Permalink
Bumped Emmett to 0.23.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Dec 11, 2024
1 parent 3a0f0f3 commit bc750e4
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
58 changes: 29 additions & 29 deletions workshops/introduction_to_event_sourcing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions workshops/introduction_to_event_sourcing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"dotenv-cli": "7.4.4",
"express": "4.21.1",
"express-async-errors": "3.1.1",
"@event-driven-io/emmett": "0.23.0-alpha.3",
"@event-driven-io/emmett-esdb": "0.23.0-alpha.3",
"@event-driven-io/emmett-postgresql": "0.23.0-alpha.3",
"@event-driven-io/emmett-mongodb": "0.23.0-alpha.3",
"@event-driven-io/emmett-expressjs": "0.23.0-alpha.3",
"@event-driven-io/emmett-testcontainers": "0.23.0-alpha.3",
"@event-driven-io/emmett": "0.23.0-alpha.5",
"@event-driven-io/emmett-esdb": "0.23.0-alpha.5",
"@event-driven-io/emmett-postgresql": "0.23.0-alpha.5",
"@event-driven-io/emmett-mongodb": "0.23.0-alpha.5",
"@event-driven-io/emmett-expressjs": "0.23.0-alpha.5",
"@event-driven-io/emmett-testcontainers": "0.23.0-alpha.5",
"@testcontainers/postgresql": "^10.10.3",
"@testcontainers/mongodb": "^10.13.2",
"http-problem-details": "0.1.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ describe('Getting state from events', () => {
_metadata: {
name: 'short_info',
schemaVersion: 1,
streamPosition: 3,
streamPosition: 1,
},
});
});
Expand Down

0 comments on commit bc750e4

Please sign in to comment.