@nxtedition/lib 27.0.7 → 27.0.8

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/couch.js +1 -1
  2. package/package.json +2 -2
package/couch.js CHANGED
@@ -293,7 +293,7 @@ export function makeCouch(opts) {
293
293
  let error = null
294
294
  let ended = false
295
295
  let state = 0
296
- let since = params.since || '0'
296
+ let since = params.since || null
297
297
 
298
298
  function maybeResume() {
299
299
  if (resume) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "27.0.7",
3
+ "version": "27.0.8",
4
4
  "license": "UNLICENSED",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",
@@ -92,5 +92,5 @@
92
92
  "pino": ">=7.0.0",
93
93
  "rxjs": "^7.0.0"
94
94
  },
95
- "gitHead": "fe6494737e2cd14d2e75b5cfc702b23f08cc2c34"
95
+ "gitHead": "7f7389b0cae3822a99eb801f0c0dd0723fe5e140"
96
96
  }