solana.js: published v2.0.14

This commit is contained in:
Conner Gallagher 2022-12-02 13:44:03 -07:00
parent 1d445305e2
commit da2db566c4
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@switchboard-xyz/solana.js",
"version": "2.0.14",
"version": "2.0.15",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@switchboard-xyz/solana.js",
"version": "2.0.14",
"version": "2.0.15",
"license": "MIT",
"dependencies": {
"@project-serum/anchor": "^0.25.0",

View File

@ -1,6 +1,6 @@
{
"name": "@switchboard-xyz/solana.js",
"version": "2.0.14",
"version": "2.0.15",
"author": "",
"license": "MIT",
"description": "API wrapper for integrating with the Switchboard V2 program on Solana",
@ -44,7 +44,7 @@
"test:localnet": "SOLANA_LOCALNET=1 node ./node_modules/mocha/bin/mocha --loader=ts-node/esm --extension ts --timeout 10000",
"localnet:up": "npm run local:validator & sleep 15 && npm run test:localnet; kill -9 $(pgrep command solana-test-validator) || exit 0",
"posttest": "npm run lint",
"prepublishOnly": "shx rm -rf lib && npm run build",
"prepublishOnly": "shx rm -rf lib && npm run build && npm version patch",
"docs": "typedoc src/index.ts --githubPages --cleanOutputDir",
"lint": "gts lint ./src",
"clean": "gts clean",