@reliverse/pathkit 1.3.1 → 1.3.3

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.
Files changed (2) hide show
  1. package/bin/mod.js +0 -2
  2. package/package.json +4 -2
package/bin/mod.js CHANGED
@@ -769,8 +769,6 @@ async function stripPathSegmentsInDirectory({
769
769
  extensionsToProcess = EXTENSIONS,
770
770
  displayLogs = false
771
771
  }) {
772
- => `[stripPathSegmentsInDirectory] Processing directory: ${targetDir}`
773
- );
774
772
  try {
775
773
  const entries = await fs.readdir(targetDir, { withFileTypes: true });
776
774
  const results = [];
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
- "dependencies": {},
2
+ "dependencies": {
3
+ "@reliverse/cfg": "^1.7.20"
4
+ },
3
5
  "description": "@reliverse/pathkit is a slash‑consistent, cross‑platform path manipulation, with POSIX forward slash, drop‑in for node:path and unjs/pathe. This library extends the node:path module with a set of functions for manipulating file paths.",
4
6
  "homepage": "https://docs.reliverse.org",
5
7
  "license": "MIT",
6
8
  "name": "@reliverse/pathkit",
7
9
  "type": "module",
8
- "version": "1.3.1",
10
+ "version": "1.3.3",
9
11
  "devDependencies": {},
10
12
  "exports": {
11
13
  ".": "./bin/mod.js"