mirror of
https://github.com/fluencelabs/dweb-transports
synced 2025-06-10 03:51:21 +00:00
Merge pull request #17 from rodneywitcher/master
Update to make default wolk address https + use of "master" branch of wolkjs
This commit is contained in:
commit
b8ceac5d46
@ -18,7 +18,7 @@ const Transports = require('./Transports'); // Manage all Transports that are lo
|
|||||||
const utils = require('./utils'); // Utility functions
|
const utils = require('./utils'); // Utility functions
|
||||||
|
|
||||||
let defaultoptions = {
|
let defaultoptions = {
|
||||||
wolk_addr: "http://cloud.wolk.com:81", //"http://c1.wolk.com:80",
|
wolk_addr: "https://cloud.wolk.com",
|
||||||
};
|
};
|
||||||
|
|
||||||
class TransportWOLK extends Transport {
|
class TransportWOLK extends Transport {
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
"readable-stream": "^3.1.1",
|
"readable-stream": "^3.1.1",
|
||||||
"webpack": "^4.29.3",
|
"webpack": "^4.29.3",
|
||||||
"webtorrent": "^0.103.0",
|
"webtorrent": "^0.103.0",
|
||||||
"wolkjs": "git://github.com/wolkdb/wolkjs.git#dev",
|
"wolkjs": "git://github.com/wolkdb/wolkjs.git#master",
|
||||||
"y-array": "^10.1.4",
|
"y-array": "^10.1.4",
|
||||||
"y-indexeddb": "^8.1.9",
|
"y-indexeddb": "^8.1.9",
|
||||||
"y-ipfs-connector": "^2.3.0",
|
"y-ipfs-connector": "^2.3.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user