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.
- package/.github/workflows/release.yml +5 -6
- package/bun.lock +1 -0
- package/package.json +1 -1
|
@@ -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
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
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=="],
|