git ssb

16+

Dominic / patchbay



Commit 60057b1f770d4e34bc1db58a793835f06125102d

Merge branch 'scry'

mixmix committed on 9/3/2018, 12:16:51 PM
Parent: a2b396459b306bb343e8333456c64d1b36baab00
Parent: 893f9408e5d346af21de04213e1411dfaedf7ee4

Files changed

main.jschanged
package-lock.jsonchanged
package.jsonchanged
main.jsView
@@ -35,10 +35,9 @@
3535 }
3636
3737 // from more specialized to more general
3838 const sockets = combine(
39- require('ssb-horcrux'),
40-
39 + require('patchbay-scry'),
4140 require('patchbay-dark-crystal'),
4241 require('patchbay-poll'),
4342 require('ssb-chess'),
4443 require('patchbay-gatherings'),
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 315124 bytes
New file size: 315037 bytes
package.jsonView
@@ -71,17 +71,19 @@
7171 "patch-suggest": "^2.0.2",
7272 "patchbay-book": "^1.0.8",
7373 "patchbay-dark-crystal": "^1.0.3",
7474 "patchbay-gatherings": "^2.0.2",
75- "patchbay-poll": "^1.0.5",
75 + "patchbay-poll": "^1.0.7",
76 + "patchbay-scry": "^1.0.0",
7677 "patchcore": "^1.28.0",
7778 "pull-abortable": "^4.1.1",
7879 "pull-next-query": "^1.0.0",
7980 "pull-scroll": "^1.0.9",
8081 "pull-stream": "^3.6.8",
8182 "read-directory": "^3.0.0",
8283 "require-style": "^1.0.1",
8384 "scuttle-blog": "^1.0.1",
85 + "scuttle-poll": "^1.3.4",
8486 "scuttlebot": "^11.4.2",
8587 "setimmediate": "^1.0.5",
8688 "ssb-about": "^0.1.2",
8789 "ssb-backlinks": "^0.7.3",
@@ -90,9 +92,8 @@
9092 "ssb-chess-db": "^1.0.3",
9193 "ssb-config": "^2.2.0",
9294 "ssb-ebt": "^5.2.2",
9395 "ssb-friends": "^3.1.3",
94- "ssb-horcrux": "^1.0.0",
9596 "ssb-keys": "^7.0.15",
9697 "ssb-meme": "^1.0.4",
9798 "ssb-mentions": "^0.5.0",
9899 "ssb-mutual": "^0.1.0",

Built with git-ssb-web