@aws-appsync/utils
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.7.0](https://github.com/aws/aws-appsync-toolkit/compare/v1.6.0...v1.7.0) (2024-02-06) | ||
### Features | ||
* extend type definition for env variables ([babbc0f](https://github.com/aws/aws-appsync-toolkit/commit/babbc0fe366916a105dc97e476a06800de1a2f84)) | ||
# [1.6.0](https://github.com/aws/aws-appsync-toolkit/compare/v1.5.0...v1.6.0) (2023-11-27) | ||
@@ -8,0 +19,0 @@ |
@@ -163,2 +163,6 @@ export * from './resolver-return-types'; | ||
/** | ||
* A map that contains env variables for GraphQLApi. | ||
*/ | ||
readonly env: Record<string, string>; | ||
/** | ||
* A map that contains all GraphQL arguments for this field. | ||
@@ -165,0 +169,0 @@ */ |
{ | ||
"name": "@aws-appsync/utils", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "This project contains type definitions for AppSync resolver types.", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "c325276466b10df0d98d3849e7bedbb056088599" | ||
"gitHead": "ccd36faf69534fc8d4b8c2cf9ef6df3a85657fe7" | ||
} |
Sorry, the diff of this file is not supported yet
129844
2925