Skip to content

Commit

Permalink
Merge pull request #19 from fahamutech/2.0.x
Browse files Browse the repository at this point in the history
2.0.x
  • Loading branch information
joshuamshana authored Aug 26, 2020
2 parents 83c5edc + cdc7cbb commit a1deec5
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 185 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bfast-daas",
"version": "2.0.0-beta.14",
"main": "dist/daas.js",
"name": "bfast-database",
"version": "2.0.0-beta.16",
"main": "dist/bfastDatabase.js",
"license": "MIT",
"scripts": {
"build": "gulp build",
Expand All @@ -18,27 +18,27 @@
},
"dependencies": {
"bcrypt": "^5.0.0",
"bfast-faas": "^1.10.4-beta.1",
"bfastnode": "^4.0.0-beta.4",
"bfast-faas": "^1.10.5-beta.0",
"bfastnode": "^4.0.0-beta.7",
"formidable": "^1.2.2",
"http-status-codes": "^1.4.0",
"http-status-codes": "^2.1.2",
"jsonwebtoken": "^8.5.1",
"mime": "^2.4.5",
"mime": "^2.4.6",
"minio": "^7.0.16",
"mongodb": "^3.6.0",
"sharp": "^0.25.4",
"sharp": "^0.26.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@types/minio": "^7.0.6",
"@types/mongodb": "^3.5.25",
"@types/node": "^14.0.27",
"axios": "^0.19.2",
"@types/mongodb": "^3.5.26",
"@types/node": "^14.6.0",
"axios": "^0.20.0",
"del": "^5.1.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"mocha": "^8.1.0",
"mongodb-memory-server": "^6.6.3",
"typescript": "^3.9.7"
"mocha": "^8.1.2",
"mongodb-memory-server": "^6.6.6",
"typescript": "^4.0.2"
}
}
10 changes: 10 additions & 0 deletions specs/app/app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const {BFastDatabase} = require('../../dist/bfastDatabase')

new BFastDatabase().start({
applicationId: 'daas',
masterKey: 'daas',
mongoDbUri: 'mongodb://localhost:27017/daas',
port: '5000',
mountPath: '/daas',
adapters: {}
}).catch(console.log);
Loading

0 comments on commit a1deec5

Please sign in to comment.