From d292d1f50078bfe74eca4d152465572476c5ce8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Apr 2026 19:32:40 +0000 Subject: [PATCH] chore: bump version to 1.3.2 --- bindings/node-adapters/package-lock.json | 4 ++-- bindings/node-adapters/package.json | 4 ++-- bindings/node/Cargo.lock | 8 ++++---- bindings/node/Cargo.toml | 2 +- bindings/node/npm/darwin-arm64/package.json | 2 +- bindings/node/npm/darwin-x64/package.json | 2 +- bindings/node/npm/linux-arm64-gnu/package.json | 2 +- bindings/node/npm/linux-x64-gnu/package.json | 2 +- bindings/node/package-lock.json | 12 ++++++------ bindings/node/package.json | 10 +++++----- bindings/python/Cargo.lock | 8 ++++---- bindings/python/Cargo.toml | 2 +- bindings/python/pyproject.toml | 2 +- ows/Cargo.lock | 10 +++++----- ows/crates/ows-cli/Cargo.toml | 12 ++++++------ ows/crates/ows-core/Cargo.toml | 2 +- ows/crates/ows-lib/Cargo.toml | 8 ++++---- ows/crates/ows-pay/Cargo.toml | 4 ++-- ows/crates/ows-signer/Cargo.toml | 4 ++-- skills/ows/SKILL.md | 2 +- website-docs/index.html | 2 +- 21 files changed, 52 insertions(+), 52 deletions(-) diff --git a/bindings/node-adapters/package-lock.json b/bindings/node-adapters/package-lock.json index 430bcc82..d865796f 100644 --- a/bindings/node-adapters/package-lock.json +++ b/bindings/node-adapters/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-wallet-standard/adapters", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-wallet-standard/adapters", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "@noble/curves": "^1.0.0", diff --git a/bindings/node-adapters/package.json b/bindings/node-adapters/package.json index 42aebb11..7b1fbf36 100644 --- a/bindings/node-adapters/package.json +++ b/bindings/node-adapters/package.json @@ -1,6 +1,6 @@ { "name": "@open-wallet-standard/adapters", - "version": "1.3.1", + "version": "1.3.2", "description": "Framework adapters for the Open Wallet Standard — viem, Solana, and more", "main": "src/index.js", "types": "src/index.d.ts", @@ -27,7 +27,7 @@ "prepublishOnly": "npm test" }, "dependencies": { - "@open-wallet-standard/core": "^1.3.1", + "@open-wallet-standard/core": "^1.3.2", "@noble/curves": "^1.0.0" }, "peerDependencies": { diff --git a/bindings/node/Cargo.lock b/bindings/node/Cargo.lock index bc6122f8..64b0f77d 100644 --- a/bindings/node/Cargo.lock +++ b/bindings/node/Cargo.lock @@ -1445,7 +1445,7 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "ows-core" -version = "1.3.1" +version = "1.3.2" dependencies = [ "chrono", "serde", @@ -1456,7 +1456,7 @@ dependencies = [ [[package]] name = "ows-lib" -version = "1.3.1" +version = "1.3.2" dependencies = [ "base64 0.22.1", "chrono", @@ -1478,7 +1478,7 @@ dependencies = [ [[package]] name = "ows-node" -version = "1.3.1" +version = "1.3.2" dependencies = [ "napi", "napi-build", @@ -1490,7 +1490,7 @@ dependencies = [ [[package]] name = "ows-signer" -version = "1.3.1" +version = "1.3.2" dependencies = [ "aes-gcm", "base64 0.22.1", diff --git a/bindings/node/Cargo.toml b/bindings/node/Cargo.toml index fff7e7fc..cddd9ce2 100644 --- a/bindings/node/Cargo.toml +++ b/bindings/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ows-node" -version = "1.3.1" +version = "1.3.2" edition = "2021" description = "Node.js native bindings for the Open Wallet Standard" diff --git a/bindings/node/npm/darwin-arm64/package.json b/bindings/node/npm/darwin-arm64/package.json index d58fb21b..88c20a83 100644 --- a/bindings/node/npm/darwin-arm64/package.json +++ b/bindings/node/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@open-wallet-standard/core-darwin-arm64", - "version": "1.3.1", + "version": "1.3.2", "os": [ "darwin" ], diff --git a/bindings/node/npm/darwin-x64/package.json b/bindings/node/npm/darwin-x64/package.json index 2f8c2851..a4893b8c 100644 --- a/bindings/node/npm/darwin-x64/package.json +++ b/bindings/node/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@open-wallet-standard/core-darwin-x64", - "version": "1.3.1", + "version": "1.3.2", "os": [ "darwin" ], diff --git a/bindings/node/npm/linux-arm64-gnu/package.json b/bindings/node/npm/linux-arm64-gnu/package.json index 81b8d3ce..c16406e9 100644 --- a/bindings/node/npm/linux-arm64-gnu/package.json +++ b/bindings/node/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@open-wallet-standard/core-linux-arm64-gnu", - "version": "1.3.1", + "version": "1.3.2", "os": [ "linux" ], diff --git a/bindings/node/npm/linux-x64-gnu/package.json b/bindings/node/npm/linux-x64-gnu/package.json index 2aac4870..5a4b4333 100644 --- a/bindings/node/npm/linux-x64-gnu/package.json +++ b/bindings/node/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@open-wallet-standard/core-linux-x64-gnu", - "version": "1.3.1", + "version": "1.3.2", "os": [ "linux" ], diff --git a/bindings/node/package-lock.json b/bindings/node/package-lock.json index 3d828cae..e0e23af6 100644 --- a/bindings/node/package-lock.json +++ b/bindings/node/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-wallet-standard/core", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-wallet-standard/core", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "bin": { "ows": "bin/ows" @@ -15,10 +15,10 @@ "@napi-rs/cli": "^2.18.0" }, "optionalDependencies": { - "@open-wallet-standard/core-darwin-arm64": "1.3.1", - "@open-wallet-standard/core-darwin-x64": "1.3.1", - "@open-wallet-standard/core-linux-arm64-gnu": "1.3.1", - "@open-wallet-standard/core-linux-x64-gnu": "1.3.1" + "@open-wallet-standard/core-darwin-arm64": "1.3.2", + "@open-wallet-standard/core-darwin-x64": "1.3.2", + "@open-wallet-standard/core-linux-arm64-gnu": "1.3.2", + "@open-wallet-standard/core-linux-x64-gnu": "1.3.2" } }, "node_modules/@napi-rs/cli": { diff --git a/bindings/node/package.json b/bindings/node/package.json index d0779ce0..94e1e528 100644 --- a/bindings/node/package.json +++ b/bindings/node/package.json @@ -1,6 +1,6 @@ { "name": "@open-wallet-standard/core", - "version": "1.3.1", + "version": "1.3.2", "description": "Node.js native bindings for the Open Wallet Standard", "main": "index.js", "types": "index.d.ts", @@ -31,10 +31,10 @@ "@napi-rs/cli": "^2.18.0" }, "optionalDependencies": { - "@open-wallet-standard/core-linux-x64-gnu": "1.3.1", - "@open-wallet-standard/core-linux-arm64-gnu": "1.3.1", - "@open-wallet-standard/core-darwin-x64": "1.3.1", - "@open-wallet-standard/core-darwin-arm64": "1.3.1" + "@open-wallet-standard/core-linux-x64-gnu": "1.3.2", + "@open-wallet-standard/core-linux-arm64-gnu": "1.3.2", + "@open-wallet-standard/core-darwin-x64": "1.3.2", + "@open-wallet-standard/core-darwin-arm64": "1.3.2" }, "license": "MIT", "files": [ diff --git a/bindings/python/Cargo.lock b/bindings/python/Cargo.lock index d7a4ece9..bb92fdc9 100644 --- a/bindings/python/Cargo.lock +++ b/bindings/python/Cargo.lock @@ -1366,7 +1366,7 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "ows-core" -version = "1.3.1" +version = "1.3.2" dependencies = [ "chrono", "serde", @@ -1377,7 +1377,7 @@ dependencies = [ [[package]] name = "ows-lib" -version = "1.3.1" +version = "1.3.2" dependencies = [ "base64 0.22.1", "chrono", @@ -1399,7 +1399,7 @@ dependencies = [ [[package]] name = "ows-python" -version = "1.3.1" +version = "1.3.2" dependencies = [ "ows-core", "ows-lib", @@ -1409,7 +1409,7 @@ dependencies = [ [[package]] name = "ows-signer" -version = "1.3.1" +version = "1.3.2" dependencies = [ "aes-gcm", "base64 0.22.1", diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 71532fdc..826f6d2b 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ows-python" -version = "1.3.1" +version = "1.3.2" edition = "2021" description = "Python native bindings for the Open Wallet Standard" diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index cbd2337c..27f8f5b7 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "open-wallet-standard" -version = "1.3.1" +version = "1.3.2" description = "Python native bindings for the Open Wallet Standard" requires-python = ">=3.8" license = { text = "MIT" } diff --git a/ows/Cargo.lock b/ows/Cargo.lock index 51f3e9e5..023fcbea 100644 --- a/ows/Cargo.lock +++ b/ows/Cargo.lock @@ -1522,7 +1522,7 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "ows-cli" -version = "1.3.1" +version = "1.3.2" dependencies = [ "base64 0.22.1", "chrono", @@ -1543,7 +1543,7 @@ dependencies = [ [[package]] name = "ows-core" -version = "1.3.1" +version = "1.3.2" dependencies = [ "chrono", "serde", @@ -1555,7 +1555,7 @@ dependencies = [ [[package]] name = "ows-lib" -version = "1.3.1" +version = "1.3.2" dependencies = [ "base64 0.22.1", "bs58", @@ -1582,7 +1582,7 @@ dependencies = [ [[package]] name = "ows-pay" -version = "1.3.1" +version = "1.3.2" dependencies = [ "base64 0.22.1", "getrandom 0.2.17", @@ -1597,7 +1597,7 @@ dependencies = [ [[package]] name = "ows-signer" -version = "1.3.1" +version = "1.3.2" dependencies = [ "aes-gcm", "base64 0.22.1", diff --git a/ows/crates/ows-cli/Cargo.toml b/ows/crates/ows-cli/Cargo.toml index 40c6bb29..e4deb9e7 100644 --- a/ows/crates/ows-cli/Cargo.toml +++ b/ows/crates/ows-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ows-cli" -version = "1.3.1" +version = "1.3.2" edition = "2021" license = "MIT" description = "CLI for the Open Wallet Standard" @@ -12,9 +12,9 @@ name = "ows" path = "src/main.rs" [dependencies] -ows-core = { path = "../ows-core", version = "=1.3.1" } -ows-signer = { path = "../ows-signer", version = "=1.3.1" } -ows-lib = { path = "../ows-lib", version = "=1.3.1" } +ows-core = { path = "../ows-core", version = "=1.3.2" } +ows-signer = { path = "../ows-signer", version = "=1.3.2" } +ows-lib = { path = "../ows-lib", version = "=1.3.2" } clap = { version = "4", features = ["derive", "env"] } serde_json = "1" chrono = { version = "0.4", features = ["serde"] } @@ -25,8 +25,8 @@ tempfile = "3" rpassword = "7" serde = { version = "1", features = ["derive"] } zeroize = "1" -ows-pay = { path = "../ows-pay", version = "=1.3.1" } +ows-pay = { path = "../ows-pay", version = "=1.3.2" } tokio = { version = "1", features = ["rt-multi-thread", "macros"] } [dev-dependencies] -ows-signer = { path = "../ows-signer", version = "=1.3.1", features = ["fast-kdf"] } +ows-signer = { path = "../ows-signer", version = "=1.3.2", features = ["fast-kdf"] } diff --git a/ows/crates/ows-core/Cargo.toml b/ows/crates/ows-core/Cargo.toml index 138fa4a0..5e4328a9 100644 --- a/ows/crates/ows-core/Cargo.toml +++ b/ows/crates/ows-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ows-core" -version = "1.3.1" +version = "1.3.2" edition = "2021" license = "MIT" description = "Core types and traits for the Open Wallet Standard" diff --git a/ows/crates/ows-lib/Cargo.toml b/ows/crates/ows-lib/Cargo.toml index 366bef7f..7eadda89 100644 --- a/ows/crates/ows-lib/Cargo.toml +++ b/ows/crates/ows-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ows-lib" -version = "1.3.1" +version = "1.3.2" edition = "2021" license = "MIT" description = "High-level library API for the Open Wallet Standard" @@ -12,8 +12,8 @@ default = [] fast-kdf = ["ows-signer/fast-kdf"] [dependencies] -ows-core = { path = "../ows-core", version = "=1.3.1" } -ows-signer = { path = "../ows-signer", version = "=1.3.1" } +ows-core = { path = "../ows-core", version = "=1.3.2" } +ows-signer = { path = "../ows-signer", version = "=1.3.2" } serde = { version = "1", features = ["derive"] } serde_json = "1" chrono = { version = "0.4", features = ["serde"] } @@ -35,4 +35,4 @@ sha3 = "0.10" k256 = { version = "0.13", features = ["ecdsa"] } ed25519-dalek = "2" bs58 = "0.5" -ows-signer = { path = "../ows-signer", version = "=1.3.1", features = ["fast-kdf"] } +ows-signer = { path = "../ows-signer", version = "=1.3.2", features = ["fast-kdf"] } diff --git a/ows/crates/ows-pay/Cargo.toml b/ows/crates/ows-pay/Cargo.toml index e96e619a..1bdf22c8 100644 --- a/ows/crates/ows-pay/Cargo.toml +++ b/ows/crates/ows-pay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ows-pay" -version = "1.3.1" +version = "1.3.2" edition = "2021" license = "MIT" description = "Payment client for the Open Wallet Standard (x402)" @@ -8,7 +8,7 @@ repository = "https://github.com/open-wallet-standard/core" [dependencies] # Core types (ChainType, parse_chain, etc.) -ows-core = { path = "../ows-core", version = "=1.3.1" } +ows-core = { path = "../ows-core", version = "=1.3.2" } # HTTP reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } diff --git a/ows/crates/ows-signer/Cargo.toml b/ows/crates/ows-signer/Cargo.toml index d3602e07..82187d93 100644 --- a/ows/crates/ows-signer/Cargo.toml +++ b/ows/crates/ows-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ows-signer" -version = "1.3.1" +version = "1.3.2" edition = "2021" license = "MIT" description = "Cryptographic signing and key management for the Open Wallet Standard" @@ -12,7 +12,7 @@ default = [] fast-kdf = [] [dependencies] -ows-core = { path = "../ows-core", version = "=1.3.1" } +ows-core = { path = "../ows-core", version = "=1.3.2" } xrpl-rust = { version = "1.1.0", default-features = false, features = ["core"] } k256 = { version = "0.13", features = ["ecdsa", "arithmetic"] } ed25519-dalek = { version = "2", features = ["hazmat"] } diff --git a/skills/ows/SKILL.md b/skills/ows/SKILL.md index 6efae2a9..5e0f688d 100644 --- a/skills/ows/SKILL.md +++ b/skills/ows/SKILL.md @@ -1,7 +1,7 @@ --- name: ows description: Secure, local-first multi-chain wallet management — create wallets, derive addresses, sign messages and transactions across EVM, Solana, XRPL, Sui, Bitcoin, Cosmos, Tron, TON, Spark, and Filecoin via CLI, Node.js, or Python. -version: 1.3.1 +version: 1.3.2 metadata: openclaw: requires: diff --git a/website-docs/index.html b/website-docs/index.html index 83492f8f..d00a3579 100644 --- a/website-docs/index.html +++ b/website-docs/index.html @@ -43,7 +43,7 @@
-

Open Wallet Standard v1.3.1

+

Open Wallet Standard v1.3.2

An open standard for local wallet storage, delegated agent access, and policy-gated signing.

Abstract