@volisphere/commercial 0.2.1 → 0.3.0
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/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -758,7 +758,7 @@ function registerHooks(api, client) {
|
|
|
758
758
|
}
|
|
759
759
|
// ─── Entry Point ────────────────────────────────────────────────────────────
|
|
760
760
|
export default {
|
|
761
|
-
id: "
|
|
761
|
+
id: "commercial",
|
|
762
762
|
name: "Volisphere Commercial",
|
|
763
763
|
description: "Monetize your OpenClaw agent with the Volisphere ad network",
|
|
764
764
|
version: "0.1.0",
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "
|
|
2
|
+
"id": "commercial",
|
|
3
3
|
"name": "Volisphere Commercial",
|
|
4
4
|
"description": "Monetize your OpenClaw agent with the Volisphere ad network. Provides tools for ad recommendations, action reporting, and campaign management.",
|
|
5
5
|
"version": "0.1.0",
|
package/package.json
CHANGED