This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dara Hayes
committed
Mar 14, 2019
1 parent
72e9b52
commit 7a43455
Showing
9 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
"examples", | ||
"packages/*" | ||
], | ||
"version": "0.5.0" | ||
"version": "0.5.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@aerogear/voyager-audit", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Adds audit logging capabilities to Apollo Voyager Server.", | ||
"author": "AeroGear Team<[email protected]>", | ||
"homepage": "http://aerogear.org", | ||
|
@@ -21,7 +21,7 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@aerogear/voyager-tools": "^0.5.0", | ||
"@aerogear/voyager-tools": "^0.5.1", | ||
"graphql-tools": "4.0.4", | ||
"pino": "5.11.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@aerogear/voyager-keycloak", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Adds Keycloak authentication and authorization to Apollo Voyager Server", | ||
"author": "AeroGear Team<[email protected]>", | ||
"homepage": "http://aerogear.org", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@aerogear/voyager-metrics", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Adds Prometheus metrics to Apollo Voyager Server.", | ||
"author": "AeroGear Team<[email protected]>", | ||
"homepage": "http://aerogear.org", | ||
|
@@ -21,7 +21,7 @@ | |
"test": "ava -v '*.test.ts' '**/*.test.ts'" | ||
}, | ||
"dependencies": { | ||
"@aerogear/voyager-tools": "^0.5.0", | ||
"@aerogear/voyager-tools": "^0.5.1", | ||
"apollo-server": "2.4.8", | ||
"apollo-server-express": "2.4.8", | ||
"prom-client": "11.2.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@aerogear/voyager-server", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "The core Apollo Voyager Server library.", | ||
"author": "AeroGear Team<[email protected]>", | ||
"homepage": "http://aerogear.org", | ||
|
@@ -21,11 +21,11 @@ | |
"test": "ava -v '*.test.ts' '**/*.test.ts'" | ||
}, | ||
"dependencies": { | ||
"@aerogear/voyager-audit": "^0.5.0", | ||
"@aerogear/voyager-conflicts": "^0.5.0", | ||
"@aerogear/voyager-keycloak": "^0.5.0", | ||
"@aerogear/voyager-metrics": "^0.5.0", | ||
"@aerogear/voyager-tools": "^0.5.0", | ||
"@aerogear/voyager-audit": "^0.5.1", | ||
"@aerogear/voyager-conflicts": "^0.5.1", | ||
"@aerogear/voyager-keycloak": "^0.5.1", | ||
"@aerogear/voyager-metrics": "^0.5.1", | ||
"@aerogear/voyager-tools": "^0.5.1", | ||
"apollo-server": "2.4.8", | ||
"apollo-server-express": "2.4.8", | ||
"graphql-tools": "4.0.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@aerogear/voyager-tools", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Tooling library used across Apollo Voyager Server modules.", | ||
"author": "AeroGear Team<[email protected]>", | ||
"homepage": "http://aerogear.org", | ||
|