bruce-models 6.2.3 → 6.2.4

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.
@@ -4031,11 +4031,14 @@
4031
4031
  value = checkForValue(["geometryRadius"].concat(path.slice(2)));
4032
4032
  }
4033
4033
  else if (path[1] == "relations") {
4034
- value = checkForValue(["Bruce", "Relations"].concat(path.slice(2)));
4034
+ value = checkForValue(["Bruce", "Relation"].concat(path.slice(2)));
4035
4035
  }
4036
4036
  else if (path[1] == "Relations") {
4037
4037
  value = checkForValue(["Bruce", "relations"].concat(path.slice(2)));
4038
4038
  }
4039
+ else if (path[1] == "Relation") {
4040
+ value = checkForValue(["Bruce", "relations"].concat(path.slice(2)));
4041
+ }
4039
4042
  }
4040
4043
  }
4041
4044
  return value;
@@ -15624,7 +15627,7 @@
15624
15627
  })(exports.Tracking || (exports.Tracking = {}));
15625
15628
 
15626
15629
  // This is updated with the package.json version on build.
15627
- const VERSION = "6.2.3";
15630
+ const VERSION = "6.2.4";
15628
15631
 
15629
15632
  exports.VERSION = VERSION;
15630
15633
  exports.AbstractApi = AbstractApi;