Commit 2cccc563e935c542ce7c37f90eab873bdc17f1ac
upgrade to patchbay v3.6.1
Matt McKegg committed on 11/1/2016, 7:16:26 AMParent: a821b0ce884300e8ff3901678c19c6827e1189e9
Files changed
api/index.js | changed |
package.json | changed |
api/index.js | ||
---|---|---|
@@ -134,7 +134,10 @@ | ||
134 | 134 | }) |
135 | 135 | }, |
136 | 136 | sbot_whoami: function (cb) { |
137 | 137 | sbot.whoami(cb) |
138 | + }, | |
139 | + sbot_progress: function () { | |
140 | + return sbot.replicate.changes() | |
138 | 141 | } |
139 | 142 | } |
140 | 143 | } |
package.json | ||
---|---|---|
@@ -18,9 +18,9 @@ | ||
18 | 18 | "electron-default-menu": "~1.0.0", |
19 | 19 | "insert-css": "~1.0.0", |
20 | 20 | "is-visible": "^2.1.1", |
21 | 21 | "micro-css": "~0.6.2", |
22 | - "patchbay": "~3.5.0", | |
22 | + "patchbay": "~3.6.1", | |
23 | 23 | "pull-abortable": "^4.1.0", |
24 | 24 | "pull-file": "~1.0.0", |
25 | 25 | "pull-identify-filetype": "^1.1.0", |
26 | 26 | "pull-next": "0.0.2", |
Built with git-ssb-web