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
Showing
11 changed files
with
43 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
"examples", | ||
"packages/*" | ||
], | ||
"version": "0.8.0" | ||
"version": "0.9.0" | ||
} |
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
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.8.0", | ||
"version": "0.9.0", | ||
"description": "Adds Keycloak authentication and authorization to 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
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.8.0", | ||
"version": "0.9.0", | ||
"description": "The core Voyager Server library.", | ||
"author": "AeroGear Team<[email protected]>", | ||
"homepage": "http://aerogear.org", | ||
|
@@ -21,9 +21,9 @@ | |
"test": "ava -v" | ||
}, | ||
"dependencies": { | ||
"@aerogear/voyager-conflicts": "^0.8.0", | ||
"@aerogear/voyager-keycloak": "^0.8.0", | ||
"@aerogear/voyager-tools": "^0.8.0", | ||
"@aerogear/voyager-conflicts": "0.9.0", | ||
"@aerogear/voyager-keycloak": "0.9.0", | ||
"@aerogear/voyager-tools": "0.9.0", | ||
"apollo-server": "2.10.0", | ||
"apollo-server-express": "2.10.0", | ||
"graphql-tools": "4.0.6" | ||
|
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-subscriptions", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Helper for building a GraphQL SubscriptionServer with additional capabilities and integrations", | ||
"author": "AeroGear Team<[email protected]>", | ||
"homepage": "http://aerogear.org", | ||
|
@@ -18,7 +18,7 @@ | |
"compile:clean": "tsc --build tsconfig.json --clean" | ||
}, | ||
"dependencies": { | ||
"@aerogear/voyager-keycloak": "^0.8.0", | ||
"@aerogear/voyager-keycloak": "0.9.0", | ||
"@types/ws": "7.2.5", | ||
"subscriptions-transport-ws": "0.9.16", | ||
"ws": "7.3.0" | ||
|
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-tools", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Tooling library used across Voyager Server modules.", | ||
"author": "AeroGear Team<[email protected]>", | ||
"homepage": "http://aerogear.org", | ||
|