@ranty/ranty-sdk 3.29.0 → 3.30.0

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a4 as t, a7 as e, a5 as n, a6 as o, A as r, t as p, G as C, v as i, B as u, a3 as l, R as d, K as m, X as c, J as P, Y as A, Z as I, $ as y, h as D, f, a2 as k, a1 as F, M as S, O as L, T as H, U as M, V as g, C as v, i as x, n as E, a as O, d as b, a0 as Q, s as h, y as B, r as w, o as N, p as j, q, D as z, W as G, E as J, e as K, k as R, b as T, F as U, H as V, I as W, L as X, N as Y, j as Z, w as $, P as _, l as aa, u as sa, x as ta, Q as ea, S as na, z as oa, m as ra } from "./index-64a27cdf.js";
1
+ import { a4 as t, a7 as e, a5 as n, a6 as o, A as r, t as p, G as C, v as i, B as u, a3 as l, R as d, K as m, X as c, J as P, Y as A, Z as I, $ as y, h as D, f, a2 as k, a1 as F, M as S, O as L, T as H, U as M, V as g, C as v, i as x, n as E, a as O, d as b, a0 as Q, s as h, y as B, r as w, o as N, p as j, q, D as z, W as G, E as J, e as K, k as R, b as T, F as U, H as V, I as W, L as X, N as Y, j as Z, w as $, P as _, l as aa, u as sa, x as ta, Q as ea, S as na, z as oa, m as ra } from "./index-06de701c.js";
2
2
  export {
3
3
  t as A2AAccountDetails,
4
4
  e as A2AFeedbackHome,
@@ -1,4 +1,4 @@
1
- /*! @license DOMPurify 3.3.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.2/LICENSE */
1
+ /*! @license DOMPurify 3.3.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.3/LICENSE */
2
2
  const {
3
3
  entries: _t,
4
4
  setPrototypeOf: ct,
@@ -160,7 +160,7 @@ const Q = {
160
160
  function ht() {
161
161
  let s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : fn();
162
162
  const o = (i) => ht(i);
163
- if (o.version = "3.3.2", o.removed = [], !s || !s.document || s.document.nodeType !== Q.document || !s.Element)
163
+ if (o.version = "3.3.3", o.removed = [], !s || !s.document || s.document.nodeType !== Q.document || !s.Element)
164
164
  return o.isSupported = !1, o;
165
165
  let {
166
166
  document: l
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ranty/ranty-sdk",
3
- "version": "3.29.0",
3
+ "version": "3.30.0",
4
4
  "description": "Ranty sdk",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -75,15 +75,17 @@
75
75
  "@datadog/browser-logs": "^6.17.0",
76
76
  "@lit/context": "^1.1.4",
77
77
  "@lit/task": "^1.0.2",
78
+ "amplitud-custom": "^1.0.0-beta.1",
78
79
  "aws-amplify": "^5.3.27",
79
80
  "axios": "^1.8.1",
80
81
  "axios-retry": "^3.9.1",
81
82
  "braces": "^3.0.3",
83
+ "dompurify": "^3.3.2",
82
84
  "dotenv": "^16.4.7",
83
85
  "html2canvas": "^1.4.1",
84
86
  "isomorphic-ws": "^5.0.0",
85
87
  "jsencrypt": "^3.3.2",
86
- "jspdf": "^4.2.0",
88
+ "jspdf": "^4.2.1",
87
89
  "lit": "^2.8.0",
88
90
  "normalize.css": "^8.0.1",
89
91
  "qrcode": "^1.5.4",
@@ -96,7 +98,6 @@
96
98
  "ws": "^8.18.1",
97
99
  "follow-redirects": "^1.15.9",
98
100
  "fast-xml-parser": "^4.5.3",
99
- "cookie": "0.7.2",
100
- "dompurify": "3.3.2"
101
+ "cookie": "0.7.2"
101
102
  }
102
- }
103
+ }