git ssb

16+

Dominic / patchbay



Commit f93f8d4fc67466bd1d3c82874870ebb132e8286a

Merge branch 'onboarding' into pre-release

mixmix committed on 7/16/2019, 6:27:35 AM
Parent: 8e4e9c4e33e4475499a439dc81219dc9da8b19a2
Parent: aa1beaf1cd116f8a379c4be490b5fde4dda8ad4e

Files changed

index.jschanged
package-lock.jsonchanged
package.jsonchanged
index.jsView
@@ -1,16 +1,17 @@
11 const ahoy = require('ssb-ahoy')
22 const StartMenus = require('./menu')
33
44 const plugins = [
5- 'ssb-server/plugins/master',
6- 'ssb-server/plugins/unix-socket',
7- 'ssb-server/plugins/no-auth',
8- 'ssb-server/plugins/onion',
9- 'ssb-server/plugins/local',
10- 'ssb-server/plugins/logging',
5 + 'ssb-master',
6 + 'ssb-unix-socket',
7 + 'ssb-no-auth',
8 + 'ssb-onion',
9 + 'ssb-local',
10 + 'ssb-logging',
1111
1212 'ssb-legacy-conn',
13 + // 'ssb-conn', // TODO requires secret-stack@^6.2.0 , but ssb-server shrinkwrapped @6.1.2
1314 'ssb-replicate',
1415 'ssb-friends',
1516
1617 'ssb-blobs',
@@ -39,9 +40,9 @@
3940 ahoy(
4041 {
4142 title: 'Patchbay',
4243 plugins,
43- // appDir: '../patchbay', // only used when ssb-ahoy is symlinked in!
44 + appDir: '../patchbay', // only used when ssb-ahoy is symlinked in! // TODO recomment before publish
4445 uiPath: './ui.js'
4546 },
4647 (state) => {
4748 StartMenus(state)
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 799402 bytes
New file size: 827451 bytes
package.jsonView
@@ -6,9 +6,9 @@
66 "scripts": {
77 "postinstall": "npm run rebuild",
88 "rebuild": "electron-builder install-app-deps",
99 "start": "electron index.js -- --title patchbay",
10- "start-frameless": "FRAME=false npm start",
10 + "frameless": "ELECTRON_FRAME=false npm start",
1111 "lite": "echo 'run your own sbot!' && electro lite.js -- --title patchbay --icon ./node_module/ssb-ahoy/electron/assets/icon.png",
1212 "dist": "electron-builder",
1313 "test": "standard",
1414 "lint": "standard --fix",
@@ -104,29 +104,37 @@
104104 "ssb-blobs": "^1.1.12",
105105 "ssb-chess-db": "^1.0.6",
106106 "ssb-chess-mithril": "1.0.10",
107107 "ssb-config": "^3.3.0",
108 + "ssb-conn": "^0.1.0",
108109 "ssb-device-address": "^1.1.6",
109110 "ssb-ebt": "^5.6.6",
110111 "ssb-friend-pub": "^1.0.7",
111112 "ssb-friends": "^4.1.4",
112113 "ssb-identities": "^2.1.0",
113114 "ssb-invite": "~2.0.4",
114115 "ssb-legacy-conn": "^1.0.25",
116 + "ssb-local": "^1.0.0",
117 + "ssb-logging": "^1.0.0",
118 + "ssb-master": "^1.0.3",
115119 "ssb-meme": "^1.0.4",
116120 "ssb-mentions": "^0.5.0",
117121 "ssb-mutual": "^0.1.0",
122 + "ssb-no-auth": "^1.0.0",
123 + "ssb-onion": "^1.0.0",
118124 "ssb-ooo": "^1.1.1",
119125 "ssb-peer-invites": "^2.0.0",
126 + "ssb-plugins": "^1.0.2",
120127 "ssb-private": "^0.2.3",
121128 "ssb-query": "^2.1.0",
122129 "ssb-ref": "^2.13.6",
123130 "ssb-replicate": "^1.3.0",
124131 "ssb-search": "^1.1.2",
125- "ssb-server": "^14.1.12",
132 + "ssb-server": "^15.0.2",
126133 "ssb-sort": "^1.1.0",
127134 "ssb-suggest": "^1.0.4",
128135 "ssb-tangle": "^1.0.1",
136 + "ssb-unix-socket": "^1.0.0",
129137 "ssb-unread": "^1.0.8",
130138 "ssb-uri": "^1.0.1",
131139 "ssb-ws": "~6.0.0",
132140 "suggest-box": "^2.2.3",

Built with git-ssb-web