@ts-gql/tag
Advanced tools
Comparing version 0.5.2 to 0.5.3
# @ts-gql/tag | ||
## 0.5.3 | ||
### Patch Changes | ||
- [`3149ffe`](https://github.com/Thinkmill/ts-gql/commit/3149ffe2ffb428273e80451d8a67873073e052c8) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support `graphql@^15.0.0` | ||
## 0.5.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ts-gql/tag", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"main": "dist/tag.cjs.js", | ||
@@ -12,3 +12,3 @@ "module": "dist/tag.esm.js", | ||
"peerDependencies": { | ||
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" | ||
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "devDependencies": { |
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
7214