@audius/sdk 3.0.3-beta.103 → 3.0.3-beta.105

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
@@ -33816,9 +33816,9 @@ var EthWeb3Manager = /*#__PURE__*/function () {
33816
33816
  }();
33817
33817
 
33818
33818
  var name = "@audius/sdk";
33819
- var version = "3.0.3-beta.103";
33819
+ var version = "3.0.3-beta.105";
33820
33820
  var audius = {
33821
- releaseSHA: "e9cc257bf472b9eb14b4924bdfea24520e670a23"
33821
+ releaseSHA: "dd170bc6ea9219bd49fba59e0d158cbd3f282a6b"
33822
33822
  };
33823
33823
  var description = "Audius SDK";
33824
33824
  var main = "dist/index.cjs.js";
@@ -61157,10 +61157,10 @@ var DiscoveryProviderSelection = /*#__PURE__*/function (_ServiceSelection) {
61157
61157
 
61158
61158
  if (!isVersionAtLeastSameMajorMinor(this.currentVersion, version)) {
61159
61159
  return false;
61160
- } // If this service is behind by patches, add it as a backup and reject
61160
+ } // If this service is behind, add it as a backup and reject
61161
61161
 
61162
61162
 
61163
- if (semver__default["default"].patch(version) < semver__default["default"].patch(this.currentVersion)) {
61163
+ if (semver__default["default"].lt(version, this.currentVersion)) {
61164
61164
  this.addBackup(urlMap[response.config.url], data.data);
61165
61165
  return false;
61166
61166
  } // If this service is an unhealthy block diff behind, add it as a backup and reject