Commit abdfdab7259f8f8c62221e7d3e23947e30cb29ed
Upgrade flumeview-level
Christian Bundy committed on 5/3/2018, 2:41:13 PMParent: 931f9ae90cf4da8951bc4688eb35db9c60c22ac7
Files changed
package-lock.json | changed |
package.json | changed |
sbot/roots.js | changed |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 293039 bytes New file size: 298280 bytes |
package.json | ||
---|---|---|
@@ -15,58 +15,58 @@ | ||
15 | 15 | "author": "Secure Scuttlebutt Consortium", |
16 | 16 | "license": "AGPL-3.0", |
17 | 17 | "dependencies": { |
18 | 18 | "app-root-path": "^2.0.1", |
19 | - "bulk-require": "^1.0.0", | |
19 | + "bulk-require": "^1.0.1", | |
20 | 20 | "compare-version": "^0.1.2", |
21 | - "cross-script": "^1.0.1", | |
21 | + "cross-script": "^1.0.5", | |
22 | 22 | "deep-equal": "^1.0.1", |
23 | - "depject": "^4.1.0", | |
24 | - "depnest": "^1.0.2", | |
25 | - "electron-default-menu": "~1.0.0", | |
23 | + "depject": "^4.1.1", | |
24 | + "depnest": "^1.3.0", | |
25 | + "electron-default-menu": "~1.0.1", | |
26 | 26 | "electron-spellchecker": "github:ssbc/electron-spellchecker-prebuilt", |
27 | - "electron-window-state": "^4.1.0", | |
27 | + "electron-window-state": "^4.1.1", | |
28 | 28 | "emoji-named-characters": "^1.0.2", |
29 | - "emojilib": "^2.2.9", | |
29 | + "emojilib": "^2.2.12", | |
30 | 30 | "fix-path": "^2.1.0", |
31 | 31 | "flatpickr": "^4.4.4", |
32 | - "flumeview-level": "^2.0.3", | |
32 | + "flumeview-level": "^3.0.2", | |
33 | 33 | "flumeview-reduce": "^1.3.13", |
34 | 34 | "flumeview-search": "github:mmckegg/flumeview-search#fix-hang-on-short-words", |
35 | - "hashlru": "^2.2.0", | |
35 | + "hashlru": "^2.2.1", | |
36 | 36 | "human-time": "0.0.1", |
37 | 37 | "i18n": "^0.8.3", |
38 | 38 | "level": "^3.0.0", |
39 | - "lrucache": "^1.0.2", | |
39 | + "lrucache": "^1.0.3", | |
40 | 40 | "micro-css": "^2.0.1", |
41 | 41 | "moment": "^2.22.1", |
42 | - "mutant": "^3.21.2", | |
42 | + "mutant": "^3.22.1", | |
43 | 43 | "mutant-pull-reduce": "^1.1.0", |
44 | 44 | "obv": "0.0.1", |
45 | 45 | "patch-settings": "^1.1.1", |
46 | 46 | "patchcore": "~1.26.1", |
47 | - "pull-abortable": "^4.1.0", | |
47 | + "pull-abortable": "^4.1.1", | |
48 | 48 | "pull-cat": "^1.1.11", |
49 | 49 | "pull-defer": "^0.2.2", |
50 | 50 | "pull-file": "^1.1.0", |
51 | - "pull-next": "~1.0.0", | |
51 | + "pull-next": "~1.0.1", | |
52 | 52 | "pull-notify": "^0.1.1", |
53 | 53 | "pull-paramap": "^1.2.2", |
54 | - "pull-pause": "~0.0.1", | |
54 | + "pull-pause": "~0.0.2", | |
55 | 55 | "pull-ping": "^2.0.2", |
56 | - "pull-pushable": "^2.0.1", | |
56 | + "pull-pushable": "^2.2.0", | |
57 | 57 | "pull-stream": "^3.6.7", |
58 | 58 | "scuttle-blog": "^1.0.0", |
59 | 59 | "scuttlebot": "~11.3.0", |
60 | 60 | "secret-stack": "^4.1.0", |
61 | 61 | "sorted-array-functions": "^1.1.0", |
62 | 62 | "spacetime": "^4.1.1", |
63 | - "ssb-about": "~0.1.1", | |
63 | + "ssb-about": "~0.1.2", | |
64 | 64 | "ssb-avatar": "^0.2.0", |
65 | 65 | "ssb-backlinks": "~0.7.1", |
66 | 66 | "ssb-blobs": "~1.1.4", |
67 | 67 | "ssb-config": "^2.2.0", |
68 | - "ssb-friends": "^2.3.5", | |
68 | + "ssb-friends": "^2.4.0", | |
69 | 69 | "ssb-keys": "^7.0.15", |
70 | 70 | "ssb-mentions": "^0.5.0", |
71 | 71 | "ssb-msgs": "^5.2.0", |
72 | 72 | "ssb-private": "~0.2.1", |
sbot/roots.js | ||
---|---|---|
@@ -11,9 +11,9 @@ | ||
11 | 11 | var getRoot = require('patchcore/message/sync/root').create().message.sync.root |
12 | 12 | var getTimestamp = require('patchcore/message/sync/timestamp').create().message.sync.timestamp |
13 | 13 | |
14 | 14 | module.exports = function (ssb, config) { |
15 | - var create = FlumeViewLevel(2, function (msg, seq) { | |
15 | + var create = FlumeViewLevel(3, function (msg, seq) { | |
16 | 16 | var result = [ |
17 | 17 | [getTimestamp(msg), getRoot(msg) || msg.key] |
18 | 18 | ] |
19 | 19 | return result |
Built with git-ssb-web