@scalar/use-toasts
Advanced tools
Comparing version 0.7.3 to 0.7.4
# @scalar/use-toasts | ||
## 0.7.4 | ||
### Patch Changes | ||
- 94e68ab: chore: upgrade typescript to 5.5 | ||
## 0.7.3 | ||
@@ -4,0 +10,0 @@ |
@@ -10,4 +10,4 @@ export type ToastOptions = { | ||
initializeToasts: typeof initializeToasts; | ||
toast: (message: string, level?: 'warn' | 'info' | 'error', options?: ToastOptions) => void; | ||
toast: (message: string, level?: "warn" | "info" | "error", options?: ToastOptions) => void; | ||
}; | ||
//# sourceMappingURL=useToasts.d.ts.map |
@@ -20,3 +20,3 @@ { | ||
], | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"engines": { | ||
@@ -44,3 +44,3 @@ "node": ">=18" | ||
"vue-tsc": "^2.0.13", | ||
"@scalar/build-tooling": "0.1.6" | ||
"@scalar/build-tooling": "0.1.7" | ||
}, | ||
@@ -47,0 +47,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19057