This commit is contained in:
Conner Gallagher 2022-06-06 13:58:16 -05:00
parent c1feb9aa5c
commit d445c24ee4
6 changed files with 2581 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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"
}, },

View File

@ -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": {