solid-toast
Advanced tools
Comparing version 0.1.7-alpha.8 to 0.1.7-alpha.9
@@ -1,4 +0,3 @@ | ||
import { toast } from './core'; | ||
export { toast } from './core'; | ||
export * from './types'; | ||
import { Toaster } from './components'; | ||
export { toast, Toaster }; | ||
export { Toaster } from './components'; |
@@ -1,4 +0,3 @@ | ||
import { toast } from './core'; | ||
export { toast } from './core'; | ||
export * from './types'; | ||
import { Toaster } from './components'; | ||
export { toast, Toaster }; | ||
export { Toaster } from './components'; |
{ | ||
"name": "solid-toast", | ||
"version": "0.1.7-alpha.8", | ||
"version": "0.1.7-alpha.9", | ||
"description": "Customizable Toast Notifications for SolidJS", | ||
@@ -13,3 +13,2 @@ "source": "./src/index.tsx", | ||
}, | ||
"type": "module", | ||
"exports": { | ||
@@ -16,0 +15,0 @@ ".": { |
Sorry, the diff of this file is not supported yet
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
162770
1412
No