@cfio/cohort-sync 0.33.0 → 0.34.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
@@ -14117,7 +14117,7 @@ function dumpEvent(event) {
14117
14117
  function positiveNumber(value) {
14118
14118
  return typeof value === "number" && Number.isFinite(value) && value > 0 ? value : void 0;
14119
14119
  }
14120
- var PLUGIN_VERSION = true ? "0.33.0" : "unknown";
14120
+ var PLUGIN_VERSION = true ? "0.34.0" : "unknown";
14121
14121
  function resolveGatewayToken(api) {
14122
14122
  const token2 = api.config?.gateway?.auth?.token;
14123
14123
  return typeof token2 === "string" ? token2 : null;
@@ -82,5 +82,5 @@
82
82
  }
83
83
  }
84
84
  },
85
- "version": "0.33.0"
85
+ "version": "0.34.0"
86
86
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfio/cohort-sync",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
4
4
  "description": "OpenClaw plugin — syncs agent telemetry, sessions, and activity to the Cohort dashboard",
5
5
  "type": "module",
6
6
  "main": "index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfio/cohort-sync",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
4
4
  "description": "OpenClaw plugin — syncs agent telemetry, sessions, and activity to the Cohort dashboard",
5
5
  "license": "MIT",
6
6
  "homepage": "https://docs.cohort.bot/gateway",