From 784e24de7bba6e63ae5bd8fe4176bb587acec792 Mon Sep 17 00:00:00 2001 From: Human and Agent dVPN <271368948+Sentinel-Autonomybuilder@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:49:45 -0700 Subject: [PATCH] chore: bump version to 2.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds Privy → Sentinel SDK integration (PrivyCosmosSigner adapter) and the signer constructor option on SentinelClient. Verified end-to-end against mainnet (TX 4A6BA72A...F50C7E) and the real Privy /v1/wallets/{id}/raw_sign endpoint. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b24f380..8dc320e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blue-js-sdk", - "version": "2.6.0", + "version": "2.7.0", "description": "Decentralized VPN SDK for the Sentinel P2P bandwidth network. WireGuard + V2Ray tunnels, Cosmos blockchain, 900+ nodes. Tested on Windows. macOS/Linux support included but untested.", "type": "module", "main": "index.js",