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