@graphql-sse/server
Advanced tools
Comparing version 0.0.11 to 0.0.13
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.0.13](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.12...@graphql-sse/server@0.0.13) (2021-09-30) | ||
**Note:** Version bump only for package @graphql-sse/server | ||
## [0.0.12](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.11...@graphql-sse/server@0.0.12) (2021-09-22) | ||
**Note:** Version bump only for package @graphql-sse/server | ||
## [0.0.11](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.10...@graphql-sse/server@0.0.11) (2021-09-22) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@graphql-sse/server", | ||
"version": "0.0.11", | ||
"version": "0.0.13", | ||
"description": "GraphQL Subscription over SSE", | ||
@@ -15,2 +15,3 @@ "main": "./src/index.js", | ||
"GraphQL", | ||
"Server Sent Events", | ||
"SSE", | ||
@@ -17,0 +18,0 @@ "Server" |
@@ -13,3 +13,3 @@ # @graphql-sse/server | ||
Here is a simple example of how to use it with express. Alternatively you can use the `@graphql-sse/express` package. | ||
Here is a simple example of how to use it with express. Alternatively you can use the `@graphql-sse/express` package. | ||
@@ -16,0 +16,0 @@ ```typescript |
19488