@elizaos/sweagent-root 2.0.0-alpha.32 → 2.0.0-alpha.37
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 +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/sweagent-root",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.37",
|
|
5
5
|
"description": "SWE-agent: AI software engineering agent with Python, TypeScript, and Rust implementations",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "typescript/dist/index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"test:ts": "cd typescript && bun run build && vitest run",
|
|
51
51
|
"test:rust": "test -d rust && cd rust && cargo test || echo 'Rust tests skipped'",
|
|
52
52
|
"test:python": "test -d python && cd python && timeout 120 pytest -p no:anchorpy --asyncio-mode=auto -x --forked 2>/dev/null || timeout 120 pytest -p no:anchorpy --asyncio-mode=auto -x || echo 'Python tests timed out or skipped (may require Docker)'",
|
|
53
|
-
"typecheck": "
|
|
53
|
+
"typecheck": "cd typescript && (test -d node_modules || bun install) && bun run typecheck",
|
|
54
54
|
"lint": "bunx @biomejs/biome check --write ./typescript",
|
|
55
55
|
"lint:check": "bunx @biomejs/biome check ./typescript",
|
|
56
56
|
"lint:rust": "test -d rust && cd rust && cargo clippy --all-targets --fix --allow-dirty --allow-staged -- -D warnings && cargo fmt || echo 'Rust lint skipped'",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "062a66e2820ec50c70e73200a5664adb2784b16b"
|
|
71
71
|
}
|