mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 20:40:43 +00:00
QA: replace qa-lab-runtime with qa-runtime
Introduce a tiny generic qa-runtime seam for shared live-lane helpers and repoint qa-matrix to it. This keeps the qa-lab host split while removing the host-owned runtime name from runner code. Drop the old qa-lab-runtime shim/export now that nothing consumes it and keep the plugin-sdk surface aligned with the new seam.
This commit is contained in:
@@ -765,9 +765,9 @@
|
||||
"types": "./dist/plugin-sdk/matrix-thread-bindings.d.ts",
|
||||
"default": "./dist/plugin-sdk/matrix-thread-bindings.js"
|
||||
},
|
||||
"./plugin-sdk/qa-lab-runtime": {
|
||||
"types": "./dist/plugin-sdk/qa-lab-runtime.d.ts",
|
||||
"default": "./dist/plugin-sdk/qa-lab-runtime.js"
|
||||
"./plugin-sdk/qa-runtime": {
|
||||
"types": "./dist/plugin-sdk/qa-runtime.d.ts",
|
||||
"default": "./dist/plugin-sdk/qa-runtime.js"
|
||||
},
|
||||
"./plugin-sdk/qa-runner-runtime": {
|
||||
"types": "./dist/plugin-sdk/qa-runner-runtime.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user