@audius/sdk 0.0.36 → 0.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,8 +17,7 @@ import { pack } from '@ethersproject/solidity';
17
17
  import semver from 'semver';
18
18
  import { validate } from 'jsonschema';
19
19
  import urlJoin from 'proper-url-join';
20
- import * as solanaWeb3 from '@solana/web3.js';
21
- import { PublicKey, SYSVAR_RENT_PUBKEY, SYSVAR_INSTRUCTIONS_PUBKEY, SystemProgram, Secp256k1Program, TransactionInstruction, Keypair, Transaction as Transaction$1, Connection } from '@solana/web3.js';
20
+ import solanaWeb3, { PublicKey, SYSVAR_RENT_PUBKEY, SYSVAR_INSTRUCTIONS_PUBKEY, SystemProgram, Secp256k1Program, TransactionInstruction, Keypair, Transaction as Transaction$1, Connection } from '@solana/web3.js';
22
21
  import sigUtil from 'eth-sig-util';
23
22
  import abiDecoder from 'abi-decoder';
24
23
  import EthereumWallet from 'ethereumjs-wallet';
@@ -515,9 +514,9 @@ if (typeof window !== 'undefined' && window && window.Web3) {
515
514
  var LibsWeb3 = Web3;
516
515
 
517
516
  var name = "@audius/sdk";
518
- var version = "0.0.36";
517
+ var version = "0.0.37";
519
518
  var audius = {
520
- releaseSHA: "6d1ca16dfb4944e5e5b83ee30e302fa4e6811da4"
519
+ releaseSHA: "ce81e1601506bb4982a2d5617ecf220bc94ba76d"
521
520
  };
522
521
  var description = "";
523
522
  var main = "dist/index.cjs.js";
@@ -560,7 +559,7 @@ var dependencies = {
560
559
  "@improbable-eng/grpc-web-node-http-transport": "0.15.0",
561
560
  "@project-serum/anchor": "0.24.1",
562
561
  "@solana/spl-token": "0.1.8",
563
- "@solana/web3.js": "1.53.0",
562
+ "@solana/web3.js": "1.37.1",
564
563
  "abi-decoder": "2.4.0",
565
564
  ajv: "6.12.2",
566
565
  "async-retry": "1.3.1",