Comparing version 0.13.0 to 0.13.1
@@ -13,2 +13,6 @@ # Changelog | ||
## [0.13.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.13.1) - 2022-01-22 | ||
- return original entry point instead of resolved path in `getSvelteEntry` | ||
## [0.13.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.13.0) - 2022-01-22 | ||
@@ -15,0 +19,0 @@ |
@@ -14,3 +14,3 @@ "use strict"; | ||
if (fs.existsSync(entry_path)) { | ||
return entry_path; | ||
return entryPoint; | ||
} | ||
@@ -17,0 +17,0 @@ else { |
{ | ||
"name": "sveld", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "description": "Generate TypeScript definitions for your Svelte components.", |
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
119773