@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/web-libs.js CHANGED
@@ -33619,11 +33619,21 @@ var EthWeb3Manager = /*#__PURE__*/function () {
33619
33619
  }();
33620
33620
 
33621
33621
  var name = "@audius/sdk";
33622
- var version = "3.0.3";
33622
+ var version = "3.0.4-beta.1";
33623
33623
  var audius = {
33624
- releaseSHA: "b2c9c71fe0138471b7e777fbb23cc943c21602b8"
33624
+ releaseSHA: "7a6cf8aa2097418cbf695a15f28aba17b61ff68a"
33625
33625
  };
33626
33626
  var description = "Audius SDK";
33627
+ var keywords = [
33628
+ "audius",
33629
+ "sdk",
33630
+ "api",
33631
+ "music",
33632
+ "audio",
33633
+ "web3",
33634
+ "decentralized",
33635
+ "blockchain"
33636
+ ];
33627
33637
  var main = "dist/index.cjs.js";
33628
33638
  var module$1 = "dist/index.esm.js";
33629
33639
  var types = "dist/index.d.ts";
@@ -33804,6 +33814,7 @@ var require$$0 = {
33804
33814
  version: version,
33805
33815
  audius: audius,
33806
33816
  description: description,
33817
+ keywords: keywords,
33807
33818
  main: main,
33808
33819
  module: module$1,
33809
33820
  types: types,
@@ -58054,13 +58065,6 @@ var definitions$2 = {
58054
58065
  ],
58055
58066
  "default": null
58056
58067
  },
58057
- length: {
58058
- type: [
58059
- "integer",
58060
- "null"
58061
- ],
58062
- "default": null
58063
- },
58064
58068
  preview_start_seconds: {
58065
58069
  type: [
58066
58070
  "float",
@@ -67651,7 +67655,7 @@ var Users = /*#__PURE__*/function (_Base) {
67651
67655
  return Users;
67652
67656
  }(Base);
67653
67657
 
67654
- 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'];
67658
+ 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'];
67655
67659
  var TRACK_REQUIRED_PROPS = ['owner_id', 'title'];
67656
67660
  var decodeHashId = Utils.decodeHashId;
67657
67661
  var Track = /*#__PURE__*/function (_Base) {