@elizaos/plugin-trajectory-logger 2.0.0-alpha.11 → 2.0.0-alpha.13

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-trajectory-logger",
3
- "description": "Trajectory logging plugin for ElizaOS - capture agent interaction trajectories for RL training",
4
- "version": "2.0.0-alpha.11",
3
+ "description": "Trajectory logging plugin for elizaOS - capture agent interaction trajectories for RL training",
4
+ "version": "2.0.0-alpha.13",
5
5
  "type": "module",
6
6
  "main": "dist/node/index.node.js",
7
7
  "module": "dist/node/index.node.js",
@@ -45,7 +45,7 @@
45
45
  ],
46
46
  "sideEffects": false,
47
47
  "dependencies": {
48
- "@elizaos/core": "2.0.0-alpha.3",
48
+ "@elizaos/core": "2.0.0-alpha.64",
49
49
  "uuid": "^13.0.0"
50
50
  },
51
51
  "devDependencies": {
@@ -60,12 +60,12 @@
60
60
  "clean": "rm -rf dist .turbo node_modules tsconfig.tsbuildinfo",
61
61
  "format": "bunx @biomejs/biome format --write .",
62
62
  "format:check": "bunx @biomejs/biome format .",
63
- "typecheck": "echo \"Typecheck skipped for release\"",
64
- "test": "vitest run tests/",
65
- "test:unit": "vitest run tests/",
63
+ "typecheck": "tsc --noEmit -p tsconfig.json",
64
+ "test": "vitest run --passWithNoTests tests/",
65
+ "test:unit": "vitest run --passWithNoTests tests/",
66
66
  "test:watch": "vitest",
67
- "lint": "echo \"Lint skipped for release\"",
68
- "lint:check": "bun run lint",
67
+ "lint": "bunx @biomejs/biome check --write .",
68
+ "lint:check": "bunx @biomejs/biome check .",
69
69
  "build": "bun run build.ts",
70
70
  "build:ts": "bun run build.ts"
71
71
  },
@@ -77,7 +77,7 @@
77
77
  "pluginParameters": {},
78
78
  "description": "Collects complete agent interaction trajectories for RL training."
79
79
  },
80
- "milady": {
80
+ "milaidy": {
81
81
  "platforms": [
82
82
  "node"
83
83
  ],
@@ -86,4 +86,4 @@
86
86
  "node": "Node.js only (platform: node)"
87
87
  }
88
88
  }
89
- }
89
+ }