@badisi/ngx-safe-subscribe 2.2.9 → 3.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/README.md CHANGED
@@ -8,7 +8,9 @@ Automatically unsubscribe from RxJS observables in Angular components.
8
8
 
9
9
  <!--[![peerDependency Status](https://david-dm.org/badisi/ngx-safe-subscribe/peer-status.svg)](https://david-dm.org/badisi/ngx-safe-subscribe?type=peer)-->
10
10
 
11
- :zap: *RxJS 5+ version available [here](https://github.com/Badisi/ngx-safe-subscribe/tree/rxjs-5x)*
11
+ :zap: *Angular <= 13 version available [here](https://github.com/Badisi/ngx-safe-subscribe/releases/tag/2.2.9)*
12
+
13
+ :zap: *RxJS 5.x version available [here](https://github.com/Badisi/ngx-safe-subscribe/tree/rxjs-5x)*
12
14
 
13
15
 
14
16
  ## Installation
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@badisi/ngx-safe-subscribe",
3
- "version": "2.2.9",
3
+ "version": "3.0.0",
4
4
  "description": "Easy way to automatically unsubscribe from RxJS observables in Angular components",
5
5
  "homepage": "https://github.com/badisi/ngx-safe-subscribe",
6
6
  "license": "MIT",
@@ -23,7 +23,7 @@
23
23
  "safesubscribe"
24
24
  ],
25
25
  "peerDependencies": {
26
- "@angular/core": ">=6.0.0",
26
+ "@angular/core": ">=14.0.0",
27
27
  "rxjs": ">=6.0.0"
28
28
  },
29
29
  "module": "fesm2015/badisi-ngx-safe-subscribe.mjs",
@@ -31,13 +31,13 @@
31
31
  "esm2020": "esm2020/badisi-ngx-safe-subscribe.mjs",
32
32
  "fesm2020": "fesm2020/badisi-ngx-safe-subscribe.mjs",
33
33
  "fesm2015": "fesm2015/badisi-ngx-safe-subscribe.mjs",
34
- "typings": "badisi-ngx-safe-subscribe.d.ts",
34
+ "typings": "index.d.ts",
35
35
  "exports": {
36
36
  "./package.json": {
37
37
  "default": "./package.json"
38
38
  },
39
39
  ".": {
40
- "types": "./badisi-ngx-safe-subscribe.d.ts",
40
+ "types": "./index.d.ts",
41
41
  "esm2020": "./esm2020/badisi-ngx-safe-subscribe.mjs",
42
42
  "es2020": "./fesm2020/badisi-ngx-safe-subscribe.mjs",
43
43
  "es2015": "./fesm2015/badisi-ngx-safe-subscribe.mjs",