Skip to content

Commit

Permalink
Merge branch 'main' of github.com:stepaniukm/emmett into in-memory-in…
Browse files Browse the repository at this point in the history
…line-projections
  • Loading branch information
stepaniukm committed Feb 10, 2025
2 parents 38dc3b9 + 3eda928 commit 250dc59
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 23 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,19 @@ Because I'm unsure how this will end, and I don't want to expose it as an MIT li

## Support

💖 If you'd like this initiative or want to use it potentially. Feel invited you **join** the group of my 👉 [Github Sponsors](https://github.com/sponsors/event-driven-io).
💖 If you'd like this project and want us to deliver more and faster, feel invited to **join** the group of our 👉 [Github Sponsors](https://github.com/sponsors/event-driven-io).

GitHub ⭐'s won't pay the bills, so any help is more than welcome!
By doing so, you're helping to make our work on it sustainable and continuing our efforts so we can support your products.

**🥉 [Bronze Sponsors](https://github.com/sponsors/event-driven-io)**

- [productminds](https://github.com/pminds)

## Contributing

Feel invited to contribute to Emmett. Check details in [contributing guide](CONTRIBUTING.md).
Emmett is a community project, so once you find something missing or not working, we encourage you to [send us a GH issue](https://github.com/event-driven-io/emmett/issues/new) or [Pull Request](https://github.com/event-driven-io/emmett/compare) extending the support or test coverage! Check also [Contributing guide](https://github.com/event-driven-io/emmett/blob/main/CONTRIBUTING.md)

**If you think something is missing or want to get some features faster, I'm happy to take sponsoring to prioritise it. Feel free to [contact me](mailto:[email protected]) - we'll find a way to help you!**

## Code of Conduct

Expand Down
28 changes: 14 additions & 14 deletions samples/webApi/expressjs-with-postgresql/package-lock.json

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

6 changes: 3 additions & 3 deletions samples/webApi/expressjs-with-postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"homepage": "https://github.com/event-driven-io/emmett#readme",
"dependencies": {
"@event-driven-io/emmett": "0.23.0-alpha.12",
"@event-driven-io/emmett-expressjs": "0.23.0-alpha.12",
"@event-driven-io/emmett-postgresql": "0.23.0-alpha.12"
"@event-driven-io/emmett": "0.26.0",
"@event-driven-io/emmett-expressjs": "0.26.0",
"@event-driven-io/emmett-postgresql": "0.26.0"
},
"devDependencies": {
"@testcontainers/postgresql": "^10.10.3",
Expand Down
4 changes: 4 additions & 0 deletions src/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export default defineConfig({
text: 'Release Notes',
link: 'https://github.com/event-driven-io/emmett/releases',
},
{
text: 'Support',
link: 'https://github.com/sponsors/event-driven-io',
},
],

sidebar: [
Expand Down
3 changes: 0 additions & 3 deletions src/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ hero:
- theme: brand
text: Getting Started
link: /getting-started
- theme: alt
text: API Docs
link: /api-docs
- theme: alt
text: 🧑‍💻 Join Discord Server
link: https://discord.gg/fTpqUTMmVa
Expand Down

0 comments on commit 250dc59

Please sign in to comment.