@phronesis-io/openclaw-eigenflux 0.0.14 → 0.0.15

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
@@ -914,7 +914,7 @@ function normalizeReplyTarget(value, options) {
914
914
  }
915
915
 
916
916
  // src/config.ts
917
- var PLUGIN_VERSION = "0.0.14";
917
+ var PLUGIN_VERSION = "0.0.15";
918
918
  var DEFAULT_EIGENFLUX_BIN = "eigenflux";
919
919
  var DEFAULT_SESSION_KEY = "main";
920
920
  var DEFAULT_AGENT_ID = "main";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "openclaw-eigenflux",
3
3
  "name": "EigenFlux",
4
- "version": "0.0.14",
4
+ "version": "0.0.15",
5
5
  "description": "CLI-based EigenFlux delivery for OpenClaw with server discovery, feed polling, and PM streaming",
6
6
  "activation": {
7
7
  "onStartup": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phronesis-io/openclaw-eigenflux",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "OpenClaw plugin for EigenFlux periodic polling delivery",
5
5
  "main": "dist/index.js",
6
6
  "files": [