resolve-tspaths
Advanced tools
Comparing version 0.8.22 to 0.8.23
@@ -22,3 +22,3 @@ "use strict"; | ||
// multiline import/exports with {} | ||
/((?:import|export) {\n[^}]+} from (?:"([^']+)"))/g, | ||
/((?:import|export) {\n[^}]+} from (?:"([^"]+)"))/g, | ||
/((?:import|export) {\n[^}]+} from (?:'([^']+)'))/g, | ||
@@ -25,0 +25,0 @@ ]; |
{ | ||
"version": "0.8.22" | ||
"version": "0.8.23" | ||
} |
{ | ||
"name": "resolve-tspaths", | ||
"version": "0.8.22", | ||
"version": "0.8.23", | ||
"description": "Transform path mappings in your compiled Typescript code", | ||
@@ -38,17 +38,17 @@ "author": "Ben Yap <contact@benyap.com>", | ||
"devDependencies": { | ||
"@commitlint/cli": "19.5.0", | ||
"@commitlint/config-conventional": "19.5.0", | ||
"@commitlint/cli": "19.6.0", | ||
"@commitlint/config-conventional": "19.6.0", | ||
"@release-it/bumper": "6.0.1", | ||
"@release-it/conventional-changelog": "8.0.2", | ||
"@types/node": "22.5.5", | ||
"@vitest/coverage-v8": "2.1.1", | ||
"husky": "9.1.6", | ||
"prettier": "3.3.3", | ||
"release-it": "17.6.0", | ||
"@release-it/conventional-changelog": "9.0.3", | ||
"@types/node": "22.10.1", | ||
"@vitest/coverage-v8": "2.1.6", | ||
"husky": "9.1.7", | ||
"prettier": "3.4.1", | ||
"release-it": "17.10.0", | ||
"rimraf": "6.0.1", | ||
"ts-node": "10.9.2", | ||
"tsconfig-paths": "4.2.0", | ||
"typescript": "5.6.2", | ||
"vite": "5.4.6", | ||
"vitest": "2.1.1" | ||
"typescript": "5.7.2", | ||
"vite": "6.0.1", | ||
"vitest": "2.1.6" | ||
}, | ||
@@ -55,0 +55,0 @@ "scripts": { |
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
44113