Skip to content

Commit

Permalink
v0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
axotion committed Oct 4, 2024
1 parent 3a4869c commit 6ad358d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.24",
"version": "0.0.25",
"packages": [
"packages/*"
]
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestixis/nestjs-inbox-outbox",
"version": "0.0.24",
"version": "0.0.25",
"description": "NestJS Inbox Outbox pattern implementation with extensible database drivers",
"scripts": {
"build": "tsc",
Expand Down
6 changes: 3 additions & 3 deletions packages/mikroorm-driver/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/mikroorm-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestixis/nestjs-inbox-outbox-mikroorm-driver",
"version": "0.0.24",
"version": "0.0.25",
"description": "This package provides a driver for the NestJS Inbox Outbox library that uses MikroORM to interact with the database.",
"scripts": {
"build": "tsc",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@mikro-orm/core": "^6.3.9",
"@mikro-orm/migrations": "^6.3.9",
"@nestixis/nestjs-inbox-outbox": "^0.0.24"
"@nestixis/nestjs-inbox-outbox": "^0.0.25"
},
"devDependencies": {
"@types/node": "^20.16.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/typeorm-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestixis/nestjs-inbox-outbox-typeorm-driver",
"version": "0.0.24",
"version": "0.0.25",
"description": "This package provides a driver for the NestJS Inbox Outbox library that uses TypeORM to interact with the database.",
"author": "axotion <[email protected]>",
"homepage": "https://github.com/Nestixis/nestjs-inbox-outbox#readme",
Expand All @@ -19,7 +19,7 @@
"access": "public"
},
"dependencies": {
"@nestixis/nestjs-inbox-outbox": "^0.0.24",
"@nestixis/nestjs-inbox-outbox": "^0.0.25",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.20"
},
Expand Down

0 comments on commit 6ad358d

Please sign in to comment.