Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion npm/openclaw-zig-rpc-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npm install @adybag14-cyber/openclaw-zig-rpc-client
GitHub release tarball fallback for the current edge tag:

```bash
npm install "https://github.com/adybag14-cyber/openclaw-zig-port/releases/download/v0.2.0-zig-edge.28/adybag14-cyber-openclaw-zig-rpc-client-0.2.0-zig-edge.28.tgz"
npm install "https://github.com/adybag14-cyber/openclaw-zig-port/releases/download/v0.2.0-zig-edge.29/adybag14-cyber-openclaw-zig-rpc-client-0.2.0-zig-edge.29.tgz"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion npm/openclaw-zig-rpc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adybag14-cyber/openclaw-zig-rpc-client",
"version": "0.2.0-zig-edge.28",
"version": "0.2.0-zig-edge.29",
"description": "Node.js RPC client for OpenClaw Zig gateway endpoints.",
"main": "index.js",
"types": "index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions python/openclaw-zig-rpc-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pip install openclaw-zig-rpc-client
Release-wheel fallback:

```bash
pip install "https://github.com/adybag14-cyber/openclaw-zig-port/releases/download/v0.2.0-zig-edge.28/openclaw_zig_rpc_client-0.2.0.dev28-py3-none-any.whl"
pip install "https://github.com/adybag14-cyber/openclaw-zig-port/releases/download/v0.2.0-zig-edge.29/openclaw_zig_rpc_client-0.2.0.dev29-py3-none-any.whl"
```

Run directly with `uvx` after publishing:
Expand All @@ -23,7 +23,7 @@ uvx --from openclaw-zig-rpc-client openclaw-zig-rpc health --base-url http://127
Verified `uvx` Git fallback for the current edge tag:

```bash
uvx --from "git+https://github.com/adybag14-cyber/openclaw-zig-port@v0.2.0-zig-edge.28#subdirectory=python/openclaw-zig-rpc-client" openclaw-zig-rpc health --base-url http://127.0.0.1:8080
uvx --from "git+https://github.com/adybag14-cyber/openclaw-zig-port@v0.2.0-zig-edge.29#subdirectory=python/openclaw-zig-rpc-client" openclaw-zig-rpc health --base-url http://127.0.0.1:8080
```

## Python Usage
Expand Down
2 changes: 1 addition & 1 deletion python/openclaw-zig-rpc-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "openclaw-zig-rpc-client"
version = "0.2.0.dev28"
version = "0.2.0.dev29"
description = "Python JSON-RPC client for OpenClaw Zig gateway endpoints."
readme = "README.md"
requires-python = ">=3.9"
Expand Down
Loading