Skip to content

Commit e9993b5

Browse files
committed
v0.0.29
1 parent a817304 commit e9993b5

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"packages": [
55
"packages/*"
66
]

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestixis/nestjs-inbox-outbox",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"description": "NestJS Inbox Outbox pattern implementation with extensible database drivers",
55
"scripts": {
66
"build": "tsc",

packages/mikroorm-driver/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mikroorm-driver/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestixis/nestjs-inbox-outbox-mikroorm-driver",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"description": "This package provides a driver for the NestJS Inbox Outbox library that uses MikroORM to interact with the database.",
55
"scripts": {
66
"build": "tsc",
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@mikro-orm/core": "^6.3.9",
2222
"@mikro-orm/migrations": "^6.3.9",
23-
"@nestixis/nestjs-inbox-outbox": "^0.0.28"
23+
"@nestixis/nestjs-inbox-outbox": "^0.0.29"
2424
},
2525
"devDependencies": {
2626
"@types/node": "^20.16.5",

packages/typeorm-driver/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestixis/nestjs-inbox-outbox-typeorm-driver",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"description": "This package provides a driver for the NestJS Inbox Outbox library that uses TypeORM to interact with the database.",
55
"author": "axotion <[email protected]>",
66
"homepage": "https://github.com/Nestixis/nestjs-inbox-outbox#readme",
@@ -19,7 +19,7 @@
1919
"access": "public"
2020
},
2121
"dependencies": {
22-
"@nestixis/nestjs-inbox-outbox": "^0.0.28",
22+
"@nestixis/nestjs-inbox-outbox": "^0.0.29",
2323
"reflect-metadata": "^0.2.2",
2424
"typeorm": "^0.3.20"
2525
},

0 commit comments

Comments
 (0)