@graphql-mesh/utils 0.104.32 → 0.104.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -45,6 +45,7 @@ function projectResultBySelectionSet({ result, selectionSet, fragments = {}, })
|
|
|
45
45
|
break;
|
|
46
46
|
}
|
|
47
47
|
default:
|
|
48
|
+
// @ts-expect-error - This should never happen, but we want to be exhaustive in our checks
|
|
48
49
|
throw new Error(`Unsupported selection kind ${selection.kind}`);
|
|
49
50
|
}
|
|
50
51
|
}
|
|
@@ -42,6 +42,7 @@ export function projectResultBySelectionSet({ result, selectionSet, fragments =
|
|
|
42
42
|
break;
|
|
43
43
|
}
|
|
44
44
|
default:
|
|
45
|
+
// @ts-expect-error - This should never happen, but we want to be exhaustive in our checks
|
|
45
46
|
throw new Error(`Unsupported selection kind ${selection.kind}`);
|
|
46
47
|
}
|
|
47
48
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/utils",
|
|
3
|
-
"version": "0.104.
|
|
3
|
+
"version": "0.104.33",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "*"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"js-yaml": "^4.1.0",
|
|
22
22
|
"lodash.get": "^4.4.2",
|
|
23
23
|
"lodash.topath": "^4.5.2",
|
|
24
|
-
"tiny-lru": "^
|
|
24
|
+
"tiny-lru": "^13.0.0",
|
|
25
25
|
"tslib": "^2.4.0"
|
|
26
26
|
},
|
|
27
27
|
"repository": {
|