@ts-gql/tag
Advanced tools
Comparing version 0.5.0 to 0.5.1
# @ts-gql/tag | ||
## 0.5.1 | ||
### Patch Changes | ||
- [`89bbe8b`](https://github.com/Thinkmill/ts-gql/commit/89bbe8bbd8c3ed3fd3d42ccb5fb0bfacb0d15575) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fix the type of the `documents` field | ||
## 0.5.0 | ||
@@ -4,0 +10,0 @@ |
@@ -7,3 +7,3 @@ import { DocumentNode } from "graphql"; | ||
result: any; | ||
documents: Record<string, BaseDocumentTypes>; | ||
documents: Record<string, TypedDocumentNode<BaseDocumentTypes>>; | ||
}; | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "@ts-gql/tag", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"main": "dist/tag.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/tag.esm.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5631