@superutils/rx 0.1.15 → 0.1.17
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A set of small, focused utilities for working with RxJS observables and subjects
|
|
|
4
4
|
|
|
5
5
|
<div v-if="false">
|
|
6
6
|
|
|
7
|
-
For full API reference check out the [docs page](https://alien45.github.io/superutils/packages/@superutils/rx/).
|
|
7
|
+
For full API reference and example code playground check out the [docs page](https://alien45.github.io/superutils/packages/@superutils/rx/).
|
|
8
8
|
|
|
9
9
|
</div>
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"author": "Toufiqur Rahaman Chowdhury",
|
|
3
3
|
"description": "A set of small, focused utilities for working with RxJS observables and subjects.",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@superutils/core": "^1.2.
|
|
6
|
-
"@superutils/promise": "^1.3.
|
|
5
|
+
"@superutils/core": "^1.2.21",
|
|
6
|
+
"@superutils/promise": "^1.3.20",
|
|
7
7
|
"@types/react": "^18.0.0",
|
|
8
8
|
"react": ">=16.8.0",
|
|
9
9
|
"rxjs": "^7.8.2"
|
|
@@ -49,6 +49,6 @@
|
|
|
49
49
|
"module": "./dist/index.js",
|
|
50
50
|
"type": "module",
|
|
51
51
|
"types": "./dist/index.d.ts",
|
|
52
|
-
"version": "0.1.
|
|
53
|
-
"gitHead": "
|
|
52
|
+
"version": "0.1.17",
|
|
53
|
+
"gitHead": "54a29f73ae09335819d591df271d9f57c92da457"
|
|
54
54
|
}
|