@stencil-community/web-types-output-target
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -28,3 +28,6 @@ "use strict"; | ||
} | ||
if (!(0, path_1.isAbsolute)(outputTargetConfig.outFile)) { | ||
if ((0, path_1.isAbsolute)(outputTargetConfig.outFile)) { | ||
console.warn(`webTypesOutputTarget - 'outFile' config value appears to be absolute: '${outputTargetConfig.outFile}'. Using relative files is discouraged. See https://github.com/stencil-community/stencil-web-types?tab=readme-ov-file#outfile for information on configuring this field.`); | ||
} | ||
else { | ||
outputTargetConfig.outFile = (0, path_1.join)(config.rootDir, outputTargetConfig.outFile); | ||
@@ -31,0 +34,0 @@ } |
{ | ||
"name": "@stencil-community/web-types-output-target", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "an experimental stencil output target supporting web-types", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.js", | ||
"@vitest/coverage-v8": "^1.5.0", | ||
"prettier": "3.2.5", | ||
"prettier": "3.3.2", | ||
"release-it": "^17.2.0", | ||
@@ -40,5 +40,5 @@ "typescript": "^5.4.3", | ||
"volta": { | ||
"node": "20.13.1", | ||
"npm": "10.8.0" | ||
"node": "20.15.0", | ||
"npm": "10.8.1" | ||
} | ||
} |
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
16538
244