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.
|
@@ -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 "❌
|
|
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=="],
|