openclaw-overlay-plugin 0.8.49 → 0.8.51
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/dist/index.js +1 -4
- package/dist/index.js.map +3 -3
- package/openclaw.plugin.json +7 -7
- package/package.json +2 -4
package/dist/index.js
CHANGED
|
@@ -139445,7 +139445,6 @@ async function cmdConnect(onMessage, signal) {
|
|
|
139445
139445
|
// index.ts
|
|
139446
139446
|
import debug3 from "debug";
|
|
139447
139447
|
var log3 = debug3("openclaw:plugin:overlay");
|
|
139448
|
-
var isInitialized = false;
|
|
139449
139448
|
var serviceRunning = false;
|
|
139450
139449
|
var abortController = null;
|
|
139451
139450
|
var autoImportInterval = null;
|
|
@@ -139488,9 +139487,7 @@ var plugin = definePluginEntry({
|
|
|
139488
139487
|
name: "BSV Overlay Network",
|
|
139489
139488
|
description: "OpenClaw Overlay \u2014 decentralized agent marketplace with BSV micropayments",
|
|
139490
139489
|
register(api) {
|
|
139491
|
-
const version = "0.8.
|
|
139492
|
-
if (isInitialized) return;
|
|
139493
|
-
isInitialized = true;
|
|
139490
|
+
const version = "0.8.51";
|
|
139494
139491
|
const config = api.pluginConfig || {};
|
|
139495
139492
|
const gateway = api.gatewayConfig || {};
|
|
139496
139493
|
const network = config.network || "mainnet";
|