@badisi/ngx-safe-subscribe 4.0.28 → 4.0.29
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 +4 -4
- package/package.json +3 -3
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://
|
|
21
|
-
<a href="https://github.com/
|
|
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/
|
|
150
|
-
[codeofconduct]: https://github.com/
|
|
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.
|
|
3
|
+
"version": "4.0.29",
|
|
4
4
|
"description": "Easy way to automatically unsubscribe from RxJS observables in Angular components",
|
|
5
|
-
"homepage": "https://github.com/
|
|
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": "
|
|
13
|
+
"url": "https://github.com/Badisi/ngx-safe-subscribe"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"angular",
|