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/web3.js": "^1.42.0",
|
||||
"@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",
|
||||
"big.js": "^6.1.1",
|
||||
"bs58": "^5.0.0",
|
||||
|
|
|
@ -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.107",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.108",
|
||||
"big.js": "^6.1.1",
|
||||
"chalk": "4",
|
||||
"decimal.js": "^10.3.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@switchboard-xyz/switchboard-v2",
|
||||
"version": "0.0.107",
|
||||
"version": "0.0.108",
|
||||
"license": "MIT",
|
||||
"author": "mitch@switchboard.xyz",
|
||||
"description": "API wrapper for intergating with the Switchboardv2 program",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
@ -17,7 +17,7 @@
|
|||
"@project-serum/anchor": "^0.24.2",
|
||||
"@solana/web3.js": "1.33.0",
|
||||
"@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",
|
||||
"node-pagerduty": "^1.3.6"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "website",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue