@wltech/hooks
Advanced tools
Comparing version 0.0.15 to 0.0.16
# @wltech/mobile-hooks | ||
## 0.0.16 | ||
### Patch Changes | ||
- 测试 | ||
## 0.0.16 | ||
### Patch Changes | ||
- 更新 | ||
## 0.0.16 | ||
### Patch Changes | ||
- 测试 | ||
## 0.0.16 | ||
### Patch Changes | ||
- feat: sentry-hook | ||
## 0.0.15 | ||
@@ -4,0 +28,0 @@ |
{ | ||
"name": "@wltech/hooks", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"private": false, | ||
@@ -14,5 +14,7 @@ "description": "", | ||
"dependencies": { | ||
"@sentry/vue": "7.57.0", | ||
"vue": "^3.2.47" | ||
}, | ||
"devDependencies": { | ||
"@sentry/vite-plugin": "2.4.0", | ||
"@vitejs/plugin-vue": "^4.1.0", | ||
@@ -24,4 +26,5 @@ "typescript": "^4.9.3", | ||
"scripts": { | ||
"build": "vue-tsc && vite build" | ||
"dev": "vite", | ||
"build:components": "vite build" | ||
} | ||
} |
export * from "./useHello"; | ||
export * from "./useMaterialOperOptions"; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10
5349
2
5
111
1
+ Added@sentry/vue@7.57.0
+ Added@sentry-internal/tracing@7.57.0(transitive)
+ Added@sentry/browser@7.57.0(transitive)
+ Added@sentry/core@7.57.0(transitive)
+ Added@sentry/replay@7.57.0(transitive)
+ Added@sentry/types@7.57.0(transitive)
+ Added@sentry/utils@7.57.0(transitive)
+ Added@sentry/vue@7.57.0(transitive)
+ Addedtslib@2.8.1(transitive)