git ssb

16+

Dominic / patchbay



Commit 8b6aa6d8f80b81171f2be82a52329463983b79a9

bump scry, polls, gatherings

mixmix committed on 10/1/2018, 5:53:19 AM
Parent: fdca1d25ea142fa395482e66593db66d33f6589c

Files changed

app/page/query.jschanged
package-lock.jsonchanged
package.jsonchanged
app/page/query.jsView
@@ -69,10 +69,10 @@
6969 render: buildRawMsg,
7070 comparer: (a, b) => {
7171 if (a && b && a.key && b.key) return a.key === b.key
7272 return a === b
73- },
74- cb: console.error
73 + }
74 + // cb: console.error // TODO better error catching with stream
7575 })
7676 })
7777 ])
7878 ])
@@ -217,9 +217,9 @@
217217
218218 // regex lifted from ssb-ref
219219 var arr = chunk.split(/((?:@|%|&)[A-Za-z0-9/+]{43}=\.[\w\d]+)/g)
220220 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])
222222 }
223223 newArray = [...newArray, ...arr]
224224 })
225225
package-lock.jsonView
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.jsonView
@@ -70,11 +70,11 @@
7070 "patch-settings": "^1.1.2",
7171 "patch-suggest": "^2.0.2",
7272 "patchbay-book": "^1.0.8",
7373 "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",
7777 "patchcore": "^1.28.1",
7878 "pull-abortable": "^4.1.1",
7979 "pull-next-query": "^1.0.0",
8080 "pull-notify": "^0.1.1",

Built with git-ssb-web