git ssb

3+

ev / decent



Commit eb0d5889a3b702ce48c89b9e39579989619d3b0e

update deps, 4.2.0

Ev Bogue committed on 3/14/2018, 10:52:55 PM
Parent: 69857ba56d4998a583ac659337aa2a84f560e431

Files changed

package-lock.jsonchanged
package.jsonchanged
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 209971 bytes
New file size: 223139 bytes
package.jsonView
@@ -1,7 +1,7 @@
11 {
22 "name": "decent",
3- "version": "4.1.0",
3 + "version": "4.2.0",
44 "description": "A decent(tralized) network for communication and development",
55 "scripts": {
66 "start": "node bin server",
77 "build": "mkdir -p build && browserify node_modules/minbase/index.js | indexhtmlify > build/index.html",
@@ -9,83 +9,31 @@
99 },
1010 "author": "Ev Bogue",
1111 "license": "MIT",
1212 "dependencies": {
13- "atomic-file": "^1.1.3",
14- "bash-color": "~0.0.3",
15- "broadcast-stream": "~0.2.1",
16- "cont": "~1.0.3",
17- "dataurl-": "^0.1.0",
18- "deep-equal": "^1.0.1",
1913 "deep-extend": "^0.5.0",
20- "depject": "^4.1.1",
21- "ecstatic": "^3.0.0",
22- "emoji-named-characters": "^1.0.2",
2314 "emoji-server": "^1.0.0",
24- "explain-error": "~1.0.1",
25- "human-time": "^0.0.1",
26- "hypercrop": "^1.0.1",
27- "hyperfile": "^2.0.0",
28- "hyperlightbox": "^1.0.0",
29- "hyperprogress": "^0.1.1",
30- "hyperscript": "^2.0.2",
31- "ip": "^0.3.3",
32- "is-visible": "^2.1.1",
33- "map-filter-reduce": "^3.0.1",
34- "mdmanifest": "^1.0.4",
3515 "minbase": "^3.0.6",
36- "mkdirp": "~0.5.0",
3716 "multiblob-http": "^0.2.0",
38- "multicb": "^1.2.2",
3917 "multiserver": "^1.10.0",
4018 "muxrpc": "^6.3.3",
41- "muxrpc-validation": "^2.0.0",
4219 "non-private-ip": "^1.4.2",
43- "observ-debounce": "^1.1.1",
44- "obv": "^0.0.1",
45- "on-change-network": "0.0.2",
46- "on-wakeup": "^1.0.0",
4720 "opn": "^5.2.0",
4821 "os-homedir": "^1.0.2",
49- "osenv": "^0.1.3",
50- "pull-cat": "~1.1.9",
51- "pull-hash": "^1.0.0",
52- "pull-many": "~1.0.7",
53- "pull-next": "^1.0.1",
54- "pull-notify": "0.1.1",
55- "pull-paramap": "^1.2.2",
56- "pull-ping": "^2.0.2",
57- "pull-pushable": "^2.0.0",
58- "pull-reconnect": "^0.0.3",
59- "pull-scroll": "^1.0.9",
6022 "pull-stream": "^3.4.5",
6123 "pull-stringify": "^2.0.0",
6224 "rc": "^1.2.1",
63- "scuttlebot": "^10.5.0",
64- "secret-stack": "^4.0.0",
65- "secure-scuttlebutt": "^17.1.1",
66- "simple-mime": "^0.1.0",
67- "split-buffer": "^1.0.0",
68- "ssb-avatar": "^0.2.0",
25 + "scuttlebot": "^11.0.0",
6926 "ssb-blobs": "^1.1.4",
7027 "ssb-client": "^4.5.3",
71- "ssb-ebt": "^2.0.0",
72- "ssb-feed": "^2.3.0",
28 + "ssb-ebt": "^5.1.4",
7329 "ssb-friends": "^2.4.0",
7430 "ssb-keys": "^7.0.13",
7531 "ssb-links": "^3.0.0",
76- "ssb-markdown": "^3.3.0",
77- "ssb-mentions": "^0.4.0",
78- "ssb-query": "^1.0.0",
32 + "ssb-query": "^2.0.0",
7933 "ssb-ref": "^2.9.1",
80- "ssb-sort": "^1.0.0",
8134 "stack": "^0.1.0",
82- "statistics": "^3.0.0",
83- "suggest-box": "^2.2.1",
84- "text-node-searcher": "^1.1.0",
85- "visualize-buffer": "^0.0.1",
86- "yargs": "^11.0.0",
87- "zerr": "^1.0.0"
35 + "yargs": "^11.0.0"
8836 },
8937 "devDependencies": {
9038 "browserify": "^14.4.0",
9139 "indexhtmlify": "^1.3.1"

Built with git-ssb-web