@audius/sdk 1.0.19-beta.1 → 1.0.19-beta.2

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
@@ -34301,7 +34301,7 @@ var formatProviders = function formatProviders(providers) {
34301
34301
  };
34302
34302
 
34303
34303
  var name = "@audius/sdk";
34304
- var version = "1.0.19-beta.1";
34304
+ var version = "1.0.19-beta.2";
34305
34305
  var audius = {
34306
34306
  releaseSHA: "0a307f67af9a7dc7a6128b181bce45d92d9492df"
34307
34307
  };
@@ -47646,12 +47646,11 @@ var definitions$2 = {
47646
47646
  title: "CID"
47647
47647
  },
47648
47648
  PremiumConditions: {
47649
- type: [
47650
- "object",
47651
- "null"
47652
- ],
47653
47649
  additionalProperties: false,
47654
47650
  oneOf: [
47651
+ {
47652
+ type: "null"
47653
+ },
47655
47654
  {
47656
47655
  $ref: "#/definitions/PremiumConditionsNFTCollection"
47657
47656
  },
@@ -57451,7 +57450,7 @@ var Track = /*#__PURE__*/function (_Base) {
57451
57450
  value:
57452
57451
  /* ------- PRIVATE ------- */
57453
57452
  function _validateTrackMetadata(metadata) {
57454
- console.log('ITS YA BOY');
57453
+ console.log('ITS YA BOY 22');
57455
57454
  this.OBJECT_HAS_PROPS(metadata, TRACK_PROPS, TRACK_REQUIRED_PROPS);
57456
57455
  }
57457
57456
  }], [{