rxjs-poll 1.0.0 → 1.0.1
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 -0
- package/package.json +1 -4
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# RxJS Polling Operator
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+
|
|
3
7
|
Library provides RxJS operator that can do polling on any completed source.
|
|
4
8
|
|
|
5
9
|
**rxjs-poll** features:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rxjs-poll",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "RxJS operator for polling",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rxjs",
|
|
@@ -56,9 +56,6 @@
|
|
|
56
56
|
"default": "./dist/esm/index.js"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
"engines": {
|
|
60
|
-
"node": "^20"
|
|
61
|
-
},
|
|
62
59
|
"lint-staged": {
|
|
63
60
|
"*.{js,ts}": [
|
|
64
61
|
"npm run lint:fix"
|