pathlra-aliaser 4.8.0 → 4.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pathlra-aliaser",
3
- "version": "4.8.0",
3
+ "version": "4.9.0",
4
4
  "description": "High-performance path alias resolver for Node.js with LRU caching and radix-tree optimization",
5
5
  "main": "test.js",
6
6
  "scripts": {
@@ -371,9 +371,6 @@ function isValidTarget(t) {
371
371
  */
372
372
  function aa(a, t) {
373
373
  if (seenAliases.has(a)) {
374
- console.warn(
375
- `pathlra-aliaser WARNING Duplicate alias "${a}" detected Overwriting`
376
- );
377
374
  } else {
378
375
  seenAliases.add(a);
379
376
  }