Roll back to ipfs 0.35.0 till figure out webpack issue

This commit is contained in:
Mitra Ardron 2019-07-07 18:20:01 +10:00
parent 4d4ff76a85
commit beea208d65
4 changed files with 988 additions and 1007 deletions

View File

@ -126,6 +126,7 @@ See [Dweb document index](./DOCUMENTINDEX.md) for a list of the repos that make
### Release Notes ### Release Notes
* 0.1.58: Upgrade GUN and IPFS to v0.35.0 (0.36 breaks webpack as currently configured)
* 0.1.57: Fix heartbeat timer stopping * 0.1.57: Fix heartbeat timer stopping
* 0.1.56: tweak http queue; changes to stop, status, info to support heartbeat on HTTP * 0.1.56: tweak http queue; changes to stop, status, info to support heartbeat on HTTP
* 0.1.55: tweaking queue concurrency * 0.1.55: tweaking queue concurrency

File diff suppressed because one or more lines are too long

View File

@ -53,5 +53,5 @@
"test": "cd src; node ./test.js", "test": "cd src; node ./test.js",
"help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'" "help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'"
}, },
"version": "0.1.57" "version": "0.1.58"
} }

1873
yarn.lock

File diff suppressed because it is too large Load Diff