decharge-scout 4.3.1 → 4.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.
Files changed (2) hide show
  1. package/index.js +3 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -493,8 +493,9 @@ async function runQueryCycle(wallet, agentName, location, options) {
493
493
  reasons: cheapestHourData?.reasons || []
494
494
  },
495
495
 
496
- // Special notes from user
497
- notes: specialNotes.trim() || null
496
+ // User contributions
497
+ notes: specialNotes.trim() || null,
498
+ alpha_contribution: pendingAlphaContribution || null
498
499
  };
499
500
 
500
501
  // Submit to oracle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decharge-scout",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "Global Energy Scout - Weather-powered intelligent energy price forecasting with Solana integration",
5
5
  "main": "index.js",
6
6
  "type": "module",