rxjs-poll 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,7 +15,7 @@ Library provides RxJS operator that can do polling on any completed source.
15
15
  - Consecutive rule for **different retry attempts** approach
16
16
  - Config **input guard** for unexpected values
17
17
  - Supports browser and node environment
18
- - Compatible with RxJS v7 and v8
18
+ - Compatible with RxJS v7+
19
19
  - Provides cjs and esm
20
20
 
21
21
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rxjs-poll",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "RxJS operator for polling",
5
5
  "keywords": [
6
6
  "rxjs",
@@ -62,7 +62,7 @@
62
62
  ]
63
63
  },
64
64
  "peerDependencies": {
65
- "rxjs": "^7 || ^8 || ^8.0.0-alpha.0 || ^8.0.0-beta.0 || ^8.0.0-rc.0"
65
+ "rxjs": ">=7 || ^8.0.0-alpha.0 || ^8.0.0-beta.0 || ^8.0.0-rc.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@atao60/fse-cli": "^0.1.9",