Commit 8b6aa6d8f80b81171f2be82a52329463983b79a9
bump scry, polls, gatherings
mixmix committed on 10/1/2018, 5:53:19 AMParent: fdca1d25ea142fa395482e66593db66d33f6589c
Files changed
app/page/query.js | changed |
package-lock.json | changed |
package.json | changed |
app/page/query.js | ||
---|---|---|
@@ -69,10 +69,10 @@ | ||
69 | 69 … | render: buildRawMsg, |
70 | 70 … | comparer: (a, b) => { |
71 | 71 … | if (a && b && a.key && b.key) return a.key === b.key |
72 | 72 … | return a === b |
73 | - }, | |
74 | - cb: console.error | |
73 … | + } | |
74 … | + // cb: console.error // TODO better error catching with stream | |
75 | 75 … | }) |
76 | 76 … | }) |
77 | 77 … | ]) |
78 | 78 … | ]) |
@@ -217,9 +217,9 @@ | ||
217 | 217 … | |
218 | 218 … | // regex lifted from ssb-ref |
219 | 219 … | var arr = chunk.split(/((?:@|%|&)[A-Za-z0-9/+]{43}=\.[\w\d]+)/g) |
220 | 220 … | for (var i = 1; i < arr.length; i += 2) { |
221 | - arr[i] = h('a', {href: arr[i]}, arr[i]) | |
221 … | + arr[i] = h('a', { href: arr[i] }, arr[i]) | |
222 | 222 … | } |
223 | 223 … | newArray = [...newArray, ...arr] |
224 | 224 … | }) |
225 | 225 … |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 315113 bytes New file size: 308828 bytes |
package.json | ||
---|---|---|
@@ -70,11 +70,11 @@ | ||
70 | 70 … | "patch-settings": "^1.1.2", |
71 | 71 … | "patch-suggest": "^2.0.2", |
72 | 72 … | "patchbay-book": "^1.0.8", |
73 | 73 … | "patchbay-dark-crystal": "^1.0.5", |
74 | - "patchbay-gatherings": "^2.0.2", | |
75 | - "patchbay-poll": "^1.0.9", | |
76 | - "patchbay-scry": "^1.1.2", | |
74 … | + "patchbay-gatherings": "^3.0.0", | |
75 … | + "patchbay-poll": "^1.1.1", | |
76 … | + "patchbay-scry": "^1.2.0", | |
77 | 77 … | "patchcore": "^1.28.1", |
78 | 78 … | "pull-abortable": "^4.1.1", |
79 | 79 … | "pull-next-query": "^1.0.0", |
80 | 80 … | "pull-notify": "^0.1.1", |
Built with git-ssb-web