@globalbrain/sefirot 3.51.4 → 3.51.5

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.
@@ -144,7 +144,8 @@ const ignoreErrors = [
144
144
  /Network Error/,
145
145
  /Non-Error (?:exception|promise rejection) captured/,
146
146
  /ResizeObserver loop/,
147
- /Can't find variable: gmo/
147
+ /Can't find variable: gmo/,
148
+ /\[Cloudflare Turnstile\] Error: (?:10[2-46]|1106[02]|[36]00)/
148
149
  ]
149
150
 
150
151
  export function useErrorHandler({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
- "version": "3.51.4",
3
+ "version": "3.51.5",
4
4
  "packageManager": "pnpm@9.1.1",
5
5
  "description": "Vue Components for Global Brain Design System.",
6
6
  "author": "Kia Ishii <ka.ishii@globalbrains.com>",