Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
merge v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
etsuo committed Aug 20, 2018
2 parents 9da4546 + 8a26587 commit 1c810a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
15 changes: 11 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakuraapi/auth-native-authority",
"version": "0.5.3",
"version": "0.5.4",
"description": "Middleware to support native authentication capabilities",
"main": "lib/src/index.js",
"types": "lib/src/index.d.js",
Expand Down Expand Up @@ -59,6 +59,7 @@
"istanbul": "^0.4.5",
"jasmine": "^3.2.0",
"jasmine-spec-reporter": "^4.2.1",
"mongodb": "^3.1.3",
"source-map-support": "^0.5.8",
"supertest": "^3.1.0",
"tslint": "^5.11.0",
Expand All @@ -69,12 +70,12 @@
"colors": "^1.3.1",
"debug": "^3.1.0",
"jsonwebtoken": "^8.3.0",
"mongodb": "^3.1.3",
"urlsafe-base64": "^1.0.0",
"uuid": "^3.3.2",
"zxcvbn": "^4.4.2"
},
"peerDependencies": {
"@sakuraapi/core": "0.19.x"
"@sakuraapi/core": "0.19.x",
"mongodb": "3.1.x"
}
}

0 comments on commit 1c810a8

Please sign in to comment.