mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
fix(deps): Updated dependencies
This commit is contained in:
Vendored
+1
-1
@@ -7,6 +7,6 @@
|
||||
module.exports = {
|
||||
session: 'secret-boilerplate-token',
|
||||
token: 'secret-jwt-token',
|
||||
database: 'mongodb://localhost:27017/torlist-service-dev',
|
||||
database: 'mongodb://localhost:27017/swap-service-dev',
|
||||
env: 'dev'
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -13,6 +13,6 @@ module.exports = {
|
||||
// database: 'mongodb://172.17.0.1:5555/ipfs-service-prod',
|
||||
database: process.env.DBURL
|
||||
? process.env.DBURL
|
||||
: 'mongodb://172.17.0.1:5555/torlist-service-prod',
|
||||
: 'mongodb://172.17.0.1:5555/swap-service-prod',
|
||||
env: 'prod'
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -7,6 +7,6 @@
|
||||
module.exports = {
|
||||
session: 'secret-boilerplate-token',
|
||||
token: 'secret-jwt-token',
|
||||
database: 'mongodb://localhost:27017/torlist-service-test',
|
||||
database: 'mongodb://localhost:27017/swap-service-test',
|
||||
env: 'test'
|
||||
}
|
||||
|
||||
Generated
+2568
-5667
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -23,13 +23,13 @@
|
||||
},
|
||||
"repository": "christroutner/ipfs-swap-service",
|
||||
"dependencies": {
|
||||
"@chris.troutner/ipfs": "^1.55.4",
|
||||
"@chris.troutner/ipfs": "^2.0.2",
|
||||
"@psf/bch-js": "4.20.26",
|
||||
"axios": "^0.21.4",
|
||||
"bch-message-lib": "1.13.9",
|
||||
"bcryptjs": "2.4.3",
|
||||
"glob": "7.1.6",
|
||||
"ipfs-coord": "^6.5.3",
|
||||
"ipfs-coord": "^6.7.4",
|
||||
"jsonrpc-lite": "2.2.0",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"jwt-bch-lib": "1.3.0",
|
||||
|
||||
Reference in New Issue
Block a user