@audius/sdk 3.0.8-beta.1 → 3.0.8-beta.2

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/legacy.js CHANGED
@@ -35686,9 +35686,9 @@ var EthWeb3Manager = /*#__PURE__*/function () {
35686
35686
  }();
35687
35687
 
35688
35688
  var name = "@audius/sdk";
35689
- var version = "3.0.8-beta.1";
35689
+ var version = "3.0.8-beta.2";
35690
35690
  var audius = {
35691
- releaseSHA: "7822b850e06a7b85434f932d803d0020b7d13b8d"
35691
+ releaseSHA: "06fa8b274489d59b098d7ce4be0cbed9cb3b6412"
35692
35692
  };
35693
35693
  var description = "Audius SDK";
35694
35694
  var keywords = [
@@ -55541,6 +55541,11 @@ var SolanaWeb3Manager = /*#__PURE__*/function () {
55541
55541
 
55542
55542
  return deriveEthWalletFromAddress;
55543
55543
  }()
55544
+ /**
55545
+ * Creates transfer instructions from the current user's user bank to the provided solana address.
55546
+ * Supports both $AUDIO or USDC user banks.
55547
+ */
55548
+
55544
55549
  }, {
55545
55550
  key: "createTransferInstructionsFromCurrentUser",
55546
55551
  value: function () {
@@ -74465,6 +74470,7 @@ exports.CreateGrantSchema = CreateGrantSchema;
74465
74470
  exports.CreatePlaylistSchema = CreatePlaylistSchema;
74466
74471
  exports.CreatorNode = CreatorNode;
74467
74472
  exports.CrossPlatformFileSchema = CrossPlatformFileSchema;
74473
+ exports.DEFAULT_MINT = DEFAULT_MINT;
74468
74474
  exports.DecodedUserTokenFromJSON = DecodedUserTokenFromJSON;
74469
74475
  exports.DecodedUserTokenFromJSONTyped = DecodedUserTokenFromJSONTyped;
74470
74476
  exports.DecodedUserTokenToJSON = DecodedUserTokenToJSON;