chore(release): publish

- @switchboard-xyz/switchboardv2-cli@0.2.6
 - @switchboard-xyz/sbv2-utils@0.1.24
 - @switchboard-xyz/switchboard-v2@0.0.113
This commit is contained in:
mgild 2022-06-28 01:10:15 -04:00
parent 270309ef89
commit e328adb422
4 changed files with 21 additions and 10 deletions

View File

@ -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.5/dist/commands/print/index.ts)_
_See code: [dist/commands/print/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.6/dist/commands/print/index.ts)_
## `sbv2 print aggregator [AGGREGATORKEY]`
@ -2545,7 +2545,7 @@ DESCRIPTION
sandbox
```
_See code: [dist/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.5/dist/commands/sandbox.ts)_
_See code: [dist/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.6/dist/commands/sandbox.ts)_
## `sbv2 set aggregator [AGGREGATORKEY]`
@ -2612,7 +2612,7 @@ DESCRIPTION
sandbox
```
_See code: [dist/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.5/dist/commands/test.ts)_
_See code: [dist/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.6/dist/commands/test.ts)_
## `sbv2 update [CHANNEL]`
@ -2655,10 +2655,21 @@ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3
```
USAGE
$ sbv2 version
$ sbv2 version [--json] [--verbose]
FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
```
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.0.4/src/commands/version.ts)_
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.1.1/src/commands/version.ts)_
## `sbv2 vrf create [QUEUEKEY]`

View File

@ -1,6 +1,6 @@
{
"name": "@switchboard-xyz/switchboardv2-cli",
"version": "0.2.5",
"version": "0.2.6",
"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.1.8",
"@solana/web3.js": "^1.43.5",
"@switchboard-xyz/sbv2-utils": "^0.1.23",
"@switchboard-xyz/sbv2-utils": "^0.1.24",
"@switchboard-xyz/switchboard-v2": "link:libraries/ts",
"assert": "^2.0.0",
"big.js": "^6.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@switchboard-xyz/sbv2-utils",
"version": "0.1.23",
"version": "0.1.24",
"description": "some basic utility functions when working with switchboard-v2",
"author": "",
"license": "ISC",
@ -36,7 +36,7 @@
"@saberhq/token-utils": "^1.12.68",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.42.0",
"@switchboard-xyz/switchboard-v2": "^0.0.112",
"@switchboard-xyz/switchboard-v2": "^0.0.113",
"big.js": "^6.1.1",
"chalk": "4",
"decimal.js": "^10.3.1",

View File

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