@volisphere/commercial 0.3.1 → 0.3.2

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
@@ -45,7 +45,7 @@ function resolveConfig(api) {
45
45
  const apiURL = cfg["VOLISPHERE_API_URL"] ??
46
46
  process.env.VOLISPHERE_API_URL ??
47
47
  saved?.api_url ??
48
- "https://api.volisphere.com";
48
+ "https://api.volisphere.ai";
49
49
  const apiKey = cfg["VOLISPHERE_API_KEY"] ??
50
50
  process.env.VOLISPHERE_API_KEY ??
51
51
  saved?.api_key ??
@@ -4,12 +4,12 @@
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",
6
6
  "author": "Volisphere",
7
- "homepage": "https://volisphere.com",
7
+ "homepage": "https://volisphere.ai",
8
8
  "configSchema": {
9
9
  "VOLISPHERE_API_URL": {
10
10
  "type": "string",
11
11
  "description": "Volisphere API base URL",
12
- "default": "https://api.volisphere.com"
12
+ "default": "https://api.volisphere.ai"
13
13
  },
14
14
  "VOLISPHERE_API_KEY": {
15
15
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volisphere/commercial",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
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",