v 0.1.47 Update dependencies (including transports)

This commit is contained in:
Mitra Ardron 2019-05-22 17:36:10 +10:00
parent d22b07326a
commit 38ca1c92af
5 changed files with 8890 additions and 31 deletions

2
.gitignore vendored
View File

@ -1,5 +1,3 @@
node_modules node_modules
/package-lock.json
data.json data.json
/radata/ /radata/
yarn.lock

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.47: Update dependencies (see yarn.lock)
* 0.1.46: Correctly recognize /arc/archive.org urls * 0.1.46: Correctly recognize /arc/archive.org urls
* 0.1.45: Fix mergeoptions and update ipfs cache id * 0.1.45: Fix mergeoptions and update ipfs cache id
* 0.1.44: hooks to allow react-based UI in dweb-archive (via IAUX) * 0.1.44: hooks to allow react-based UI in dweb-archive (via IAUX)

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.46" "version": "0.1.47"
} }

8860
yarn.lock Normal file

File diff suppressed because it is too large Load Diff