@inline-openclaw/inline 0.0.47 → 0.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -1
- package/dist/approval-handler.runtime.js +28 -6
- package/dist/approval-handler.runtime.js.map +6 -6
- package/dist/channel-plugin-api.js +35 -17
- package/dist/channel-plugin-api.js.map +8 -8
- package/dist/index.d.ts +1 -1
- package/dist/inline/actions.d.ts +2 -1
- package/dist/inline/actions.d.ts.map +1 -1
- package/dist/inline/approval-native.d.ts.map +1 -1
- package/dist/inline/exec-approvals.d.ts.map +1 -1
- package/dist/inline/monitor.d.ts.map +1 -1
- package/dist/inline/shared.d.ts +1 -1
- package/dist/runtime-register-api.js +24 -5
- package/dist/runtime-register-api.js.map +5 -5
- package/dist/setup-entry.d.ts +1 -1
- package/dist/setup-plugin-api.js +2 -2
- package/dist/setup-plugin-api.js.map +2 -2
- package/package.json +8 -8
package/dist/setup-entry.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: import("openclaw/plugin-sdk/channel-entry-contract").BundledChannelSetupEntryContract<import("openclaw/plugin-sdk").ChannelPlugin>;
|
|
1
|
+
declare const _default: import("openclaw/plugin-sdk/channel-entry-contract").BundledChannelSetupEntryContract<import("openclaw/plugin-sdk/core").ChannelPlugin>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=setup-entry.d.ts.map
|
package/dist/setup-plugin-api.js
CHANGED
|
@@ -15544,7 +15544,7 @@ var channelSecrets = {
|
|
|
15544
15544
|
var inlineSecrets = channelSecrets;
|
|
15545
15545
|
|
|
15546
15546
|
// src/inline/security.ts
|
|
15547
|
-
import { resolveNativeSkillsEnabled } from "openclaw/plugin-sdk/config-runtime";
|
|
15547
|
+
import { resolveNativeSkillsEnabled } from "openclaw/plugin-sdk/native-command-config-runtime";
|
|
15548
15548
|
import { parseAccessGroupAllowFromEntry } from "openclaw/plugin-sdk/security-runtime";
|
|
15549
15549
|
function hasEntries2(value) {
|
|
15550
15550
|
return Array.isArray(value) && value.some((entry) => String(entry).trim());
|
|
@@ -15768,5 +15768,5 @@ export {
|
|
|
15768
15768
|
inlineSetupPlugin
|
|
15769
15769
|
};
|
|
15770
15770
|
|
|
15771
|
-
//# debugId=
|
|
15771
|
+
//# debugId=83BFCB4FFD374FCE64756E2164756E21
|
|
15772
15772
|
//# sourceMappingURL=setup-plugin-api.js.map
|