antenna-fyi 1.2.17 → 1.2.18

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/lib/core.js +2 -0
  2. package/package.json +1 -1
package/lib/core.js CHANGED
@@ -624,6 +624,8 @@ export async function eventScan({ code, device_id, supabaseUrl, supabaseKey }) {
624
624
  line3: p.line3,
625
625
  checked_in: !!p.checked_in,
626
626
  role: p.role || "participant",
627
+ status: p.status || "active",
628
+ application_context: p.application_context || null,
627
629
  source: "event",
628
630
  };
629
631
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antenna-fyi",
3
- "version": "1.2.17",
3
+ "version": "1.2.18",
4
4
  "description": "Antenna — nearby people discovery. CLI + MCP server + OpenClaw skill & plugin, all in one package.",
5
5
  "type": "module",
6
6
  "bin": {