@orbiting/backend-modules-base
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -1,6 +0,16 @@ | ||
<a name="0.3.5"></a> | ||
## 0.3.5 (2018-01-08) | ||
<a name="0.3.6"></a> | ||
## 0.3.6 (2018-01-09) | ||
<a name="0.3.6"></a> | ||
## 0.3.6 (2018-01-09) | ||
### Bug Fixes | ||
* **interdependencies:** bump backend-modules-auth ([c278fdb](https://github.com/orbiting/backend-modules/commit/c278fdb)) | ||
<a name="0.3.5"></a> | ||
@@ -7,0 +17,0 @@ ## 0.3.5 (2018-01-08) |
{ | ||
"name": "@orbiting/backend-modules-base", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "express and apollo-server setup incl. our auth system", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@orbiting/backend-modules-auth": "^2.2.3", | ||
"@orbiting/backend-modules-auth": "^2.3.0", | ||
"apollo-engine": "^0.8.1", | ||
@@ -30,0 +30,0 @@ "apollo-modules-node": "^0.1.4", |
12885