@graphql-inspector/loaders
Advanced tools
Comparing version 3.4.1-alpha-20230207150704-1c305e26 to 3.4.1-alpha-20230207151415-5149dea1
@@ -85,3 +85,3 @@ 'use strict'; | ||
const mod = require(name); | ||
return mod.default ? mod.default : mod; | ||
return mod.default || mod; | ||
} | ||
@@ -88,0 +88,0 @@ /** |
{ | ||
"name": "@graphql-inspector/loaders", | ||
"version": "3.4.1-alpha-20230207150704-1c305e26", | ||
"version": "3.4.1-alpha-20230207151415-5149dea1", | ||
"description": "Loaders in GraphQL Inspector", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
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
9220