@nsshunt/stsoauth2plugin 1.0.75 → 1.0.77
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/stsoauth2plugin.mjs
CHANGED
|
@@ -1567,7 +1567,7 @@ function requireCore() {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
throw new Error("Native crypto module could not be used to get secure random number.");
|
|
1569
1569
|
};
|
|
1570
|
-
var create = Object.create || function() {
|
|
1570
|
+
var create = Object.create || /* @__PURE__ */ function() {
|
|
1571
1571
|
function F() {
|
|
1572
1572
|
}
|
|
1573
1573
|
return function(obj) {
|
|
@@ -1580,7 +1580,7 @@ function requireCore() {
|
|
|
1580
1580
|
}();
|
|
1581
1581
|
var C = {};
|
|
1582
1582
|
var C_lib = C.lib = {};
|
|
1583
|
-
var Base = C_lib.Base = function() {
|
|
1583
|
+
var Base = C_lib.Base = /* @__PURE__ */ function() {
|
|
1584
1584
|
return {
|
|
1585
1585
|
/**
|
|
1586
1586
|
* Creates a new object that inherits from this object.
|