@audius/sdk 3.0.3 → 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.3";
603
+ var version$1 = "3.0.4-beta.1";
604
604
  var audius = {
605
- releaseSHA: "b2c9c71fe0138471b7e777fbb23cc943c21602b8"
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,
@@ -4231,13 +4242,6 @@ var definitions$2 = {
4231
4242
  ],
4232
4243
  "default": null
4233
4244
  },
4234
- length: {
4235
- type: [
4236
- "integer",
4237
- "null"
4238
- ],
4239
- "default": null
4240
- },
4241
4245
  preview_start_seconds: {
4242
4246
  type: [
4243
4247
  "float",
@@ -44211,7 +44215,7 @@ var Users = /*#__PURE__*/function (_Base) {
44211
44215
  return Users;
44212
44216
  }(Base);
44213
44217
 
44214
- var TRACK_PROPS = ['owner_id', 'title', 'length', 'cover_art_sizes', 'tags', 'genre', 'mood', 'credits_splits', 'release_date', 'file_type', 'is_premium', 'premium_conditions', 'ai_attribution_user_id'];
44218
+ var TRACK_PROPS = ['owner_id', 'title', 'cover_art_sizes', 'tags', 'genre', 'mood', 'credits_splits', 'release_date', 'file_type', 'is_premium', 'premium_conditions', 'ai_attribution_user_id'];
44215
44219
  var TRACK_REQUIRED_PROPS = ['owner_id', 'title'];
44216
44220
  var decodeHashId = Utils.decodeHashId;
44217
44221
  var Track = /*#__PURE__*/function (_Base) {