@getsupertab/supertab-js 3.55.1 → 3.56.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.
@@ -1,4 +1,4 @@
1
- import { r as ja, T as qa, P as Va, a as Ga, V as Ya } from "./index-DgoJ3qvy.js";
1
+ import { r as ja, T as qa, P as Va, a as Ga, V as Ya } from "./index-BME3dIaH.js";
2
2
  const T = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, N = globalThis, Le = "10.36.0";
3
3
  function Tt() {
4
4
  return gn(N), N;
@@ -11126,13 +11126,13 @@ Jg({
11126
11126
  release: `${Va}@${Ga}`,
11127
11127
  environment: qa,
11128
11128
  integrations: [Yg()],
11129
- beforeSend: (e) => e.exception?.values?.some(
11130
- (n) => n.stacktrace?.frames?.some(
11131
- (r) => r.filename && Qg.some(
11132
- (s) => s.test(r.filename)
11133
- )
11134
- )
11135
- ) ? e : null,
11129
+ beforeSend: (e) => e.exception?.values?.some((n) => {
11130
+ const r = n.stacktrace?.frames;
11131
+ return r?.length ? r.slice(-2).some((i) => {
11132
+ const o = i.filename;
11133
+ return o && Qg.some((c) => c.test(o));
11134
+ }) : !1;
11135
+ }) ? e : null,
11136
11136
  tracesSampleRate: 0,
11137
11137
  profilesSampleRate: 0,
11138
11138
  replaysSessionSampleRate: 0,
@@ -1,4 +1,4 @@
1
- import { S as e, l as o } from "./index-DgoJ3qvy.js";
1
+ import { S as e, l as o } from "./index-BME3dIaH.js";
2
2
  export {
3
3
  e as Supertab,
4
4
  o as loadSupertab
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "access": "public",
20
20
  "registry": "https://registry.npmjs.org/"
21
21
  },
22
- "version": "3.55.1",
22
+ "version": "3.56.0",
23
23
  "type": "module",
24
24
  "scripts": {
25
25
  "dev": "vite --config .vite/vite.dev.config.ts",