Skip to content

Commit 8be0521

Browse files
committed
feat: export transaction decorator from tegg
1 parent 4896615 commit 8be0521

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

core/tegg/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"@eggjs/tegg-metadata": "^3.10.0",
4949
"@eggjs/tegg-orm-decorator": "^3.10.0",
5050
"@eggjs/tegg-runtime": "^3.10.0",
51-
"@eggjs/tegg-schedule-decorator": "^3.10.0"
51+
"@eggjs/tegg-schedule-decorator": "^3.10.0",
52+
"@eggjs/tegg-transaction-decorator": "^3.9.0"
5253
},
5354
"publishConfig": {
5455
"access": "public"

core/tegg/transaction.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from '@eggjs/tegg-transaction-decorator';

0 commit comments

Comments
 (0)