rxjs-poll 2.0.0 → 2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -66,7 +66,7 @@ request$
66
66
  poll({
67
67
  type: 'interval', // Drops uncompleted source after delay
68
68
  delay: {
69
- strategy: 'random'
69
+ strategy: 'random',
70
70
  time: [1000, 3000], // Random delay between 1 and 3 seconds
71
71
  },
72
72
  retry: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rxjs-poll",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "RxJS operator for polling",
5
5
  "keywords": [
6
6
  "rxjs",