git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 2cccc563e935c542ce7c37f90eab873bdc17f1ac

upgrade to patchbay v3.6.1

Matt McKegg committed on 11/1/2016, 7:16:26 AM
Parent: a821b0ce884300e8ff3901678c19c6827e1189e9

Files changed

api/index.jschanged
package.jsonchanged
api/index.jsView
@@ -134,7 +134,10 @@
134134 })
135135 },
136136 sbot_whoami: function (cb) {
137137 sbot.whoami(cb)
138+ },
139+ sbot_progress: function () {
140+ return sbot.replicate.changes()
138141 }
139142 }
140143 }
package.jsonView
@@ -18,9 +18,9 @@
1818 "electron-default-menu": "~1.0.0",
1919 "insert-css": "~1.0.0",
2020 "is-visible": "^2.1.1",
2121 "micro-css": "~0.6.2",
22- "patchbay": "~3.5.0",
22+ "patchbay": "~3.6.1",
2323 "pull-abortable": "^4.1.0",
2424 "pull-file": "~1.0.0",
2525 "pull-identify-filetype": "^1.1.0",
2626 "pull-next": "0.0.2",

Built with git-ssb-web