Commit c62f0641dd1200b08655c9ecef975135c25017c0
Merge branch 'master' into bump_plugins
mixmix committed on 7/16/2018, 11:24:11 PMParent: 80747b9a0fc54efb789bef142f33bc7e21b2a699
Parent: 9b9ae32751d87f8c75ee8da7d23f22f5b9250a74
Files changed
app/page/public.js | changed |
package-lock.json | changed |
package.json | changed |
app/page/public.js | ||
---|---|---|
@@ -54,9 +54,8 @@ | ||
54 | 54 … | }], |
55 | 55 … | limit: 100 |
56 | 56 … | }) |
57 | 57 … | |
58 | - server.query.explain(_opts, console.log) | |
59 | 58 … | return next(server.query.read, _opts, ['timestamp']) |
60 | 59 … | }) |
61 | 60 … | |
62 | 61 … | // TODO : build a pull-stream which has seperate state + rendering |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 322385 bytes New file size: 399720 bytes |
package.json | |||
---|---|---|---|
@@ -82,9 +82,9 @@ | |||
82 | 82 … | "setimmediate": "^1.0.5", | |
83 | 83 … | "ssb-about": "^0.1.2", | |
84 | 84 … | "ssb-backlinks": "^0.7.2", | |
85 | 85 … | "ssb-blobs": "^1.1.5", | |
86 | - "ssb-chess": "^2.2.4", | ||
86 … | + "ssb-chess": "^2.2.7", | ||
87 | 87 … | "ssb-chess-db": "^1.0.2", | |
88 | 88 … | "ssb-client": "^4.5.7", | |
89 | 89 … | "ssb-ebt": "^5.2.0", | |
90 | 90 … | "ssb-friends": "^2.4.0", |
Built with git-ssb-web