@agent-native/recap-cli 0.5.20 → 0.5.22

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.
@@ -904,7 +904,7 @@ jobs:
904
904
 
905
905
  - name: Cache Playwright browsers
906
906
  if: steps.url.outputs.ok == 'true'
907
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
907
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
908
908
  with:
909
909
  path: ~/.cache/ms-playwright
910
910
  key: playwright-1-${{ runner.os }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/recap-cli",
3
- "version": "0.5.20",
3
+ "version": "0.5.22",
4
4
  "description": "Dependency-light PR visual recap CLI for Agent-Native workflows.",
5
5
  "homepage": "https://github.com/BuilderIO/agent-native#readme",
6
6
  "bugs": {