mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:50:43 +00:00
refactor(plugin-sdk): split infra runtime barrel
This commit is contained in:
@@ -12,6 +12,50 @@
|
||||
"types": "./dist/src/plugin-sdk/acp-runtime.d.ts",
|
||||
"default": "./src/acp-runtime.ts"
|
||||
},
|
||||
"./async-lock-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/async-lock-runtime.d.ts",
|
||||
"default": "./src/async-lock-runtime.ts"
|
||||
},
|
||||
"./channel-activity-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/channel-activity-runtime.d.ts",
|
||||
"default": "./src/channel-activity-runtime.ts"
|
||||
},
|
||||
"./concurrency-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/concurrency-runtime.d.ts",
|
||||
"default": "./src/concurrency-runtime.ts"
|
||||
},
|
||||
"./dedupe-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/dedupe-runtime.d.ts",
|
||||
"default": "./src/dedupe-runtime.ts"
|
||||
},
|
||||
"./delivery-queue-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/delivery-queue-runtime.d.ts",
|
||||
"default": "./src/delivery-queue-runtime.ts"
|
||||
},
|
||||
"./file-access-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/file-access-runtime.d.ts",
|
||||
"default": "./src/file-access-runtime.ts"
|
||||
},
|
||||
"./heartbeat-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/heartbeat-runtime.d.ts",
|
||||
"default": "./src/heartbeat-runtime.ts"
|
||||
},
|
||||
"./number-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/number-runtime.d.ts",
|
||||
"default": "./src/number-runtime.ts"
|
||||
},
|
||||
"./secure-random-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/secure-random-runtime.d.ts",
|
||||
"default": "./src/secure-random-runtime.ts"
|
||||
},
|
||||
"./system-event-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/system-event-runtime.d.ts",
|
||||
"default": "./src/system-event-runtime.ts"
|
||||
},
|
||||
"./transport-ready-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/transport-ready-runtime.d.ts",
|
||||
"default": "./src/transport-ready-runtime.ts"
|
||||
},
|
||||
"./browser-config-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/browser-config-runtime.d.ts",
|
||||
"default": "./src/browser-config-runtime.ts"
|
||||
|
||||
Reference in New Issue
Block a user