@stacksjs/path 0.48.3 → 0.49.1

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/dist/index.mjs +1 -0
  2. package/package.json +6 -6
package/dist/index.mjs CHANGED
@@ -246,6 +246,7 @@ export const path = {
246
246
  typesPath,
247
247
  uiPath,
248
248
  utilsPath,
249
+ // path utils
249
250
  basename,
250
251
  delimiter,
251
252
  dirname,
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/path",
3
3
  "type": "module",
4
- "version": "0.48.3",
5
- "packageManager": "pnpm@7.21.0",
4
+ "version": "0.49.1",
5
+ "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks path.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -35,16 +35,16 @@
35
35
  "README.md"
36
36
  ],
37
37
  "engines": {
38
- "node": ">=v18.12.1",
39
- "pnpm": ">=7.21.0"
38
+ "node": ">=v18.13.0",
39
+ "pnpm": ">=7.25.0"
40
40
  },
41
41
  "dependencies": {
42
42
  "pathe": "^1.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "mkdist": "^1.0.0",
45
+ "mkdist": "^1.1.0",
46
46
  "typescript": "^4.9.4",
47
- "@stacksjs/testing": "0.48.3"
47
+ "@stacksjs/testing": "0.49.1"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "mkdist -d",