httpcat-cli 0.2.5-rc.2 → 0.2.6

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.
@@ -42,8 +42,6 @@ jobs:
42
42
  uses: ./.github/workflows/release.yml
43
43
  with:
44
44
  version: ${{ github.event.inputs.version }}
45
- secrets:
46
- HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
47
45
  permissions:
48
46
  id-token: write
49
47
  contents: write
@@ -8,10 +8,6 @@ on:
8
8
  description: "Version to release (e.g., 1.2.3). Leave empty for auto-detection from commits."
9
9
  required: false
10
10
  type: string
11
- secrets:
12
- HOMEBREW_TAP_TOKEN:
13
- description: "GitHub token for accessing homebrew tap repository"
14
- required: true
15
11
 
16
12
  env:
17
13
  NODE_VERSION: "20"
@@ -553,7 +549,7 @@ jobs:
553
549
  run: |
554
550
  # Clone the homebrew tap repository
555
551
  if [ -z "$GIT_TOKEN" ]; then
556
- echo "❌ GIT_TOKEN environment variable is not set (HOMEBREW_TAP_TOKEN secret may not be passed to reusable workflow)"
552
+ echo "❌ HOMEBREW_TAP_TOKEN secret is not set!"
557
553
  exit 1
558
554
  fi
559
555
 
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.5-rc.2",
3
+ "version": "0.2.6",
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": {