@stacksjs/path 0.70.229 → 0.70.230

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.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -54,7 +54,7 @@ function builtUserActionsPath(path, options) {
54
54
  return absolutePath;
55
55
  }
56
56
  function userComponentsPath(path) {
57
- return libsPath(`components/${path || ""}`);
57
+ return `${resolveUserLibBase(projectPath("components"), resourcesPath("components"))}/${path || ""}`;
58
58
  }
59
59
  function userViewsPath(path) {
60
60
  return resourcesPath(`views/${path || ""}`);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/path",
3
3
  "type": "module",
4
- "version": "0.70.229",
4
+ "version": "0.70.230",
5
5
  "description": "The Stacks path.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [