feat(ql3): add profile-aware run log reads

This commit is contained in:
whyour
2026-08-12 01:43:14 +08:00
parent c699c32461
commit 308aa75d89
33 changed files with 2880 additions and 306 deletions
+8
View File
@@ -232,6 +232,9 @@
],
"bounded-run-step-list-projection": [
"dist/run/projection/boundedRunStepListProjection.d.ts"
],
"run-attempt-log-read": [
"dist/run/log-read/runAttemptLogRead.d.ts"
]
}
},
@@ -281,6 +284,11 @@
"require": "./dist/run/projection/boundedRunStepListProjection.js",
"default": "./dist/run/projection/boundedRunStepListProjection.js"
},
"./run-attempt-log-read": {
"types": "./dist/run/log-read/runAttemptLogRead.d.ts",
"require": "./dist/run/log-read/runAttemptLogRead.js",
"default": "./dist/run/log-read/runAttemptLogRead.js"
},
"./task-definition": {
"types": "./dist/task-definition/taskDefinition.d.ts",
"require": "./dist/task-definition/taskDefinition.js",