@ngneat/hot-toast
Advanced tools
Comparing version 6.1.0 to 7.0.0-beta.1
@@ -79,3 +79,3 @@ import { Injector } from '@angular/core'; | ||
/** The message to show in the hot-toast. */ | ||
message: Content; | ||
message: Content | undefined; | ||
/** | ||
@@ -82,0 +82,0 @@ * Role of the live region. |
@@ -79,3 +79,3 @@ import { Content, ViewService } from '@ngneat/overview'; | ||
*/ | ||
observe<T, DataType>(messages: ObservableMessages<T, DataType>): (source: Observable<T>) => Observable<T>; | ||
observe<T = unknown, DataType = unknown>(messages: ObservableMessages<T, DataType>): (source: Observable<T>) => Observable<T>; | ||
/** | ||
@@ -82,0 +82,0 @@ * Closes the hot-toast |
{ | ||
"name": "@ngneat/hot-toast", | ||
"version": "6.1.0", | ||
"version": "7.0.0-beta.1", | ||
"description": "Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.", | ||
"schematics": "./schematics/collection.json", | ||
"peerDependencies": { | ||
"@angular/core": ">=16.0.0", | ||
"@ngneat/overview": "5.1.1" | ||
"@angular/core": ">= 17.0.0 < 18.0.0", | ||
"@ngneat/overview": "6.0.0" | ||
}, | ||
@@ -10,0 +10,0 @@ "keywords": [ |
export * from './lib/hot-toast.service'; | ||
export * from './lib/hot-toast.module'; | ||
export * from './lib/hot-toast.provide'; | ||
export * from './lib/hot-toast.model'; | ||
export * from './lib/hot-toast-ref'; |
@@ -103,4 +103,7 @@ <p align="center"> | ||
# For Angular version >= 16 | ||
# For Angular version >= 16 <17 | ||
npm install @ngneat/overview@5.1.1 @ngneat/hot-toast@6 | ||
# For Angular version >= 17 | ||
npm install @ngneat/overview@6.0.0 @ngneat/hot-toast@7 | ||
``` | ||
@@ -107,0 +110,0 @@ |
@@ -48,3 +48,3 @@ "use strict"; | ||
return (host, context) => { | ||
const dependencies = [{ name: '@ngneat/overview', version: '5.1.1' }]; | ||
const dependencies = [{ name: '@ngneat/overview', version: '6.0.0' }]; | ||
dependencies.forEach((dependency) => { | ||
@@ -51,0 +51,0 @@ (0, utils_1.addPackageToPackageJson)(host, dependency.name, `${dependency.version}`); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
348
401486
3391
2