@operato/graphql
Advanced tools
Comparing version 1.4.5 to 1.4.20
@@ -6,2 +6,11 @@ # Change Log | ||
### [1.4.20](https://github.com/hatiolab/operato/compare/v1.4.19...v1.4.20) (2023-08-06) | ||
### :bug: Bug Fix | ||
* missing dependencies ([2af2354](https://github.com/hatiolab/operato/commit/2af2354b0d97b94a48215d7f6647cfd8f69959cd)) | ||
### [1.4.5](https://github.com/hatiolab/operato/compare/v1.4.4...v1.4.5) (2023-07-22) | ||
@@ -8,0 +17,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh@hatiolab.com", | ||
"version": "1.4.5", | ||
"version": "1.4.20", | ||
"main": "dist/src/index.js", | ||
@@ -54,2 +54,3 @@ "module": "dist/src/index.js", | ||
"graphql-tag": "^2.12.6", | ||
"graphql-ws": "^5.14.0", | ||
"lit": "^2.5.0" | ||
@@ -114,3 +115,3 @@ }, | ||
}, | ||
"gitHead": "d6f31f363ee5aabb2420203477da6206f8ebeeed" | ||
"gitHead": "acd46c82eafcaf7b0323b8c585c4084e49c9c484" | ||
} |
Sorry, the diff of this file is not supported yet
153883
5
+ Addedgraphql-ws@^5.14.0
+ Addedgraphql-ws@5.16.2(transitive)