@phronesis-io/openclaw-eigenflux 0.0.10 → 0.0.12
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 +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -807,7 +807,7 @@ function normalizeReplyTarget(value, options) {
|
|
|
807
807
|
}
|
|
808
808
|
|
|
809
809
|
// src/config.ts
|
|
810
|
-
var PLUGIN_VERSION = "0.0.
|
|
810
|
+
var PLUGIN_VERSION = "0.0.12";
|
|
811
811
|
var DEFAULT_EIGENFLUX_BIN = "eigenflux";
|
|
812
812
|
var DEFAULT_SESSION_KEY = "main";
|
|
813
813
|
var DEFAULT_AGENT_ID = "main";
|
package/openclaw.plugin.json
CHANGED