solana.js: published v2.0.14
This commit is contained in:
parent
1d445305e2
commit
da2db566c4
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue