@badisi/ngx-safe-subscribe 4.0.28 → 4.0.30

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
@@ -17,8 +17,8 @@
17
17
 
18
18
  <p align="center">
19
19
  <a href="https://github.com/Badisi/ngx-safe-subscribe/actions/workflows/ci_tests.yml">
20
- <img src="https://github.com/Badisi/ngx-safe-subscribe/actions/workflows/ci_tests.yml/badge.svg" alt="build status" /></a>
21
- <a href="https://github.com/badisi/ngx-safe-subscribe/blob/main/CONTRIBUTING.md#-submitting-a-pull-request-pr">
20
+ <img src="https://img.shields.io/github/actions/workflow/status/badisi/ngx-safe-subscribe/ci_tests.yml?logo=github" alt="build status" /></a>
21
+ <a href="https://github.com/Badisi/ngx-safe-subscribe/blob/main/CONTRIBUTING.md#-submitting-a-pull-request-pr">
22
22
  <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome" /></a>
23
23
  </p>
24
24
 
@@ -146,5 +146,5 @@ Please read and follow the [Code of Conduct][codeofconduct] and help me keep thi
146
146
 
147
147
 
148
148
 
149
- [contributing]: https://github.com/badisi/latest-version/blob/main/CONTRIBUTING.md
150
- [codeofconduct]: https://github.com/badisi/latest-version/blob/main/CODE_OF_CONDUCT.md
149
+ [contributing]: https://github.com/Badisi/latest-version/blob/main/CONTRIBUTING.md
150
+ [codeofconduct]: https://github.com/Badisi/latest-version/blob/main/CODE_OF_CONDUCT.md
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@badisi/ngx-safe-subscribe",
3
- "version": "4.0.28",
3
+ "version": "4.0.30",
4
4
  "description": "Easy way to automatically unsubscribe from RxJS observables in Angular components",
5
- "homepage": "https://github.com/badisi/ngx-safe-subscribe",
5
+ "homepage": "https://github.com/Badisi/ngx-safe-subscribe",
6
6
  "license": "MIT",
7
7
  "sideEffects": true,
8
8
  "author": {
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "git+https://github.com/badisi/ngx-safe-subscribe.git"
13
+ "url": "https://github.com/Badisi/ngx-safe-subscribe"
14
14
  },
15
15
  "keywords": [
16
16
  "angular",
@@ -27,13 +27,13 @@
27
27
  "rxjs": ">= 6.0.0"
28
28
  },
29
29
  "module": "fesm2022/badisi-ngx-safe-subscribe.mjs",
30
- "typings": "index.d.ts",
30
+ "typings": "types/badisi-ngx-safe-subscribe.d.ts",
31
31
  "exports": {
32
32
  "./package.json": {
33
33
  "default": "./package.json"
34
34
  },
35
35
  ".": {
36
- "types": "./index.d.ts",
36
+ "types": "./types/badisi-ngx-safe-subscribe.d.ts",
37
37
  "default": "./fesm2022/badisi-ngx-safe-subscribe.mjs"
38
38
  }
39
39
  },