@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.
package/dist/legacy.js CHANGED
@@ -33623,11 +33623,21 @@ var EthWeb3Manager = /*#__PURE__*/function () {
33623
33623
  }();
33624
33624
 
33625
33625
  var name = "@audius/sdk";
33626
- var version = "3.0.3";
33626
+ var version = "3.0.4-beta.1";
33627
33627
  var audius = {
33628
- releaseSHA: "b2c9c71fe0138471b7e777fbb23cc943c21602b8"
33628
+ releaseSHA: "7a6cf8aa2097418cbf695a15f28aba17b61ff68a"
33629
33629
  };
33630
33630
  var description = "Audius SDK";
33631
+ var keywords = [
33632
+ "audius",
33633
+ "sdk",
33634
+ "api",
33635
+ "music",
33636
+ "audio",
33637
+ "web3",
33638
+ "decentralized",
33639
+ "blockchain"
33640
+ ];
33631
33641
  var main = "dist/index.cjs.js";
33632
33642
  var module$1 = "dist/index.esm.js";
33633
33643
  var types = "dist/index.d.ts";
@@ -33808,6 +33818,7 @@ var require$$0 = {
33808
33818
  version: version,
33809
33819
  audius: audius,
33810
33820
  description: description,
33821
+ keywords: keywords,
33811
33822
  main: main,
33812
33823
  module: module$1,
33813
33824
  types: types,
@@ -58058,13 +58069,6 @@ var definitions$2 = {
58058
58069
  ],
58059
58070
  "default": null
58060
58071
  },
58061
- length: {
58062
- type: [
58063
- "integer",
58064
- "null"
58065
- ],
58066
- "default": null
58067
- },
58068
58072
  preview_start_seconds: {
58069
58073
  type: [
58070
58074
  "float",
@@ -68282,7 +68286,7 @@ var Users = /*#__PURE__*/function (_Base) {
68282
68286
  return Users;
68283
68287
  }(Base);
68284
68288
 
68285
- 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'];
68289
+ 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'];
68286
68290
  var TRACK_REQUIRED_PROPS = ['owner_id', 'title'];
68287
68291
  var decodeHashId = Utils.decodeHashId;
68288
68292
  var Track = /*#__PURE__*/function (_Base) {