From c6156c0308f7ffa4718e60e3e3bb9fc36f3a1d53 Mon Sep 17 00:00:00 2001 From: gallynaut Date: Tue, 12 Jul 2022 10:13:57 -0600 Subject: [PATCH] chore(release): publish - @switchboard-xyz/switchboardv2-cli@0.2.13 - @switchboard-xyz/sbv2-utils@0.1.31 --- cli/README.md | 6 +++--- cli/package.json | 4 ++-- libraries/sbv2-utils/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/README.md b/cli/README.md index de05e90..a7187dd 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1999,7 +1999,7 @@ EXAMPLES $ sbv2 print GhYg3R1V6DmJbwuc57qZeoYG6gUuvCotUF1zU3WCj98U ``` -_See code: [dist/commands/print/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.12/dist/commands/print/index.ts)_ +_See code: [dist/commands/print/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.13/dist/commands/print/index.ts)_ ## `sbv2 print aggregator [AGGREGATORKEY]` @@ -2548,7 +2548,7 @@ DESCRIPTION sandbox ``` -_See code: [dist/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.12/dist/commands/sandbox.ts)_ +_See code: [dist/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.13/dist/commands/sandbox.ts)_ ## `sbv2 set aggregator [AGGREGATORKEY]` @@ -2615,7 +2615,7 @@ DESCRIPTION sandbox ``` -_See code: [dist/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.12/dist/commands/test.ts)_ +_See code: [dist/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.13/dist/commands/test.ts)_ ## `sbv2 update [CHANNEL]` diff --git a/cli/package.json b/cli/package.json index 61fd008..3878a4e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@switchboard-xyz/switchboardv2-cli", - "version": "0.2.12", + "version": "0.2.13", "description": "command line tool to interact with switchboard v2", "author": "gallynaut @gallynaut", "bin": { @@ -33,7 +33,7 @@ "@project-serum/anchor": "^0.24.2", "@solana/spl-token": "^0.2.0", "@solana/web3.js": "^1.43.5", - "@switchboard-xyz/sbv2-utils": "^0.1.30", + "@switchboard-xyz/sbv2-utils": "^0.1.31", "@switchboard-xyz/switchboard-v2": "^0.0.116", "assert": "^2.0.0", "big.js": "^6.2.0", diff --git a/libraries/sbv2-utils/package.json b/libraries/sbv2-utils/package.json index cb22679..394f04e 100644 --- a/libraries/sbv2-utils/package.json +++ b/libraries/sbv2-utils/package.json @@ -1,6 +1,6 @@ { "name": "@switchboard-xyz/sbv2-utils", - "version": "0.1.30", + "version": "0.1.31", "description": "some basic utility functions when working with switchboard-v2", "author": "", "license": "ISC",