mirror of
https://github.com/fluencelabs/dweb-transports
synced 2025-03-14 18:10:49 +00:00
* v0.1.62 Upgrade dependencies
This commit is contained in:
parent
45080ea6ac
commit
bf59edca99
@ -126,6 +126,7 @@ See [Dweb document index](./DOCUMENTINDEX.md) for a list of the repos that make
|
||||
|
||||
### Release Notes
|
||||
|
||||
* 0.1.62: Upgrade dependencies
|
||||
* 0.1.61: loopguard to return correct error from queuedFetch; add info to statuses
|
||||
* 0.1.60: Back on master release of webtorrent
|
||||
* 0.1.59: Add DwebTransports.statuses synchronous API
|
||||
|
21264
dist/dweb-transports-bundle.js
vendored
21264
dist/dweb-transports-bundle.js
vendored
File diff suppressed because one or more lines are too long
12
package.json
12
package.json
@ -12,16 +12,16 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"canonical-json": "^0.0.4",
|
||||
"cids": "^0.5.7",
|
||||
"cids": "^0.7.1",
|
||||
"debug": "^4.1.1",
|
||||
"gun": "^0.2019.627",
|
||||
"ipfs": "0.35.0",
|
||||
"ipfs-http-client": "^29.1.1",
|
||||
"gun": "^0.2019.726",
|
||||
"ipfs": "^0.37.0",
|
||||
"ipfs-http-client": "^33.1.1",
|
||||
"ipfs-unixfs": "^0.1.16",
|
||||
"node-fetch": "^2.3.0",
|
||||
"readable-stream": "^3.3.0",
|
||||
"webpack": "^4.29.3",
|
||||
"webtorrent": "^0.105.1",
|
||||
"webtorrent": "^0.107.3",
|
||||
"wolkjs": "git://github.com/wolkdb/wolkjs.git#master",
|
||||
"y-array": "^10.1.4",
|
||||
"y-indexeddb": "^8.1.9",
|
||||
@ -53,5 +53,5 @@
|
||||
"test": "cd src; node ./test.js",
|
||||
"help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'"
|
||||
},
|
||||
"version": "0.1.61"
|
||||
"version": "0.1.62"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user