resolve-tspaths
Advanced tools
Comparing version 0.8.15 to 0.8.16
@@ -8,4 +8,4 @@ "use strict"; | ||
const path_2 = require("../utils/path"); | ||
exports.IMPORT_EXPORT_REGEX = /((?:require\(|require\.resolve\(|import\()|(?:import|export) (?:.*from )?)['"]([^'"]*)['"]\)?/g; | ||
exports.ESM_IMPORT_EXPORT_REGEX = /(?:(?:import\()|(?:import|export)\s+(?:.*from\s+)?)['"]([^'"]*)['"]\)?/g; | ||
exports.IMPORT_EXPORT_REGEX = /((?:require\(|require\.resolve\(|import\()|(?:import|export)\s+(?:[\s\S]*?from\s+)?)['"]([^'"]*)['"]\)?/g; | ||
exports.ESM_IMPORT_EXPORT_REGEX = /(?:(?:import\()|(?:import|export)\s+(?:[\s\S]*?from\s+)?)['"]([^'"]*)['"]\)?/g; | ||
exports.COMMONJS_IMPORT_EXPORT_REGEX = /(?:(?:require\(|require\.resolve\()\s+)['"]([^'"]*)['"]\)/g; | ||
@@ -12,0 +12,0 @@ const MODULE_EXTS = [ |
{ | ||
"version": "0.8.15" | ||
"version": "0.8.16" | ||
} |
{ | ||
"name": "resolve-tspaths", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"description": "Transform path mappings in your compiled Typescript code", | ||
@@ -13,3 +13,3 @@ "author": "Ben Yap <contact@benyap.com>", | ||
}, | ||
"packageManager": "pnpm@8.6.10", | ||
"packageManager": "pnpm@8.8.0", | ||
"keywords": [ | ||
@@ -40,17 +40,17 @@ "typescript", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.7.1", | ||
"@commitlint/cli": "17.7.2", | ||
"@commitlint/config-conventional": "17.7.0", | ||
"@release-it/bumper": "5.1.0", | ||
"@release-it/conventional-changelog": "7.0.0", | ||
"@types/node": "20.4.10", | ||
"@release-it/conventional-changelog": "7.0.2", | ||
"@types/node": "20.7.2", | ||
"@vitest/coverage-c8": "0.33.0", | ||
"husky": "8.0.3", | ||
"prettier": "3.0.1", | ||
"release-it": "16.1.5", | ||
"rimraf": "5.0.1", | ||
"prettier": "3.0.3", | ||
"release-it": "16.2.1", | ||
"rimraf": "5.0.5", | ||
"ts-node": "10.9.1", | ||
"tsconfig-paths": "4.2.0", | ||
"typescript": "5.1.6", | ||
"typescript": "5.2.2", | ||
"vite": "4.4.9", | ||
"vitest": "0.34.1" | ||
"vitest": "0.34.6" | ||
}, | ||
@@ -57,0 +57,0 @@ "scripts": { |
@@ -214,2 +214,3 @@ # resolve-tspaths | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jneuendorf-i4h"><img src="https://avatars.githubusercontent.com/u/121858197?v=4?s=80" width="80px;" alt="jneuendorf-i4h"/><br /><sub><b>jneuendorf-i4h</b></sub></a><br /><a href="https://github.com/benyap/resolve-tspaths/commits?author=jneuendorf-i4h" title="Documentation">📖</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kotarella1110"><img src="https://avatars.githubusercontent.com/u/12913947?v=4?s=80" width="80px;" alt="Kotaro Sugawara"/><br /><sub><b>Kotaro Sugawara</b></sub></a><br /><a href="https://github.com/benyap/resolve-tspaths/issues?q=author%3Akotarella1110" title="Bug reports">🐛</a> <a href="https://github.com/benyap/resolve-tspaths/commits?author=kotarella1110" title="Tests">⚠️</a></td> | ||
</tr> | ||
@@ -216,0 +217,0 @@ </tbody> |
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
42656
232