httpcat-cli 0.2.3-rc.1 → 0.2.3

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.
@@ -540,14 +540,13 @@ jobs:
540
540
  name: Update Homebrew Formula
541
541
  runs-on: ubuntu-latest
542
542
  needs: [prepare, publish-npm]
543
- permissions:
544
- contents: write # Required to push to homebrew tap repository
545
543
  steps:
546
544
  - name: Checkout homebrew tap
547
- run: |
548
- git clone https://${{ secrets.HOMEBREW_TAP_TOKEN }}@github.com/hathbanger/homebrew-httpcat.git homebrew-tap
549
- cd homebrew-tap
550
- git checkout main
545
+ uses: actions/checkout@v6
546
+ with:
547
+ repository: hathbanger/homebrew-httpcat
548
+ token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
549
+ path: homebrew-tap
551
550
 
552
551
  - name: Wait for npm CDN propagation
553
552
  run: |
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.3-rc.1",
3
+ "version": "0.2.3",
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": {