git ssb

16+

Dominic / patchbay



Commit 652ecbb4cd7581d318f8a02e163001b78d13ee25

Upgrade scuttlebot and ssb-ws

Christian Bundy committed on 10/19/2018, 7:52:28 PM
Parent: 4f38a991eff961ff071507e747fd5dba7a2a5e94

Files changed

background-process.jschanged
package-lock.jsonchanged
package.jsonchanged
background-process.jsView
@@ -10,8 +10,10 @@
1010 .use(require('scuttlebot/plugins/replicate'))
1111 .use(require('scuttlebot/plugins/invite'))
1212 .use(require('scuttlebot/plugins/local'))
1313 .use(require('scuttlebot/plugins/logging'))
14 + .use(require('scuttlebot/plugins/unix-socket'))
15 + .use(require('scuttlebot/plugins/no-auth'))
1416 .use(require('ssb-about'))
1517 .use(require('ssb-backlinks'))
1618 .use(require('ssb-blobs'))
1719 .use(require('ssb-chess-db'))
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 397617 bytes
New file size: 398235 bytes
package.jsonView
@@ -83,9 +83,9 @@
8383 "read-directory": "^3.0.0",
8484 "require-style": "^1.0.1",
8585 "scuttle-blog": "^1.0.1",
8686 "scuttle-poll": "^1.3.4",
87- "scuttlebot": "^12.1.0",
87 + "scuttlebot": "^13.0.0",
8888 "setimmediate": "^1.0.5",
8989 "ssb-about": "^0.1.2",
9090 "ssb-backlinks": "^0.7.3",
9191 "ssb-blob-files": "^1.1.1",
@@ -104,9 +104,9 @@
104104 "ssb-ref": "^2.12.0",
105105 "ssb-search": "^1.1.2",
106106 "ssb-sort": "^1.1.0",
107107 "ssb-unread": "^1.0.1",
108- "ssb-ws": "^2.1.1",
108 + "ssb-ws": "^3.0.0",
109109 "suggest-box": "^2.2.3",
110110 "text-node-searcher": "^1.1.1",
111111 "xtend": "^4.0.1"
112112 },

Built with git-ssb-web