Comparing version 0.5.0 to 0.5.1
@@ -92,3 +92,3 @@ "use strict"; | ||
? relativePathTo(resolvedPath, outputPath) | ||
: pathOrModule).replace(/\.d?\.ts/, ""); | ||
: pathOrModule).replace(/(\.d)?\.ts/, ""); | ||
if (allImportsMap[alias] && allImportsMap[alias] !== importPath) { | ||
@@ -95,0 +95,0 @@ return [2 /*return*/, console.warn("GraphQL Nexus Typegen: Cannot have multiple type sources " + importsMap[alias] + " and " + pathOrModule + " with the same alias " + alias + ", skipping")]; |
{ | ||
"name": "nexus", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -123,3 +123,3 @@ import { | ||
: pathOrModule | ||
).replace(/\.d?\.ts/, ""); | ||
).replace(/(\.d)?\.ts/, ""); | ||
@@ -126,0 +126,0 @@ if (allImportsMap[alias] && allImportsMap[alias] !== importPath) { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
519008
0