babel-plugin-module-resolver
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -95,3 +95,3 @@ "use strict"; | ||
} | ||
var _default = (0, _reselect.createSelector)( | ||
var _default = exports.default = (0, _reselect.createSelector)( | ||
// The currentFile should have an extension; otherwise it's considered a special value | ||
@@ -116,3 +116,2 @@ currentFile => currentFile.includes('.') ? _path.default.dirname(currentFile) : currentFile, (_, opts) => opts, (currentFile, opts) => { | ||
}; | ||
}); | ||
exports.default = _default; | ||
}); |
@@ -37,3 +37,2 @@ "use strict"; | ||
} | ||
return localPath; | ||
@@ -40,0 +39,0 @@ } |
{ | ||
"name": "babel-plugin-module-resolver", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"main": "lib/index.js", | ||
@@ -10,5 +10,2 @@ "description": "Module resolver plugin for Babel", | ||
}, | ||
"engines": { | ||
"node": ">= 16" | ||
}, | ||
"files": [ | ||
@@ -37,7 +34,7 @@ "lib" | ||
"dependencies": { | ||
"find-babel-config": "^2.0.0", | ||
"glob": "^8.0.3", | ||
"find-babel-config": "^2.1.1", | ||
"glob": "^9.3.3", | ||
"pkg-up": "^3.1.0", | ||
"reselect": "^4.1.7", | ||
"resolve": "^1.22.1" | ||
"reselect": "^5.1.0", | ||
"resolve": "^1.22.8" | ||
}, | ||
@@ -58,6 +55,6 @@ "devDependencies": { | ||
"husky": "^4.3.6", | ||
"jest": "^29.3.1", | ||
"jest": "^29.7.0", | ||
"lint-staged": "^10.5.3", | ||
"prettier-eslint-cli": "^5.0.0", | ||
"standard-version": "^9.0.0" | ||
"standard-version": "^9.5.0" | ||
}, | ||
@@ -64,0 +61,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
25056
385
+ Addedglob@9.3.5(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addedminimatch@8.0.4(transitive)
+ Addedminipass@4.2.87.1.2(transitive)
+ Addedpath-scurry@1.11.1(transitive)
+ Addedreselect@5.1.1(transitive)
- Removedglob@8.1.0(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@5.1.6(transitive)
- Removedonce@1.4.0(transitive)
- Removedreselect@4.1.8(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedfind-babel-config@^2.1.1
Updatedglob@^9.3.3
Updatedreselect@^5.1.0
Updatedresolve@^1.22.8