Skip to content

Commit

Permalink
feat: export transaction decorator from tegg
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Jun 29, 2023
1 parent 4896615 commit 8be0521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/tegg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"@eggjs/tegg-metadata": "^3.10.0",
"@eggjs/tegg-orm-decorator": "^3.10.0",
"@eggjs/tegg-runtime": "^3.10.0",
"@eggjs/tegg-schedule-decorator": "^3.10.0"
"@eggjs/tegg-schedule-decorator": "^3.10.0",
"@eggjs/tegg-transaction-decorator": "^3.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions core/tegg/transaction.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '@eggjs/tegg-transaction-decorator';

0 comments on commit 8be0521

Please sign in to comment.