openclaw-overlay-plugin 0.8.44 → 0.8.45
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 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -2
package/dist/index.js
CHANGED
|
@@ -139486,7 +139486,7 @@ var plugin = definePluginEntry({
|
|
|
139486
139486
|
name: "BSV Overlay Network",
|
|
139487
139487
|
description: "OpenClaw Overlay \u2014 decentralized agent marketplace with BSV micropayments",
|
|
139488
139488
|
register(api) {
|
|
139489
|
-
const version = "0.8.
|
|
139489
|
+
const version = "0.8.45";
|
|
139490
139490
|
if (isInitialized) return;
|
|
139491
139491
|
isInitialized = true;
|
|
139492
139492
|
const config = api.pluginConfig || {};
|