@prefactor/openclaw 0.0.3 → 0.0.4
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/README.md +3 -3
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,9 +13,9 @@ Enable the plugin in `~/.openclaw/.openclaw.json`:
|
|
|
13
13
|
"prefactor": {
|
|
14
14
|
"enabled": true,
|
|
15
15
|
"config": {
|
|
16
|
-
"agentId": "$PREFACTOR_AGENT_ID",
|
|
17
|
-
"apiKey": "$PREFACTOR_API_KEY",
|
|
18
|
-
"apiUrl": "$PREFACTOR_API_URL",
|
|
16
|
+
"agentId": "${PREFACTOR_AGENT_ID}",
|
|
17
|
+
"apiKey": "${PREFACTOR_API_KEY}",
|
|
18
|
+
"apiUrl": "${PREFACTOR_API_URL}",
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
package/dist/index.cjs
CHANGED
|
@@ -4945,7 +4945,7 @@ function createSessionStateManager(agent, logger, config) {
|
|
|
4945
4945
|
// packages/openclaw/package.json
|
|
4946
4946
|
var package_default = {
|
|
4947
4947
|
name: "@prefactor/openclaw",
|
|
4948
|
-
version: "0.0.
|
|
4948
|
+
version: "0.0.4",
|
|
4949
4949
|
description: "OpenClaw lifecycle event monitoring and instrumentation for Prefactor",
|
|
4950
4950
|
type: "module",
|
|
4951
4951
|
main: "./dist/index.cjs",
|
|
@@ -5241,4 +5241,4 @@ Timestamp: ${new Date(startTime).toISOString()}`
|
|
|
5241
5241
|
});
|
|
5242
5242
|
}
|
|
5243
5243
|
|
|
5244
|
-
//# debugId=
|
|
5244
|
+
//# debugId=7033E8FD3BF4C0BE64756E2164756E21
|
package/dist/index.js
CHANGED
|
@@ -4925,7 +4925,7 @@ function createSessionStateManager(agent, logger, config) {
|
|
|
4925
4925
|
// packages/openclaw/package.json
|
|
4926
4926
|
var package_default = {
|
|
4927
4927
|
name: "@prefactor/openclaw",
|
|
4928
|
-
version: "0.0.
|
|
4928
|
+
version: "0.0.4",
|
|
4929
4929
|
description: "OpenClaw lifecycle event monitoring and instrumentation for Prefactor",
|
|
4930
4930
|
type: "module",
|
|
4931
4931
|
main: "./dist/index.cjs",
|
|
@@ -5224,4 +5224,4 @@ export {
|
|
|
5224
5224
|
register as default
|
|
5225
5225
|
};
|
|
5226
5226
|
|
|
5227
|
-
//# debugId=
|
|
5227
|
+
//# debugId=3685AC72E691963364756E2164756E21
|
package/openclaw.plugin.json
CHANGED