feat(workflows-*): Allow to re run non idempotent but stored workflow with the same transaction id if considered done (#12362)
This commit is contained in:
committed by
GitHub
parent
97dd520c64
commit
80007f3afd
@@ -40,7 +40,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/types": "2.7.1",
|
||||
"@medusajs/utils": "2.7.1"
|
||||
"@medusajs/utils": "2.7.1",
|
||||
"ulid": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mikro-orm/core": "6.4.3",
|
||||
|
||||
Reference in New Issue
Block a user