mirror of
https://github.com/fluencelabs/dweb-transports
synced 2025-03-14 18:10:49 +00:00
* 0.2.0: Start moving transport dependencies to consumer, specifically IPFS, GUN, WebTorrent
This commit is contained in:
parent
af1ddf69fa
commit
8fc8e8761f
@ -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
|
||||
|
12669
dist/dweb-transports-bundle.js
vendored
12669
dist/dweb-transports-bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user