git ssb

16+

cel / patchfoo



Commit b39ddc54907e7484ac5ea895d4d074e38200ff3a

Use ssb-client that fixes adding blobs

cel committed on 10/17/2017, 8:43:31 PM
Parent: 8440eb927f93ded7f18ab38dbd0d6005785ee076

Files changed

package-lock.jsonchanged
package.jsonchanged
package-lock.jsonView
@@ -736,8 +736,13 @@
736736 "pull-pushable": "2.1.1",
737737 "pull-reader": "1.2.9"
738738 }
739739 },
740 + "pull-hash": {
741 + "version": "1.0.0",
742 + "resolved": "http://localhost:8989/blobs/get/&mVOLtd5e8OPAoi/ARUMfEkgZlHrlkPzgapIlv2a9FwI=.sha256",
743 + "integrity": "sha256-mVOLtd5e8OPAoi/ARUMfEkgZlHrlkPzgapIlv2a9FwI="
744 + },
740745 "pull-hyperscript": {
741746 "version": "http://localhost:8989/blobs/get/&jMiBworh7lOvn5eH15aXOAVDHAJnsAVONJ3F6/+6lrg=.sha256",
742747 "integrity": "sha1-ykplgzYxhU9XWk4phVaMmQH1Y4M=",
743748 "requires": {
@@ -1022,14 +1027,16 @@
10221027 "resolved": "http://localhost:8989/blobs/get/&cUl5VZ09K3bf9vBkUNYDMAG9zxiXOWmt/McUl7G+ZAc=.sha256",
10231028 "integrity": "sha256-cUl5VZ09K3bf9vBkUNYDMAG9zxiXOWmt/McUl7G+ZAc="
10241029 },
10251030 "ssb-client": {
1026- "version": "http://localhost:8989/blobs/get/&FA90P0B3XaDw/mcD9AVboacsU5mABQtSUofwIXOC6fo=.sha256",
1027- "integrity": "sha1-KhAmhnNH1DZ651iTZbznzUPhdJ0=",
1031 + "version": "http://localhost:8989/blobs/get/&EAaUpI+wrJM5/ly1RqZW0GAEF4PmCAmABBj7e6UIrL0=.sha256",
1032 + "integrity": "sha1-zzpaPO9IcBLKrQEjWT5l2jrIGAA=",
10281033 "requires": {
10291034 "explain-error": "1.0.4",
1035 + "multicb": "1.2.2",
10301036 "multiserver": "1.10.0",
10311037 "muxrpc": "6.3.3",
1038 + "pull-hash": "1.0.0",
10321039 "ssb-config": "2.2.0",
10331040 "ssb-keys": "7.0.10"
10341041 }
10351042 },
package.jsonView
@@ -25,9 +25,9 @@
2525 "pull-paginate": "^1.0.0",
2626 "pull-paramap": "^1.2.1",
2727 "pull-reader": "^1.2.9",
2828 "pull-stream": "^3.5.0",
29- "ssb-client": "http://localhost:8989/blobs/get/&FA90P0B3XaDw/mcD9AVboacsU5mABQtSUofwIXOC6fo=.sha256",
29 + "ssb-client": "http://localhost:8989/blobs/get/&EAaUpI+wrJM5/ly1RqZW0GAEF4PmCAmABBj7e6UIrL0=.sha256",
3030 "ssb-contact": "^1.0.0",
3131 "ssb-marked": "^0.7.1",
3232 "ssb-mentions": "http://localhost:8989/blobs/get/&GKwsJ3ykvOXc24wyNuWBdmnCFpQ+Ltd9ggjoOuOF/Pg=.sha256",
3333 "ssb-sort": "^1.0.0",

Built with git-ssb-web