@myxtra/authentication-green 2.4.0 → 2.5.1

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.
@@ -15,7 +15,7 @@ var ee = (t, e, s, r) => ({
15
15
  return a(t, e, r);
16
16
  }
17
17
  }), b = (t, e, s) => (he(t, e, "access private method"), s);
18
- import { r as h, j as i, u as $s, a as Ks, b as bt, P as Re, c as ns, d as qs, e as Gs, E as Vs, C as Ws } from "./index-d3e6ee05.mjs";
18
+ import { r as h, j as i, u as $s, a as Ks, b as bt, P as Re, c as ns, d as qs, e as Gs, E as Vs, C as Ws } from "./index-6f642db0.mjs";
19
19
  var Ut = class {
20
20
  constructor() {
21
21
  this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
@@ -101,7 +101,7 @@ function os(t, e) {
101
101
  let m = 0;
102
102
  for (let y = 0; y < o; y++) {
103
103
  const d = s ? y : l[y];
104
- !s && t[d] === void 0 && e[d] === void 0 && r.includes(d) ? (c[d] = void 0, m++) : (c[d] = os(t[d], e[d]), c[d] === t[d] && t[d] !== void 0 && m++);
104
+ (!s && r.includes(d) || s) && t[d] === void 0 && e[d] === void 0 ? (c[d] = void 0, m++) : (c[d] = os(t[d], e[d]), c[d] === t[d] && t[d] !== void 0 && m++);
105
105
  }
106
106
  return n === o && m === n ? t : c;
107
107
  }
@@ -125,7 +125,7 @@ function pe(t) {
125
125
  if (e === void 0)
126
126
  return !0;
127
127
  const s = e.prototype;
128
- return !(!Qe(s) || !s.hasOwnProperty("isPrototypeOf"));
128
+ return !(!Qe(s) || !s.hasOwnProperty("isPrototypeOf") || Object.getPrototypeOf(t) !== Object.prototype);
129
129
  }
130
130
  function Qe(t) {
131
131
  return Object.prototype.toString.call(t) === "[object Object]";