Commit 8fbc82c7924c5d805415d98427e234af2577791e
prevent upgrade to muxrpc6
we want to publish tale:net alpah6 without it for now..Henry committed on 2/14/2018, 5:12:00 PM
Parent: a26ca00490358614bac895188efbe4c0a1b267aa
Files changed
package-lock.json | changed |
package.json | changed |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 143990 bytes New file size: 162834 bytes |
package.json | ||
---|---|---|
@@ -1,8 +1,8 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "scuttlebot", |
3 | 3 … | "description": "network protocol layer for secure-scuttlebutt", |
4 | - "version": "10.5.0", | |
4 … | + "version": "10.5.0-muxrpc6", | |
5 | 5 … | "homepage": "https://github.com/ssbc/scuttlebot", |
6 | 6 … | "repository": { |
7 | 7 … | "type": "git", |
8 | 8 … | "url": "git://github.com/ssbc/scuttlebot.git" |
@@ -30,9 +30,9 @@ | ||
30 | 30 … | "muxrpc": "^6.1.1", |
31 | 31 … | "muxrpc-validation": "^2.0.0", |
32 | 32 … | "muxrpcli": "^1.0.0", |
33 | 33 … | "mv": "^2.1.1", |
34 | - "non-private-ip": "~1.1.0", | |
34 … | + "non-private-ip": "~1.4.2", | |
35 | 35 … | "observ-debounce": "^1.1.1", |
36 | 36 … | "obv": "0.0.1", |
37 | 37 … | "on-change-network": "0.0.2", |
38 | 38 … | "on-wakeup": "^1.0.0", |
@@ -52,13 +52,13 @@ | ||
52 | 52 … | "pull-stream": "^3.6.0", |
53 | 53 … | "pull-stream-to-stream": "~1.3.0", |
54 | 54 … | "pull-stringify": "~1.2.2", |
55 | 55 … | "rimraf": "^2.4.2", |
56 | - "secret-stack": "^4.0.0", | |
56 … | + "secret-stack": "4.0.1", | |
57 | 57 … | "secure-scuttlebutt": "^17.0.0", |
58 | 58 … | "sodium-native": "^2.0.0", |
59 | 59 … | "ssb-blobs": "^1.1.4", |
60 | - "ssb-client": "^4.4.1", | |
60 … | + "ssb-client": "4.5.2", | |
61 | 61 … | "ssb-config": "^2.0.0", |
62 | 62 … | "ssb-friends": "^2.3.2", |
63 | 63 … | "ssb-keys": "^7.0.13", |
64 | 64 … | "ssb-links": "^3.0.0", |
Built with git-ssb-web