leg-agents 0.12.0 → 0.13.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leg-agents",
3
- "version": "0.12.0",
3
+ "version": "0.13.1",
4
4
  "description": "Alias installer for Leg: installs @ucsandman/legcli and exposes the `leg` binary. Your agent hits the limit. The next one keeps your place.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -27,7 +27,7 @@
27
27
  "leg": "bin/leg.mjs"
28
28
  },
29
29
  "dependencies": {
30
- "@ucsandman/legcli": "0.12.0"
30
+ "@ucsandman/legcli": "0.13.1"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=22"