feat: add support for accessing step results via context (#11907)

Fixes: FRMW-2934

This PR adds support for accessing the results of a hook using the `hook.getResult` method.
This commit is contained in:
Harminder Virk
2025-03-21 10:15:38 +00:00
committed by GitHub
parent a3f4560263
commit cab6f3a8ad
8 changed files with 408 additions and 17 deletions
+3
View File
@@ -6885,11 +6885,13 @@ __metadata:
"@swc/core": ^1.7.28
"@swc/jest": ^0.2.36
awilix: ^8.0.1
expect-type: ^0.20.0
jest: ^29.7.0
pg: ^8.13.0
rimraf: ^5.0.1
typescript: ^5.6.2
ulid: ^2.3.0
zod: 3.22.4
peerDependencies:
"@mikro-orm/core": 6.4.3
"@mikro-orm/knex": 6.4.3
@@ -6898,6 +6900,7 @@ __metadata:
awilix: ^8.0.1
express: ^4.21.0
pg: ^8.13.0
zod: 3.22.4
languageName: unknown
linkType: soft