@graphitation/supermassive
Advanced tools
Comparing version 3.5.2 to 3.5.3
# Change Log - @graphitation/supermassive | ||
This log was last generated on Wed, 03 Jul 2024 17:33:29 GMT and should not be manually modified. | ||
This log was last generated on Mon, 14 Oct 2024 07:58:19 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 3.5.3 | ||
Mon, 14 Oct 2024 07:58:19 GMT | ||
### Patches | ||
- Bump TS version to 5.5 (pavelglac@microsoft.com) | ||
## 3.5.2 | ||
Wed, 03 Jul 2024 17:33:29 GMT | ||
Wed, 03 Jul 2024 17:33:49 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -439,2 +439,5 @@ "use strict"; | ||
const firstRootField = groupedFieldSet.entries().next().value; | ||
if (firstRootField === void 0) { | ||
throw (0, import_graphql.locatedError)("Must have at least one root field.", []); | ||
} | ||
const [responseName, fieldGroup] = firstRootField; | ||
@@ -441,0 +444,0 @@ const fieldName = fieldGroup[0].name.value; |
{ | ||
"name": "@graphitation/supermassive", | ||
"license": "MIT", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"main": "./lib/index", | ||
@@ -34,3 +34,3 @@ "repository": { | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.9.5" | ||
"typescript": "^5.5.3" | ||
}, | ||
@@ -37,0 +37,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1612780
16149