chore(release): publish

- @switchboard-xyz/switchboardv2-cli@0.2.23
 - @switchboard-xyz/sbv2-utils@0.1.41
 - @switchboard-xyz/switchboard-v2@0.0.128
This commit is contained in:
gallynaut 2022-08-11 11:05:12 -06:00
parent 9167fbb257
commit 97e9a43473
4 changed files with 9 additions and 9 deletions

View File

@ -2167,7 +2167,7 @@ EXAMPLES
$ sbv2 print GhYg3R1V6DmJbwuc57qZeoYG6gUuvCotUF1zU3WCj98U
```
_See code: [dist/commands/print/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.22/dist/commands/print/index.ts)_
_See code: [dist/commands/print/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.23/dist/commands/print/index.ts)_
## `sbv2 print aggregator [AGGREGATORKEY]`
@ -2751,7 +2751,7 @@ DESCRIPTION
sandbox
```
_See code: [dist/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.22/dist/commands/sandbox.ts)_
_See code: [dist/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.23/dist/commands/sandbox.ts)_
## `sbv2 set aggregator [AGGREGATORKEY]`
@ -2818,7 +2818,7 @@ DESCRIPTION
sandbox
```
_See code: [dist/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.22/dist/commands/test.ts)_
_See code: [dist/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.23/dist/commands/test.ts)_
## `sbv2 update [CHANNEL]`

View File

@ -1,6 +1,6 @@
{
"name": "@switchboard-xyz/switchboardv2-cli",
"version": "0.2.22",
"version": "0.2.23",
"description": "command line tool to interact with switchboard v2",
"author": "gallynaut @gallynaut",
"bin": {
@ -33,8 +33,8 @@
"@project-serum/anchor": "^0.24.2",
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
"@solana/web3.js": "^1.43.5",
"@switchboard-xyz/sbv2-utils": "^0.1.40",
"@switchboard-xyz/switchboard-v2": "^0.0.127",
"@switchboard-xyz/sbv2-utils": "^0.1.41",
"@switchboard-xyz/switchboard-v2": "^0.0.128",
"assert": "^2.0.0",
"big.js": "^6.2.0",
"bs58": "^5.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@switchboard-xyz/sbv2-utils",
"version": "0.1.40",
"version": "0.1.41",
"description": "some basic utility functions when working with switchboard-v2",
"author": "",
"license": "ISC",
@ -39,7 +39,7 @@
"@saberhq/token-utils": "^1.13.32",
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
"@solana/web3.js": "^1.43.5",
"@switchboard-xyz/switchboard-v2": "^0.0.127",
"@switchboard-xyz/switchboard-v2": "^0.0.128",
"big.js": "^6.1.1",
"bn.js": "^5.2.1",
"chalk": "4",

View File

@ -1,6 +1,6 @@
{
"name": "@switchboard-xyz/switchboard-v2",
"version": "0.0.127",
"version": "0.0.128",
"license": "MIT",
"author": "mitch@switchboard.xyz",
"description": "API wrapper for intergating with the Switchboardv2 program",