git ssb

16+

Dominic / patchbay



Commit f98b0b4d264cb7ab22dbfcdea8353d07fde365be

Merge branch 'master' into ahoy

mixmix committed on 3/12/2019, 9:48:38 PM
Parent: f739478e4a840b03a7f827fdf437965a27c21958
Parent: 134ac0ac61c3d41d477132a5c770be9ed66e861d

Files changed

config.jschanged
package-lock.jsonchanged
package.jsonchanged
config.jsView
@@ -32,9 +32,9 @@
3232 return merge(
3333 config,
3434 {
3535 connections: {
36- incoming: { unix: [{ scope: 'local', transform: 'noauth', server: true }] }
36+ incoming: { unix: [{ scope: 'device', transform: 'noauth', server: true }] }
3737 },
3838 remote: `unix:${Path.join(config.path, 'socket')}:~noauth:${pubkey}` // overwrites
3939 }
4040 )
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 591840 bytes
New file size: 644605 bytes
package.jsonView
@@ -93,9 +93,9 @@
9393 "ssb-backlinks": "^0.7.3",
9494 "ssb-blob-files": "^1.1.3",
9595 "ssb-blobs": "^1.1.12",
9696 "ssb-chess-db": "^1.0.5",
97- "ssb-chess-mithril": "^1.0.7",
97+ "ssb-chess-mithril": "1.0.10",
9898 "ssb-config": "^3.2.3",
9999 "ssb-ebt": "^5.3.11",
100100 "ssb-friend-pub": "^1.0.4",
101101 "ssb-friends": "^3.1.12",
@@ -109,9 +109,9 @@
109109 "ssb-query": "^2.1.0",
110110 "ssb-ref": "^2.13.6",
111111 "ssb-replicate": "^1.0.4",
112112 "ssb-search": "^1.1.2",
113- "ssb-server": "^14.0.4",
113+ "ssb-server": "^14.1.7",
114114 "ssb-sort": "^1.1.0",
115115 "ssb-suggest": "^1.0.3",
116116 "ssb-unread": "^1.0.2",
117117 "ssb-uri": "^1.0.1",

Built with git-ssb-web