Use orbit-db-pubsub@0.3.6

This commit is contained in:
haad 2017-12-06 08:36:35 +01:00
parent de057e7ec6
commit e8c1fbed80
3 changed files with 5 additions and 5 deletions

2
dist/orbitdb.min.js vendored

File diff suppressed because one or more lines are too long

6
package-lock.json generated
View File

@ -7654,9 +7654,9 @@
}
},
"orbit-db-pubsub": {
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/orbit-db-pubsub/-/orbit-db-pubsub-0.3.5.tgz",
"integrity": "sha512-PPK3IEZfnZBy9rOo9I9ytVyXdQ7j1/WcPFMbYSPcTvR0UwXS6Lun6DYghVr+yUDkU7ijsWZ1pEKDUFyz0xhS4A==",
"version": "0.3.6",
"resolved": "https://registry.npmjs.org/orbit-db-pubsub/-/orbit-db-pubsub-0.3.6.tgz",
"integrity": "sha512-8hrnwJe6JjzIycUHoBUYYEY6LEtSYkUTX6VcJsneLooqRm5nbIXHwe9Bcoimyui9uH1GJ67+AZKUEePUvdBFFg==",
"requires": {
"ipfs-pubsub-room": "1.0.1",
"logplease": "1.2.14"

View File

@ -25,7 +25,7 @@
"orbit-db-feedstore": "~1.0.0",
"orbit-db-keystore": "~0.0.2",
"orbit-db-kvstore": "~1.0.0",
"orbit-db-pubsub": "~0.3.5"
"orbit-db-pubsub": "~0.3.6"
},
"devDependencies": {
"babel-core": "^6.26.0",