git ssb

4+

Dominic / scuttlebot



Commit a5a9a32e56c119447d00438f833e8e252e2b4517

use ssb-about and ssb-ooo

Henry committed on 12/9/2017, 1:17:06 PM
Parent: e6f24aead1fb2f4f11eccbdecbd008ab8fbe30af

Files changed

bin.jschanged
package.jsonchanged
bin.jsView
@@ -47,9 +47,11 @@
4747 .use(require('./plugins/logging'))
4848 .use(require('./plugins/private'))
4949 .use(require('ssb-query'))
5050 .use(require('ssb-links'))
51 + .use(require('ssb-about'))
5152 .use(require('ssb-ws'))
53 + .use(require('ssb-ooo'))
5254 .use(require('ssb-npm-registry'))
5355 .use(require('./plugins/bootstrap'))
5456
5557 // add third-party plugins
package.jsonView
@@ -1,8 +1,8 @@
11 {
22 "name": "scuttlebot",
33 "description": "network protocol layer for secure-scuttlebutt",
4- "version": "10.4.10",
4 + "version": "10.5.0-cryptix",
55 "homepage": "https://github.com/ssbc/scuttlebot",
66 "repository": {
77 "type": "git",
88 "url": "git://github.com/ssbc/scuttlebot.git"
@@ -53,20 +53,22 @@
5353 "pull-stream-to-stream": "~1.3.0",
5454 "pull-stringify": "~1.2.2",
5555 "rimraf": "^2.4.2",
5656 "secret-stack": "^4.0.0",
57- "secure-scuttlebutt": "^17.0.0",
58- "sodium-native": "^2.0.0",
57 + "secure-scuttlebutt": "^17.0.2",
58 + "sodium-native": "^2.0.1",
59 + "ssb-about": "^0.1.1",
5960 "ssb-blobs": "^1.1.4",
6061 "ssb-client": "^4.4.1",
6162 "ssb-config": "^2.0.0",
6263 "ssb-friends": "^2.3.2",
6364 "ssb-keys": "^7.0.13",
6465 "ssb-links": "^3.0.0",
6566 "ssb-msgs": "~5.2.0",
6667 "ssb-npm-registry": "^1.1.0",
67- "ssb-query": "^1.0.0",
68- "ssb-ref": "^2.7.1",
68 + "ssb-ooo": "^1.0.7",
69 + "ssb-query": "^1.0.1",
70 + "ssb-ref": "^2.8.0",
6971 "ssb-ws": "^1.0.3",
7072 "statistics": "^3.0.0",
7173 "stream-to-pull-stream": "^1.6.10",
7274 "zerr": "^1.0.0"

Built with git-ssb-web