Commit 7779f9c9d2cdbdd4c87c70c472fba5c510d780ca
Merge pull request #150 from ticktackim/key-export-update-sbot
WIP key export (with sbot updated) Worked well for me.Andre Alves Garzia authored on 6/2/2018, 8:11:24 PM
GitHub committed on 6/2/2018, 8:11:24 PM
Parent: 87346349dd7d0ff160bde53ada8894333856c461
Parent: 0f3f8657225d9eb6e00c551660cc3a05e760c3bd
Files changed
package-lock.json | changed |
package.json | changed |
translations/en.js | changed |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 283951 bytes New file size: 256999 bytes |
package.json | ||
---|---|---|
@@ -59,22 +59,21 @@ | ||
59 | 59 | "read-directory": "^2.1.0", |
60 | 60 | "require-style": "^1.0.1", |
61 | 61 | "run-parallel": "^1.1.9", |
62 | 62 | "scuttle-blog": "^1.0.1", |
63 | - "scuttlebot": "10.4.10", | |
64 | - "secret-stack": "4.0.1", | |
63 | + "scuttlebot": "^11.3.0", | |
65 | 64 | "setimmediate": "^1.0.5", |
66 | - "ssb-about": "^0.1.0", | |
67 | - "ssb-backlinks": "^0.6.1", | |
65 | + "ssb-about": "^0.1.2", | |
66 | + "ssb-backlinks": "^0.7.1", | |
68 | 67 | "ssb-blobs": "^1.1.4", |
69 | 68 | "ssb-client": "4.5.2", |
70 | 69 | "ssb-config": "^2.2.0", |
71 | 70 | "ssb-ebt": "^5.2.0", |
72 | 71 | "ssb-friends": "^2.4.0", |
73 | 72 | "ssb-keys": "^7.0.10", |
74 | 73 | "ssb-markdown": "^3.3.0", |
75 | 74 | "ssb-mentions": "^0.4.0", |
76 | - "ssb-private": "^0.1.2", | |
75 | + "ssb-private": "^0.2.1", | |
77 | 76 | "ssb-query": "^2.1.0", |
78 | 77 | "ssb-reduce-stream": "^1.0.2", |
79 | 78 | "ssb-ref": "^2.7.1", |
80 | 79 | "ssb-server-channel": "^1.1.1", |
translations/en.js | ||
---|---|---|
@@ -220,9 +220,9 @@ | ||
220 | 220 | dialog: { |
221 | 221 | label: 'Import Identity', |
222 | 222 | title: 'Import Identity' |
223 | 223 | }, |
224 | - details: 'Reconstructing your identity will take some time. Ticktack will launch once your identity is synchoronized, but it will take some time to gather your friends data, so some message and blogs will arrive later. You can safely close this window and Ticktack will resume sync next time you open it.' | |
224 | + details: 'Reconstructing your identity will take some time. Ticktack will launch once your identity is synchronized, but it will take some time to gather your friends data, so some messages and blogs will arrive later. You can safely close this window and Ticktack will resume sync next time you open it.' | |
225 | 225 | } |
226 | 226 | }, |
227 | 227 | languages: { |
228 | 228 | en: 'English', |
Built with git-ssb-web