* 0.2.0: Start moving transport dependencies to consumer, specifically IPFS, GUN, WebTorrent

This commit is contained in:
Mitra Ardron 2019-09-12 09:43:26 +10:00
parent af1ddf69fa
commit 8fc8e8761f
3 changed files with 479 additions and 12196 deletions

View File

@ -127,6 +127,8 @@ See [Dweb document index](./DOCUMENTINDEX.md) for a list of the repos that make
### Release Notes
* 0.2.0: Start moving transport dependencies to consumer, specifically IPFS, GUN, WebTorrent
------
* 0.1.63: Move naming internal
* 0.1.62: Upgrade dependencies
* 0.1.61: loopguard to return correct error from queuedFetch; add info to statuses

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,6 @@
"ipfs-http-client": "^33.1.1",
"node-fetch": "^2.3.0",
"readable-stream": "^3.3.0",
"webpack": "^4.29.3",
"wolkjs": "git://github.com/wolkdb/wolkjs.git#master",
"y-array": "^10.1.4",
"y-indexeddb": "^8.1.9",
@ -32,6 +31,7 @@
"chai": "^4.2.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"watchify": "^3.11.0",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"homepage": "https://github.com/internetarchive/dweb-transports#readme",
@ -48,5 +48,5 @@
"test": "cd src; node ./test.js",
"help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'"
},
"version": "0.1.63"
"version": "0.2.0"
}