Skip to content

Commit d742c8b

Browse files
committed
chore(release): bump the packages this branch touched
services/api 0.125.0, apps/web 0.77.0, packages/cli 0.27.0, packages/client 0.3.0, packages/hermes-plugin 0.44.0, packages/protocol 59.0.1 (docs only), plus the synced bun.lock workspace versions. The CLI's four platform stubs were left at 0.25.0 while the package read 0.26.0, so `bun run --cwd packages/cli build` already failed on dev; moving all of them and the optionalDependencies pins to 0.27.0 together fixes it.
1 parent cbd14fd commit d742c8b

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@indexnetwork/cli-darwin-arm64",
3-
"version": "0.25.0",
3+
"version": "0.27.0",
44
"description": "Platform-specific binary for @indexnetwork/cli (macOS arm64)",
55
"license": "MIT",
66
"os": [

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@indexnetwork/cli-darwin-x64",
3-
"version": "0.25.0",
3+
"version": "0.27.0",
44
"description": "Platform-specific binary for @indexnetwork/cli (macOS x64)",
55
"license": "MIT",
66
"os": [

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@indexnetwork/cli-linux-arm64",
3-
"version": "0.25.0",
3+
"version": "0.27.0",
44
"description": "Platform-specific binary for @indexnetwork/cli (Linux arm64)",
55
"license": "MIT",
66
"os": [

npm/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@indexnetwork/cli-linux-x64",
3-
"version": "0.25.0",
3+
"version": "0.27.0",
44
"description": "Platform-specific binary for @indexnetwork/cli (Linux x64)",
55
"license": "MIT",
66
"os": [

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@indexnetwork/cli",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "Command-line interface for Index Network",
55
"license": "MIT",
66
"type": "module",
@@ -20,10 +20,10 @@
2020
"publish:all": "bun scripts/publish.ts"
2121
},
2222
"optionalDependencies": {
23-
"@indexnetwork/cli-linux-x64": "0.26.0",
24-
"@indexnetwork/cli-linux-arm64": "0.26.0",
25-
"@indexnetwork/cli-darwin-x64": "0.26.0",
26-
"@indexnetwork/cli-darwin-arm64": "0.26.0"
23+
"@indexnetwork/cli-linux-x64": "0.27.0",
24+
"@indexnetwork/cli-linux-arm64": "0.27.0",
25+
"@indexnetwork/cli-darwin-x64": "0.27.0",
26+
"@indexnetwork/cli-darwin-arm64": "0.27.0"
2727
},
2828
"devDependencies": {
2929
"@types/bun": "1.3.14"

0 commit comments

Comments
 (0)