@shapeshift-labs/frontier-swarm 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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapeshift-labs/frontier-swarm",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Hierarchical swarm plans, lanes, compute profiles, ownership policy, events, and proofs for Frontier agent work.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"build": "node build.mjs",
|
|
37
37
|
"test": "npm run build && npm run typecheck && node test/smoke.mjs && node test/fuzz.mjs --cases 700",
|
|
38
38
|
"prepack": "npm run readme:packages:check && npm run test",
|
|
39
|
-
"typecheck": "
|
|
39
|
+
"typecheck": "node build.mjs --typecheck",
|
|
40
40
|
"fuzz": "npm run build && node test/fuzz.mjs",
|
|
41
41
|
"bench": "npm run build && node --expose-gc benchmarks/package-bench.mjs --out benchmarks/results/frontier-swarm-package-bench-latest.json",
|
|
42
42
|
"pack:dry": "npm pack --dry-run",
|