graphql-codegen-fragment-masking
Advanced tools
Comparing version
@@ -6,2 +6,12 @@ <!-- header --> | ||
<!-- version:0.1.2 --> | ||
## 0.1.2 (2024-11-26) | ||
[Compare changes](https://github.com/Wroud/foundation/compare/gql-codegen-fragment-masking-v0.1.1...gql-codegen-fragment-masking-v0.1.2) | ||
<!-- changelog --> | ||
### 🩹 Fixes | ||
- update dependencies ([25cddb7](https://github.com/Wroud/foundation/commit/25cddb7)) | ||
<!-- version:0.1.1 --> | ||
@@ -8,0 +18,0 @@ ## 0.1.1 (2024-10-16) |
{ | ||
"name": "graphql-codegen-fragment-masking", | ||
"description": "Type-safe fragment masking plugin for GraphQL Code Generator, providing helper functions for managing GraphQL fragments with enhanced type safety and customizable configurations.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"type": "module", | ||
"packageManager": "yarn@4.5.0", | ||
"packageManager": "yarn@4.5.3", | ||
"license": "MIT", | ||
@@ -52,3 +52,3 @@ "author": "Wroud", | ||
"@wroud/tsconfig": "0.0.0", | ||
"concurrently": "^8", | ||
"concurrently": "^9", | ||
"graphql": "^16", | ||
@@ -55,0 +55,0 @@ "rimraf": "^6", |
17035
1.83%