@audius/sdk 3.0.4-beta.0 → 3.0.4-beta.1

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.
@@ -600,11 +600,21 @@ if (typeof window !== 'undefined' && window && window.Web3) {
600
600
  var LibsWeb3 = Web3;
601
601
 
602
602
  var name = "@audius/sdk";
603
- var version$1 = "3.0.4-beta.0";
603
+ var version$1 = "3.0.4-beta.1";
604
604
  var audius = {
605
- releaseSHA: "0f1ff121e2321dfa4c1a90c57425b7e29cb49bf4"
605
+ releaseSHA: "7a6cf8aa2097418cbf695a15f28aba17b61ff68a"
606
606
  };
607
607
  var description = "Audius SDK";
608
+ var keywords = [
609
+ "audius",
610
+ "sdk",
611
+ "api",
612
+ "music",
613
+ "audio",
614
+ "web3",
615
+ "decentralized",
616
+ "blockchain"
617
+ ];
608
618
  var main = "dist/index.cjs.js";
609
619
  var module = "dist/index.esm.js";
610
620
  var types = "dist/index.d.ts";
@@ -785,6 +795,7 @@ var require$$0 = {
785
795
  version: version$1,
786
796
  audius: audius,
787
797
  description: description,
798
+ keywords: keywords,
788
799
  main: main,
789
800
  module: module,
790
801
  types: types,