git ssb

10+

Matt McKegg / patchwork



Commit b1d9327f353283fcc3fb10ebbe3cdbbaf2feddea

update deps to remove punctuation from channels

Matt McKegg committed on 12/12/2017, 9:56:10 PM
Parent: f6487e3f937bcb47dc60546afcec2e728660b0db

Files changed

package.jsonchanged
sbot/channels.jschanged
package.jsonView
@@ -40,9 +40,9 @@
4040 "mutant": "^3.21.2",
4141 "mutant-pull-reduce": "^1.1.0",
4242 "obv": "0.0.1",
4343 "patch-settings": "~1.1.0",
44- "patchcore": "~1.22.0",
44 + "patchcore": "~1.22.1",
4545 "pull-abortable": "^4.1.0",
4646 "pull-defer": "^0.2.2",
4747 "pull-file": "~1.0.0",
4848 "pull-identify-filetype": "^1.1.0",
@@ -56,17 +56,17 @@
5656 "sorted-array-functions": "~1.0.0",
5757 "spacetime": "^1.0.7",
5858 "ssb-about": "~0.1.1",
5959 "ssb-avatar": "^0.2.0",
60- "ssb-backlinks": "~0.6.0",
60 + "ssb-backlinks": "~0.6.1",
6161 "ssb-blobs": "~1.1.4",
6262 "ssb-friends": "^2.3.5",
6363 "ssb-keys": "^7.0.13",
6464 "ssb-mentions": "^0.4.0",
6565 "ssb-msgs": "^5.2.0",
6666 "ssb-private": "0.1.4",
6767 "ssb-query": "^1.0.0",
68- "ssb-ref": "^2.8.0",
68 + "ssb-ref": "^2.9.0",
6969 "ssb-sort": "^1.0.0",
7070 "statistics": "^3.3.0",
7171 "suggest-box": "^2.2.3",
7272 "text-node-searcher": "^1.1.1"
sbot/channels.jsView
@@ -1,9 +1,9 @@
11 var FlumeReduce = require('flumeview-reduce')
22 var normalizeChannel = require('ssb-ref').normalizeChannel
33
44 module.exports = function (ssb, config) {
5- return ssb._flumeUse('patchwork-channels', FlumeReduce(1, reduce, map))
5 + return ssb._flumeUse('patchwork-channels', FlumeReduce(2, reduce, map))
66 }
77
88 function reduce (result, item) {
99 if (!result) result = {}

Built with git-ssb-web