bruce-models 5.8.1 → 5.8.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.
@@ -2330,7 +2330,7 @@
2330
2330
  (function (EOpenBehavior) {
2331
2331
  EOpenBehavior["POPUP"] = "POPUP";
2332
2332
  EOpenBehavior["NEW_TAB"] = "NEW_TAB";
2333
- })(EOpenBehavior || (EOpenBehavior = {}));
2333
+ })(EOpenBehavior = EntityAttribute.EOpenBehavior || (EntityAttribute.EOpenBehavior = {}));
2334
2334
  /**
2335
2335
  * Returns an attribute from a provided hierarchy of attributes.
2336
2336
  * Eg: Use the path: ["Bruce", "ID"] to find the "ID" attribute.
@@ -15032,7 +15032,7 @@
15032
15032
  })(exports.Scenario || (exports.Scenario = {}));
15033
15033
 
15034
15034
  // This is updated with the package.json version on build.
15035
- const VERSION = "5.8.1";
15035
+ const VERSION = "5.8.2";
15036
15036
 
15037
15037
  exports.VERSION = VERSION;
15038
15038
  exports.AbstractApi = AbstractApi;