@nsshunt/stsoauth2plugin 1.0.74 → 1.0.76

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.
@@ -1579,7 +1579,7 @@ var __privateMethod = (obj, member, method) => {
1579
1579
  }
1580
1580
  throw new Error("Native crypto module could not be used to get secure random number.");
1581
1581
  };
1582
- var create = Object.create || function() {
1582
+ var create = Object.create || /* @__PURE__ */ function() {
1583
1583
  function F() {
1584
1584
  }
1585
1585
  return function(obj) {
@@ -1592,7 +1592,7 @@ var __privateMethod = (obj, member, method) => {
1592
1592
  }();
1593
1593
  var C = {};
1594
1594
  var C_lib = C.lib = {};
1595
- var Base = C_lib.Base = function() {
1595
+ var Base = C_lib.Base = /* @__PURE__ */ function() {
1596
1596
  return {
1597
1597
  /**
1598
1598
  * Creates a new object that inherits from this object.