git ssb

2+

ev / mvd



Commit 0875cd6f8950c5ee33e1c9a26f73ddb9b48f92ea

see if this solves local replication issue

Ev Bogue committed on 9/23/2018, 5:30:17 PM
Parent: 8db7ddedc8d963bf79d94e8458ebea33a4bfc947

Files changed

config/inject.jschanged
package-lock.jsonchanged
package.jsonchanged
config/inject.jsView
@@ -69,14 +69,14 @@
6969 connections: 3
7070 },
7171 connections: {
7272 incoming: {
73- net: [{ port: 8008, host: "localhost", scope: "local", "transform": "shs" }],
74- ws: [{ "scope": "public", "transform": "shs" }]
73 + net: [{ scope: "public", transform: "shs" }],
74 + ws: [{ scope: "public", transform: "shs" }]
7575 },
7676 outgoing: {
7777 net: [{ transform: "shs" }],
78- ws: [{ "scope": "public", "transform": "shs" }]
78 + ws: [{ scope: "public", transform: "shs" }]
7979 }
8080 },
8181 path: path.join(HOME, '.' + name),
8282 timers: {
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 225027 bytes
New file size: 226284 bytes
package.jsonView
@@ -1,7 +1,7 @@
11 {
22 "name": "mvd",
3- "version": "1.12.2",
3 + "version": "1.12.3",
44 "description": "minimum viable decent",
55 "main": "index.js",
66 "scripts": {
77 "start": "node bin server",
@@ -27,17 +27,17 @@
2727 "hyperscript": "^2.0.2",
2828 "hyperscroll": "^1.0.0",
2929 "muxrpcli": "^1.1.0",
3030 "non-private-ip": "^1.4.4",
31- "opn": "^5.3.0",
31 + "opn": "^5.4.0",
3232 "os-homedir": "^1.0.2",
3333 "pull-more": "^1.1.0",
3434 "pull-next-query": "^1.0.0",
3535 "pull-reconnect": "0.0.3",
3636 "pull-stream": "^3.6.9",
3737 "pull-stringify": "^2.0.0",
3838 "rc": "^1.2.8",
39- "scuttlebot": "^12.0.1",
39 + "scuttlebot": "^12.1.0",
4040 "simple-mime": "^0.1.0",
4141 "split-buffer": "^1.0.0",
4242 "ssb-avatar": "^0.2.0",
4343 "ssb-backlinks": "^0.7.3",
@@ -45,9 +45,9 @@
4545 "ssb-client": "^4.6.0",
4646 "ssb-ebt": "^5.2.3",
4747 "ssb-feed": "^2.3.0",
4848 "ssb-friends": "^3.1.3",
49- "ssb-keys": "^7.0.16",
49 + "ssb-keys": "^7.1.1",
5050 "ssb-links": "^3.0.3",
5151 "ssb-markdown": "^3.6.0",
5252 "ssb-mentions": "^0.5.0",
5353 "ssb-ref": "^2.11.2",

Built with git-ssb-web