ngx-beacon-notify 1.2.3 → 1.2.4
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-beacon-notify",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "A versatile and beautifully designed toast/alert plugin for Angular, offering flexible functionalities for powerful and seamless notifications.",
|
|
5
5
|
"main": "bundles/ngx-beacon-notify.umd.js",
|
|
6
6
|
"module": "fesm2022/ngx-beacon-notify.mjs",
|
|
7
7
|
"es2015": "fesm2015/ngx-beacon-notify.js",
|
|
8
8
|
"typings": "index.d.ts",
|
|
9
9
|
"peerDependencies": {
|
|
10
|
-
"@angular/common": "^
|
|
11
|
-
"@angular/core": "^
|
|
12
|
-
"@angular/platform-browser": "^
|
|
10
|
+
"@angular/common": "^13.0.0",
|
|
11
|
+
"@angular/core": "^13.0.0",
|
|
12
|
+
"@angular/platform-browser": "^13.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"tslib": "^2.3.0"
|