We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4896615 commit 8be0521Copy full SHA for 8be0521
core/tegg/package.json
@@ -48,7 +48,8 @@
48
"@eggjs/tegg-metadata": "^3.10.0",
49
"@eggjs/tegg-orm-decorator": "^3.10.0",
50
"@eggjs/tegg-runtime": "^3.10.0",
51
- "@eggjs/tegg-schedule-decorator": "^3.10.0"
+ "@eggjs/tegg-schedule-decorator": "^3.10.0",
52
+ "@eggjs/tegg-transaction-decorator": "^3.9.0"
53
},
54
"publishConfig": {
55
"access": "public"
core/tegg/transaction.ts
@@ -0,0 +1 @@
1
+export * from '@eggjs/tegg-transaction-decorator';
0 commit comments