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 bin/selat.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ${fmt.bold("Examples:")}
selat refund query selatx… --chain base
`;

const VERSION = "0.17.2";
const VERSION = "0.17.3";

async function main(argv) {
const [, , cmd, ...rest] = argv;
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@selat-ai/selat-cli",
"version": "0.17.2",
"version": "0.17.3",
"description": "Setup helper and runner for SELAT agent payments. Bundles the selat-discovery skill and selat-pay as dependencies; checks Circle CLI and config separately.",
"type": "module",
"bin": {
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@selat-ai/selat-discovery": "^0.25.0",
"@selat-ai/selat-pay": "^0.11.0",
"@selat-ai/selat-pay": "^0.11.2",
"qrcode-generator": "2.0.4"
},
"overrides": {
Expand Down