@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/index.cjs.js CHANGED
@@ -33815,11 +33815,21 @@ var EthWeb3Manager = /*#__PURE__*/function () {
33815
33815
  }();
33816
33816
 
33817
33817
  var name = "@audius/sdk";
33818
- var version = "3.0.3";
33818
+ var version = "3.0.4-beta.1";
33819
33819
  var audius = {
33820
- releaseSHA: "b2c9c71fe0138471b7e777fbb23cc943c21602b8"
33820
+ releaseSHA: "7a6cf8aa2097418cbf695a15f28aba17b61ff68a"
33821
33821
  };
33822
33822
  var description = "Audius SDK";
33823
+ var keywords = [
33824
+ "audius",
33825
+ "sdk",
33826
+ "api",
33827
+ "music",
33828
+ "audio",
33829
+ "web3",
33830
+ "decentralized",
33831
+ "blockchain"
33832
+ ];
33823
33833
  var main = "dist/index.cjs.js";
33824
33834
  var module$1 = "dist/index.esm.js";
33825
33835
  var types = "dist/index.d.ts";
@@ -34000,6 +34010,7 @@ var require$$0 = {
34000
34010
  version: version,
34001
34011
  audius: audius,
34002
34012
  description: description,
34013
+ keywords: keywords,
34003
34014
  main: main,
34004
34015
  module: module$1,
34005
34016
  types: types,
@@ -58250,13 +58261,6 @@ var definitions$2 = {
58250
58261
  ],
58251
58262
  "default": null
58252
58263
  },
58253
- length: {
58254
- type: [
58255
- "integer",
58256
- "null"
58257
- ],
58258
- "default": null
58259
- },
58260
58264
  preview_start_seconds: {
58261
58265
  type: [
58262
58266
  "float",
@@ -68474,7 +68478,7 @@ var Users = /*#__PURE__*/function (_Base) {
68474
68478
  return Users;
68475
68479
  }(Base);
68476
68480
 
68477
- 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'];
68481
+ 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'];
68478
68482
  var TRACK_REQUIRED_PROPS = ['owner_id', 'title'];
68479
68483
  var decodeHashId = Utils.decodeHashId;
68480
68484
  var Track = /*#__PURE__*/function (_Base) {