@antfu/dts-from-thrift
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -24,3 +24,3 @@ "use strict"; | ||
if (options.useModule) | ||
return `export * from "${relativePath}";`; | ||
return `export * from "./${relativePath.replace(/\.d\.ts$/, '')}";`; | ||
else | ||
@@ -27,0 +27,0 @@ return `/// <reference path="${relativePath}" />`; |
{ | ||
"name": "@antfu/dts-from-thrift", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "typescript,thrift,protobuf", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
310459