@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.esm.js CHANGED
@@ -33573,11 +33573,21 @@ var EthWeb3Manager = /*#__PURE__*/function () {
33573
33573
  }();
33574
33574
 
33575
33575
  var name = "@audius/sdk";
33576
- var version = "3.0.3";
33576
+ var version = "3.0.4-beta.1";
33577
33577
  var audius = {
33578
- releaseSHA: "b2c9c71fe0138471b7e777fbb23cc943c21602b8"
33578
+ releaseSHA: "7a6cf8aa2097418cbf695a15f28aba17b61ff68a"
33579
33579
  };
33580
33580
  var description = "Audius SDK";
33581
+ var keywords = [
33582
+ "audius",
33583
+ "sdk",
33584
+ "api",
33585
+ "music",
33586
+ "audio",
33587
+ "web3",
33588
+ "decentralized",
33589
+ "blockchain"
33590
+ ];
33581
33591
  var main = "dist/index.cjs.js";
33582
33592
  var module = "dist/index.esm.js";
33583
33593
  var types = "dist/index.d.ts";
@@ -33758,6 +33768,7 @@ var require$$0 = {
33758
33768
  version: version,
33759
33769
  audius: audius,
33760
33770
  description: description,
33771
+ keywords: keywords,
33761
33772
  main: main,
33762
33773
  module: module,
33763
33774
  types: types,
@@ -58008,13 +58019,6 @@ var definitions$2 = {
58008
58019
  ],
58009
58020
  "default": null
58010
58021
  },
58011
- length: {
58012
- type: [
58013
- "integer",
58014
- "null"
58015
- ],
58016
- "default": null
58017
- },
58018
58022
  preview_start_seconds: {
58019
58023
  type: [
58020
58024
  "float",
@@ -68232,7 +68236,7 @@ var Users = /*#__PURE__*/function (_Base) {
68232
68236
  return Users;
68233
68237
  }(Base);
68234
68238
 
68235
- 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'];
68239
+ 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'];
68236
68240
  var TRACK_REQUIRED_PROPS = ['owner_id', 'title'];
68237
68241
  var decodeHashId = Utils.decodeHashId;
68238
68242
  var Track = /*#__PURE__*/function (_Base) {