docs
This commit is contained in:
parent
c1feb9aa5c
commit
d445c24ee4
2575
cli/README.md
2575
cli/README.md
File diff suppressed because it is too large
Load Diff
|
@ -99,7 +99,7 @@
|
||||||
"@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/sbv2-utils": "^0.1.19",
|
"@switchboard-xyz/sbv2-utils": "^0.1.19",
|
||||||
"@switchboard-xyz/switchboard-v2": "^0.0.107",
|
"@switchboard-xyz/switchboard-v2": "^0.0.108",
|
||||||
"assert": "^2.0.0",
|
"assert": "^2.0.0",
|
||||||
"big.js": "^6.1.1",
|
"big.js": "^6.1.1",
|
||||||
"bs58": "^5.0.0",
|
"bs58": "^5.0.0",
|
||||||
|
|
|
@ -36,7 +36,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.107",
|
"@switchboard-xyz/switchboard-v2": "^0.0.108",
|
||||||
"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.107",
|
"version": "0.0.108",
|
||||||
"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",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@switchboard-xyz/lease-observer",
|
"name": "@switchboard-xyz/lease-observer",
|
||||||
"version": "0.1.7",
|
"version": "0.1.8",
|
||||||
"description": "receive pager duty alerts when a switchboard v2 lease crosses a provided threshold",
|
"description": "receive pager duty alerts when a switchboard v2 lease crosses a provided threshold",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
"@project-serum/anchor": "^0.24.2",
|
"@project-serum/anchor": "^0.24.2",
|
||||||
"@solana/web3.js": "1.33.0",
|
"@solana/web3.js": "1.33.0",
|
||||||
"@switchboard-xyz/sbv2-utils": "^0.1.19",
|
"@switchboard-xyz/sbv2-utils": "^0.1.19",
|
||||||
"@switchboard-xyz/switchboard-v2": "^0.0.107",
|
"@switchboard-xyz/switchboard-v2": "^0.0.108",
|
||||||
"dotenv": "^16.0.0",
|
"dotenv": "^16.0.0",
|
||||||
"node-pagerduty": "^1.3.6"
|
"node-pagerduty": "^1.3.6"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "website",
|
"name": "website",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue