@shapeshift-labs/frontier-swarm-codex 0.5.0 → 0.5.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapeshift-labs/frontier-swarm-codex",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Node Codex CLI runner adapter for Frontier swarm plans with resource allocation.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"build": "node build.mjs",
|
|
46
46
|
"test": "npm run build && npm run typecheck && node test/smoke.mjs && node test/fuzz.mjs --cases 300",
|
|
47
47
|
"prepack": "npm run readme:packages:check && npm run test",
|
|
48
|
-
"typecheck": "
|
|
48
|
+
"typecheck": "node build.mjs --typecheck",
|
|
49
49
|
"fuzz": "npm run build && node test/fuzz.mjs",
|
|
50
50
|
"bench": "npm run build && node --expose-gc benchmarks/package-bench.mjs --out benchmarks/results/frontier-swarm-codex-package-bench-latest.json",
|
|
51
51
|
"pack:dry": "npm pack --dry-run",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"evidence"
|
|
63
63
|
],
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@shapeshift-labs/frontier-swarm": "0.5.
|
|
65
|
+
"@shapeshift-labs/frontier-swarm": "0.5.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/node": "^25.9.1",
|