@graphql-sse/server
Advanced tools
Comparing version 0.0.2 to 0.0.7
@@ -6,2 +6,51 @@ # Change Log | ||
## [0.0.7](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.6...@graphql-sse/server@0.0.7) (2021-09-21) | ||
### Bug Fixes | ||
* express lib entry point ([365a433](https://github.com/faboulaws/graphql-sse/commit/365a433f253eb30057828e2689e81cdc1dbbab74)) | ||
## [0.0.6](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.5...@graphql-sse/server@0.0.6) (2021-09-21) | ||
### Bug Fixes | ||
* server entry point ([8160389](https://github.com/faboulaws/graphql-sse/commit/8160389daf69f1b3902d241d96bd59d0da51af9d)) | ||
## [0.0.5](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.4...@graphql-sse/server@0.0.5) (2021-09-21) | ||
**Note:** Version bump only for package @graphql-sse/server | ||
## [0.0.4](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.3...@graphql-sse/server@0.0.4) (2021-09-21) | ||
**Note:** Version bump only for package @graphql-sse/server | ||
## [0.0.3](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.1...@graphql-sse/server@0.0.3) (2021-09-21) | ||
### Bug Fixes | ||
* dependencies ([ec61c30](https://github.com/faboulaws/graphql-sse/commit/ec61c3068c44fa1d0ddbcb5010ce47e0b31f0bac)) | ||
## [0.0.2](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/server@0.0.1...@graphql-sse/server@0.0.2) (2021-09-21) | ||
@@ -8,0 +57,0 @@ |
{ | ||
"name": "@graphql-sse/server", | ||
"version": "0.0.2", | ||
"version": "0.0.7", | ||
"description": "GraphQL Subscription over SSE", | ||
"main": "dist/src/index.js", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
@@ -25,6 +25,6 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"devDependencies": { | ||
"graphql": ">=0.11 <=16" | ||
"graphql": "^15.6.0" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^15.6.0" | ||
"graphql": ">=0.11 <=16" | ||
}, | ||
@@ -34,3 +34,5 @@ "publishConfig": { | ||
"directory": "../../dist/libs/server" | ||
} | ||
}, | ||
"gitHead": "d19e7c9c154625883e3b2fccc483fe48c37e688a", | ||
"typings": "./src/index.d.ts" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17221
15
232
1