chitin-openclaw-plugin 0.4.0 → 0.4.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -161,6 +161,7 @@ var plugin = {
161
161
  const agentId = process.env.AGENT_ID || "unknown";
162
162
  const pluginResource = resourceFromAttributes({
163
163
  [ATTR_SERVICE_NAME]: "chitin-plugin",
164
+ "service.namespace": process.env.HOSTNAME || "unknown",
164
165
  "service.instance.id": `${agentName}-${agentId.slice(0, 8)}`,
165
166
  "agent.name": agentName,
166
167
  "agent.id": agentId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chitin-openclaw-plugin",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "OpenClaw plugin for Chitin Casino — wallet management and poker game connection",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",