@zeitgeistpm/indexer
Advanced tools
Comparing version 2.0.8 to 2.0.9
# @zeitgeistpm/indexer | ||
## 2.0.9 | ||
### Patch Changes | ||
- Include missing package graphql-tag | ||
## 2.0.8 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@zeitgeistpm/indexer", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"publishConfig": { | ||
@@ -22,3 +22,4 @@ "access": "public" | ||
"graphql": "^16.6.0", | ||
"graphql-request": "^5.0.0" | ||
"graphql-request": "^5.0.0", | ||
"graphql-tag": "^2.12.6" | ||
}, | ||
@@ -25,0 +26,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
374447
3
+ Addedgraphql-tag@^2.12.6
+ Addedgraphql-tag@2.12.6(transitive)
+ Addedtslib@2.8.1(transitive)