chore(release): publish
- @switchboard-xyz/switchboardv2-cli@0.2.7 - @switchboard-xyz/sbv2-utils@0.1.25 - @switchboard-xyz/switchboard-v2@0.0.114
This commit is contained in:
parent
61ab0cf200
commit
0eadc63585
|
@ -1999,7 +1999,7 @@ EXAMPLES
|
||||||
$ sbv2 print GhYg3R1V6DmJbwuc57qZeoYG6gUuvCotUF1zU3WCj98U
|
$ sbv2 print GhYg3R1V6DmJbwuc57qZeoYG6gUuvCotUF1zU3WCj98U
|
||||||
```
|
```
|
||||||
|
|
||||||
_See code: [dist/commands/print/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.6/dist/commands/print/index.ts)_
|
_See code: [dist/commands/print/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.7/dist/commands/print/index.ts)_
|
||||||
|
|
||||||
## `sbv2 print aggregator [AGGREGATORKEY]`
|
## `sbv2 print aggregator [AGGREGATORKEY]`
|
||||||
|
|
||||||
|
@ -2545,7 +2545,7 @@ DESCRIPTION
|
||||||
sandbox
|
sandbox
|
||||||
```
|
```
|
||||||
|
|
||||||
_See code: [dist/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.6/dist/commands/sandbox.ts)_
|
_See code: [dist/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.7/dist/commands/sandbox.ts)_
|
||||||
|
|
||||||
## `sbv2 set aggregator [AGGREGATORKEY]`
|
## `sbv2 set aggregator [AGGREGATORKEY]`
|
||||||
|
|
||||||
|
@ -2612,7 +2612,7 @@ DESCRIPTION
|
||||||
sandbox
|
sandbox
|
||||||
```
|
```
|
||||||
|
|
||||||
_See code: [dist/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.6/dist/commands/test.ts)_
|
_See code: [dist/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.7/dist/commands/test.ts)_
|
||||||
|
|
||||||
## `sbv2 update [CHANNEL]`
|
## `sbv2 update [CHANNEL]`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@switchboard-xyz/switchboardv2-cli",
|
"name": "@switchboard-xyz/switchboardv2-cli",
|
||||||
"version": "0.2.6",
|
"version": "0.2.7",
|
||||||
"description": "command line tool to interact with switchboard v2",
|
"description": "command line tool to interact with switchboard v2",
|
||||||
"author": "gallynaut @gallynaut",
|
"author": "gallynaut @gallynaut",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -33,8 +33,8 @@
|
||||||
"@project-serum/anchor": "^0.24.2",
|
"@project-serum/anchor": "^0.24.2",
|
||||||
"@solana/spl-token": "^0.1.8",
|
"@solana/spl-token": "^0.1.8",
|
||||||
"@solana/web3.js": "^1.43.5",
|
"@solana/web3.js": "^1.43.5",
|
||||||
"@switchboard-xyz/sbv2-utils": "^0.1.24",
|
"@switchboard-xyz/sbv2-utils": "^0.1.25",
|
||||||
"@switchboard-xyz/switchboard-v2": "^0.0.113",
|
"@switchboard-xyz/switchboard-v2": "^0.0.114",
|
||||||
"assert": "^2.0.0",
|
"assert": "^2.0.0",
|
||||||
"big.js": "^6.2.0",
|
"big.js": "^6.2.0",
|
||||||
"bs58": "^5.0.0",
|
"bs58": "^5.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@switchboard-xyz/sbv2-utils",
|
"name": "@switchboard-xyz/sbv2-utils",
|
||||||
"version": "0.1.24",
|
"version": "0.1.25",
|
||||||
"description": "some basic utility functions when working with switchboard-v2",
|
"description": "some basic utility functions when working with switchboard-v2",
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
"@saberhq/token-utils": "^1.12.68",
|
"@saberhq/token-utils": "^1.12.68",
|
||||||
"@solana/spl-token": "^0.1.8",
|
"@solana/spl-token": "^0.1.8",
|
||||||
"@solana/web3.js": "^1.42.0",
|
"@solana/web3.js": "^1.42.0",
|
||||||
"@switchboard-xyz/switchboard-v2": "^0.0.113",
|
"@switchboard-xyz/switchboard-v2": "^0.0.114",
|
||||||
"big.js": "^6.1.1",
|
"big.js": "^6.1.1",
|
||||||
"chalk": "4",
|
"chalk": "4",
|
||||||
"decimal.js": "^10.3.1",
|
"decimal.js": "^10.3.1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@switchboard-xyz/switchboard-v2",
|
"name": "@switchboard-xyz/switchboard-v2",
|
||||||
"version": "0.0.113",
|
"version": "0.0.114",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "mitch@switchboard.xyz",
|
"author": "mitch@switchboard.xyz",
|
||||||
"description": "API wrapper for intergating with the Switchboardv2 program",
|
"description": "API wrapper for intergating with the Switchboardv2 program",
|
||||||
|
|
Loading…
Reference in New Issue