Publish
- @switchboard-xyz/switchboardv2-cli@0.1.23 - @switchboard-xyz/sbv2-lite@0.1.3 - @switchboard-xyz/sbv2-utils@0.1.14 - @switchboard-xyz/switchboard-v2@0.0.99 - @switchboard-xyz/v2-feed-parser@0.1.2 - @switchboard-xyz/v2-feed-walkthrough@0.1.2 - @switchboard-xyz/lease-observer@0.1.3 - anchor-feed-parser@0.1.2 - anchor-vrf-parser@0.1.2 - spl-feed-parser@0.1.2 - website@0.1.3
This commit is contained in:
parent
324b2db0fe
commit
691344eeb7
2651
cli/README.md
2651
cli/README.md
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@switchboard-xyz/switchboardv2-cli",
|
||||
"description": "command line tool to interact with switchboard v2",
|
||||
"version": "0.1.22",
|
||||
"version": "0.1.23",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -98,8 +98,8 @@
|
|||
"@project-serum/anchor": "^0.24.2",
|
||||
"@solana/spl-token": "^0.1.8",
|
||||
"@solana/web3.js": "^1.42.0",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.13",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.98",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.14",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.99",
|
||||
"assert": "^2.0.0",
|
||||
"big.js": "^6.1.1",
|
||||
"bs58": "^5.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@switchboard-xyz/sbv2-lite",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "",
|
||||
"private": false,
|
||||
"repository": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@switchboard-xyz/sbv2-utils",
|
||||
"version": "0.1.13",
|
||||
"version": "0.1.14",
|
||||
"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.98",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.99",
|
||||
"big.js": "^6.1.1",
|
||||
"chalk": "4",
|
||||
"decimal.js": "^10.3.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@switchboard-xyz/switchboard-v2",
|
||||
"version": "0.0.98",
|
||||
"version": "0.0.99",
|
||||
"license": "MIT",
|
||||
"author": "mitch@switchboard.xyz",
|
||||
"description": "API wrapper for intergating with the Switchboardv2 program",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@switchboard-xyz/v2-feed-parser",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "switchboard v2 example demonstrating how to parse a data feed",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
@ -28,7 +28,7 @@
|
|||
"dependencies": {
|
||||
"@project-serum/anchor": "^0.24.2",
|
||||
"@solana/web3.js": "^1.33.0",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.98",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.99",
|
||||
"big.js": "^6.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@switchboard-xyz/v2-feed-walkthrough",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "switchboard v2 example demonstrating how to create a private queue, oracle, and data feed",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
@ -21,7 +21,7 @@
|
|||
"@project-serum/anchor": "^0.24.2",
|
||||
"@solana/spl-token": "^0.2.0",
|
||||
"@solana/web3.js": "^1.37.1",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.98",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.99",
|
||||
"@switchboard-xyz/v2-task-library": "^0.1.1",
|
||||
"chalk": "^4.1.2",
|
||||
"dotenv": "^16.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@switchboard-xyz/lease-observer",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "receive pager duty alerts when a switchboard v2 lease crosses a provided threshold",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
@ -16,8 +16,8 @@
|
|||
"dependencies": {
|
||||
"@project-serum/anchor": "^0.24.2",
|
||||
"@solana/web3.js": "1.33.0",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.13",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.98",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.14",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.99",
|
||||
"dotenv": "^16.0.0",
|
||||
"node-pagerduty": "^1.3.6"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "anchor-feed-parser",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -14,8 +14,8 @@
|
|||
"dependencies": {
|
||||
"@project-serum/anchor": "^0.24.2",
|
||||
"@solana/web3.js": "^1.42.0",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.13",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.98"
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.14",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.99"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "anchor-vrf-parser",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -15,14 +15,14 @@
|
|||
"@project-serum/anchor": "^0.24.2",
|
||||
"@solana/spl-token": "^0.1.8",
|
||||
"@solana/web3.js": "^1.42.0",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.13",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.98",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.14",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.99",
|
||||
"chalk": "^4.1.2",
|
||||
"child_process": "^1.0.2",
|
||||
"dotenv": "^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@switchboard-xyz/switchboardv2-cli": "^0.1.22",
|
||||
"@switchboard-xyz/switchboardv2-cli": "^0.1.23",
|
||||
"@types/chai": "^4.3.0",
|
||||
"@types/mocha": "^9.0.0",
|
||||
"@types/node": "^17.0.35",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "spl-feed-parser",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -16,8 +16,8 @@
|
|||
"dependencies": {
|
||||
"@project-serum/anchor": "^0.24.2",
|
||||
"@solana/web3.js": "^1.42.0",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.13",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.98"
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.14",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.99"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "website",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue