@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 CHANGED
@@ -758,7 +758,7 @@ function registerHooks(api, client) {
758
758
  }
759
759
  // ─── Entry Point ────────────────────────────────────────────────────────────
760
760
  export default {
761
- id: "volisphere-commercial",
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",
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "volisphere-commercial",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volisphere/commercial",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Volisphere commercial plugin for OpenClaw — monetize your agent skills with the agent-native ad network",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",