Comparing version 0.15.0 to 0.15.1
@@ -52,4 +52,3 @@ 'use strict'; | ||
if (graphql.isEqualType(graphql.GraphQLBoolean, namedType)) { | ||
// we don't support TRUE | ||
value = value === 'true'; | ||
value = (value === 'true' || value === true); | ||
} | ||
@@ -56,0 +55,0 @@ return namedType.serialize(value); |
{ | ||
"name": "sofa-api", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"description": "Create REST APIs with GraphQL", | ||
@@ -10,4 +10,4 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/utils": "8.12.0", | ||
"@whatwg-node/fetch": "^0.4.3", | ||
"@graphql-tools/utils": "9.1.0", | ||
"@whatwg-node/fetch": "^0.5.0", | ||
"@whatwg-node/server": "^0.4.1", | ||
@@ -19,3 +19,3 @@ "ansi-colors": "4.1.3", | ||
"title-case": "3.0.3", | ||
"tslib": "2.4.0" | ||
"tslib": "2.4.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
85207
1921
+ Added@graphql-tools/utils@9.1.0(transitive)
+ Added@types/node@18.19.75(transitive)
+ Added@whatwg-node/fetch@0.5.4(transitive)
+ Addedtslib@2.4.1(transitive)
- Removed@graphql-tools/utils@8.12.0(transitive)
- Removed@types/node@18.19.76(transitive)
- Removed@whatwg-node/fetch@0.4.7(transitive)
- Removedtslib@2.4.0(transitive)
Updated@graphql-tools/utils@9.1.0
Updated@whatwg-node/fetch@^0.5.0
Updatedtslib@2.4.1