@travetto/compiler
Advanced tools
Comparing version 3.0.0-rc.31 to 3.0.0-rc.32
{ | ||
"name": "@travetto/compiler", | ||
"version": "3.0.0-rc.31", | ||
"version": "3.0.0-rc.32", | ||
"description": "Compiler", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -13,3 +13,3 @@ import ts from 'typescript'; | ||
prefix = `/${prefix}`; | ||
const final = path.resolve(root).replace(/\/[^\/+]/, m => { | ||
const final = path.resolve(root).replace(/\/[^\/]+/, m => { | ||
matched = m; | ||
@@ -16,0 +16,0 @@ return prefix; |
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