@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 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.3",
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=4694534263C2DB4B64756E2164756E21
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.3",
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=8B9E14C244A7ABE564756E2164756E21
5227
+ //# debugId=3685AC72E691963364756E2164756E21
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "prefactor",
3
3
  "name": "@prefactor/openclaw",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "description": "Comprehensive lifecycle event monitoring and instrumentation for OpenClaw",
6
6
  "runtime": "node",
7
7
  "entry": "./index.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prefactor/openclaw",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "OpenClaw lifecycle event monitoring and instrumentation for Prefactor",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",