Patch server
This commit is contained in:
parent
7194f06736
commit
e2c56687bd
4 changed files with 11 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
# 1.0.0-beta.1
|
||||
* Add `graphQLWS` handler, and support subscriptions.
|
||||
|
||||
# 1.0.0-beta
|
||||
* Angel RC updates.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel_graphql
|
||||
version: 1.0.0-beta
|
||||
version: 1.0.0-beta.1
|
||||
description: The fastest + easiest way to get a GraphQL backend in Dart, using Angel.
|
||||
homepage: https://github.com/angel-dart/graphql
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
|
@ -18,6 +18,6 @@ dependencies:
|
|||
dev_dependencies:
|
||||
angel_serialize: ^2.0.0
|
||||
logging: ^0.11.0
|
||||
dependency_overrides:
|
||||
graphql_server:
|
||||
path: ../graphql_server
|
||||
# dependency_overrides:
|
||||
# graphql_server:
|
||||
# path: ../graphql_server
|
|
@ -1,3 +1,6 @@
|
|||
# 1.0.0-beta.4
|
||||
For some reason, Pub was not including `subscriptions_transport_ws.dart`.
|
||||
|
||||
# 1.0.0-beta.3
|
||||
* Introspection on subscription types (if any).
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: graphql_server
|
||||
version: 1.0.0-beta.3
|
||||
version: 1.0.0-beta.4
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
description: Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart.
|
||||
homepage: https://github.com/angel-dart/graphql
|
||||
|
|
Loading…
Reference in a new issue