Commit 7f758aa999a7774363ad3961911db641320ec4e8
Merge branch 'master' into abstractContain-rename
wanderer authored on 7/28/2017, 3:06:10 AMGitHub committed on 7/28/2017, 3:06:10 AM
Parent: 10adf36ec054d54b267d35d30b82d0a5c0ba049f
Parent: 12a63404093ba47e7dbccb2dddfbc4185f52874f
Files changed
index.js | changed |
package.json | changed |
index.js | ||
---|---|---|
@@ -100,9 +100,8 @@ | ||
100 | 100 | return instance |
101 | 101 | } else { |
102 | 102 | const resolve = this.scheduler.getLock(id) |
103 | 103 | const instance = await this._loadInstance(id) |
104 | - await instance.startup() | |
105 | 104 | resolve(instance) |
106 | 105 | return instance |
107 | 106 | } |
108 | 107 | } |
package.json | ||
---|---|---|
@@ -32,15 +32,15 @@ | ||
32 | 32 | "dependencies": { |
33 | 33 | "binary-search-insert": "^1.0.3", |
34 | 34 | "bn.js": "^4.11.6", |
35 | 35 | "chunk": "0.0.2", |
36 | - "ipld-graph-builder": "1.2.2", | |
36 | + "ipld-graph-builder": "1.2.3", | |
37 | 37 | "primea-message": "0.0.1" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | 40 | "primea-abstract-container": "0.0.4", |
41 | 41 | "coveralls": "^2.13.1", |
42 | - "documentation": "^4.0.0-rc.1", | |
42 | + "documentation": "^5.0.0", | |
43 | 43 | "ipfs": "^0.25.0", |
44 | 44 | "istanbul": "^1.1.0-alpha.1", |
45 | 45 | "level-promise": "^2.1.1", |
46 | 46 | "levelup": "^1.3.8", |
Built with git-ssb-web