ngx-snotifire 17.0.0 → 18.0.0
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.
- package/esm2022/lib/components/buttons/buttons.component.mjs +3 -3
- package/esm2022/lib/components/ngx-notifire/ngx-snotifire.component.mjs +4 -4
- package/esm2022/lib/components/prompt/prompt.component.mjs +3 -3
- package/esm2022/lib/components/toast/notifire-toast.model.mjs +1 -1
- package/esm2022/lib/components/toast/toast.component.mjs +4 -4
- package/esm2022/lib/decorators/transform-argument.decorator.mjs +1 -1
- package/esm2022/lib/ngx-snotifire.module.mjs +4 -4
- package/esm2022/lib/pipes/keys.pipe.mjs +4 -4
- package/esm2022/lib/pipes/truncate.pipe.mjs +3 -3
- package/esm2022/lib/services/notification.service.mjs +4 -4
- package/esm2022/lib/utils.mjs +1 -1
- package/fesm2022/ngx-snotifire.mjs +26 -26
- package/fesm2022/ngx-snotifire.mjs.map +1 -1
- package/package.json +16 -3
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-snotifire",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.0.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@angular/common": "^
|
|
7
|
-
"@angular/core": "^
|
|
6
|
+
"@angular/common": "^18.0.0",
|
|
7
|
+
"@angular/core": "^18.0.0",
|
|
8
8
|
"rxjs": "^7.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
@@ -15,13 +15,23 @@
|
|
|
15
15
|
"angular 14",
|
|
16
16
|
"angular 15",
|
|
17
17
|
"angular 16",
|
|
18
|
+
"angular 17",
|
|
19
|
+
"angular 18",
|
|
18
20
|
"ng14",
|
|
19
21
|
"ng15",
|
|
22
|
+
"ng16",
|
|
23
|
+
"ng17",
|
|
24
|
+
"ng18",
|
|
20
25
|
"Angular14",
|
|
21
26
|
"Angular15",
|
|
22
27
|
"Angular16",
|
|
28
|
+
"Angular17",
|
|
29
|
+
"Angular18",
|
|
23
30
|
"14",
|
|
31
|
+
"15",
|
|
24
32
|
"16",
|
|
33
|
+
"17",
|
|
34
|
+
"18",
|
|
25
35
|
"Library",
|
|
26
36
|
"Notifications",
|
|
27
37
|
"Notification",
|
|
@@ -38,6 +48,9 @@
|
|
|
38
48
|
"ngx14-snotifire",
|
|
39
49
|
"angular14 notifications",
|
|
40
50
|
"angular15 notifications",
|
|
51
|
+
"angular16 notifications",
|
|
52
|
+
"angular17 notifications",
|
|
53
|
+
"angular18 notifications",
|
|
41
54
|
"toaster",
|
|
42
55
|
"snotifire"
|
|
43
56
|
],
|