mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-21 18:08:20 +08:00
feat(ql3): add profile-aware run log reads
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user