mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 15:40:22 +00:00
Refactor: centralize native approval lifecycle assembly (#62135)
Merged via squash.
Prepared head SHA: b7c20a7398
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
This commit is contained in:
committed by
GitHub
parent
4108901932
commit
d78512b09d
@@ -116,6 +116,14 @@
|
||||
"types": "./dist/plugin-sdk/approval-delivery-runtime.d.ts",
|
||||
"default": "./dist/plugin-sdk/approval-delivery-runtime.js"
|
||||
},
|
||||
"./plugin-sdk/approval-handler-runtime": {
|
||||
"types": "./dist/plugin-sdk/approval-handler-runtime.d.ts",
|
||||
"default": "./dist/plugin-sdk/approval-handler-runtime.js"
|
||||
},
|
||||
"./plugin-sdk/channel-runtime-context": {
|
||||
"types": "./dist/plugin-sdk/channel-runtime-context.d.ts",
|
||||
"default": "./dist/plugin-sdk/channel-runtime-context.js"
|
||||
},
|
||||
"./plugin-sdk/approval-native-runtime": {
|
||||
"types": "./dist/plugin-sdk/approval-native-runtime.d.ts",
|
||||
"default": "./dist/plugin-sdk/approval-native-runtime.js"
|
||||
|
||||
Reference in New Issue
Block a user