@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.
- package/dist/index.cjs.js +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -6
- package/dist/index.esm.js.map +1 -1
- package/dist/legacy.js +6 -6
- package/dist/legacy.js.map +1 -1
- package/dist/native-libs.js +4 -5
- package/dist/native-libs.js.map +1 -1
- package/dist/services/solana/SolanaWeb3Manager.d.ts +1 -2
- package/package.json +3 -3
- package/src/services/solana/SolanaWeb3Manager.ts +1 -2
- package/src/services/wormhole/Wormhole.ts +4 -4
package/dist/native-libs.js
CHANGED
|
@@ -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
|
|
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.
|
|
517
|
+
var version = "0.0.37";
|
|
519
518
|
var audius = {
|
|
520
|
-
releaseSHA: "
|
|
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.
|
|
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",
|