@globalbrain/sefirot 3.47.0 → 3.47.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.
@@ -206,6 +206,8 @@ export function useErrorHandler({
206
206
  }
207
207
 
208
208
  resetTracking()
209
+ } else {
210
+ console.error(e)
209
211
  }
210
212
  }
211
213
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
- "version": "3.47.0",
4
- "packageManager": "pnpm@9.1.0",
3
+ "version": "3.47.1",
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>",
7
7
  "license": "MIT",
@@ -64,7 +64,7 @@
64
64
  "vue-router": "^4.3.2"
65
65
  },
66
66
  "dependencies": {
67
- "@sentry/browser": "^8.0.0-rc.2",
67
+ "@sentry/browser": "^8.0.0",
68
68
  "@tanstack/vue-virtual": "3.0.0-beta.62",
69
69
  "@tinyhttp/content-disposition": "^2.2.0",
70
70
  "@tinyhttp/cookie": "^2.1.0",
@@ -97,7 +97,7 @@
97
97
  "body-scroll-lock": "4.0.0-beta.0",
98
98
  "eslint": "^8.57.0",
99
99
  "fuse.js": "^7.0.0",
100
- "happy-dom": "^14.10.1",
100
+ "happy-dom": "^14.10.2",
101
101
  "histoire": "0.16.5",
102
102
  "lodash-es": "^4.17.21",
103
103
  "markdown-it": "^14.1.0",