Commit da2e0869785bd332570cb7b3896dd5dc33aab293
Bump flumeview-reduce from 1.3.16 to 1.4.0
Bumps [flumeview-reduce](https://github.com/flumedb/flumeview-reduce) from 1.3.16 to 1.4.0. - [Release notes](https://github.com/flumedb/flumeview-reduce/releases) - [Commits](https://github.com/flumedb/flumeview-reduce/compare/v1.3.16...v1.4.0) Signed-off-by: dependabot[bot] <support@github.com>dependabot[bot] authored on 1/8/2021, 2:36:25 AM
Daan Wynen committed on 1/11/2021, 3:14:37 PM
Parent: 961091df9675074788db4f65981d4319f80f7186
Files changed
lib/plugins/contacts.js | changed |
package-lock.json | changed |
package.json | changed |
lib/plugins/contacts.js | ||
---|---|---|
@@ -39,9 +39,9 @@ | ||
39 | 39 | [msg.value.content.contact]: getContactState(msg.value.content) |
40 | 40 | } |
41 | 41 | } |
42 | 42 | } |
43 | - })) | |
43 | + }, null, null, 100 * 1000)) | |
44 | 44 | |
45 | 45 | view.get((err, result) => { |
46 | 46 | if (!err && result) { |
47 | 47 | // initialize values |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 415728 bytes New file size: 421462 bytes |
package.json | ||
---|---|---|
@@ -30,9 +30,9 @@ | ||
30 | 30 | "escape-string-regexp": "^2.0.0", |
31 | 31 | "fix-path": "^3.0.0", |
32 | 32 | "flat": "^5.0.0", |
33 | 33 | "flatpickr": "4.5.2", |
34 | - "flumeview-reduce": "^1.3.16", | |
34 | + "flumeview-reduce": "^1.4.0", | |
35 | 35 | "hashlru": "^2.3.0", |
36 | 36 | "hex-rgb": "^4.1.0", |
37 | 37 | "highlight.js": "^10.4.1", |
38 | 38 | "html-escape": "^2.0.0", |
Built with git-ssb-web