httpcat-cli 0.2.1-rc.5 → 0.2.2

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.
@@ -520,7 +520,7 @@ jobs:
520
520
  uses: actions/checkout@v6
521
521
  with:
522
522
  repository: hathbanger/homebrew-httpcat
523
- token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
523
+ token: ${{ secrets.GITHUB_TOKEN }}
524
524
  path: homebrew-tap
525
525
 
526
526
  - name: Wait for npm CDN propagation
@@ -575,8 +575,7 @@ jobs:
575
575
  git config user.email "github-actions[bot]@users.noreply.github.com"
576
576
  git add Formula/httpcat.rb
577
577
  git commit -m "Update httpcat to ${{ needs.prepare.outputs.version }}" || exit 0
578
- git remote set-url origin https://${{ secrets.HOMEBREW_TAP_TOKEN }}@github.com/hathbanger/homebrew-httpcat.git
579
- git push origin main
578
+ git push
580
579
 
581
580
  # Job 5: Create GitHub Release
582
581
  create-release:
package/bun.lock CHANGED
@@ -38,6 +38,7 @@
38
38
  },
39
39
  "overrides": {
40
40
  "@solana/codecs-core": "5.1.0",
41
+ "@solana/instruction-plans/@solana/codecs-core": "5.1.0",
41
42
  },
42
43
  "packages": {
43
44
  "@adraffy/ens-normalize": ["@adraffy/ens-normalize@1.11.1", "", {}, "sha512-nhCBV3quEgesuf7c7KYfperqSS14T8bYuvJ8PcLJp6znkZpFc0AuW4qBtr8eKVyPPe/8RSr7sglCWPU5eaxwKQ=="],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "httpcat-cli",
3
- "version": "0.2.1-rc.5",
3
+ "version": "0.2.2",
4
4
  "description": "CLI tool for interacting with httpcat agent - create, buy, and sell tokens with x402 payments",
5
5
  "main": "dist/index.js",
6
6
  "bin": {