@stacksjs/path 0.58.56 → 0.58.57
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/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -150,7 +150,7 @@ function eslintPath(path) {
|
|
|
150
150
|
return lintPath(`eslint/${path || ""}`);
|
|
151
151
|
}
|
|
152
152
|
function jobsPath(path) {
|
|
153
|
-
return
|
|
153
|
+
return appPath(`Jobs/${path || ""}`);
|
|
154
154
|
}
|
|
155
155
|
function loggingPath(path) {
|
|
156
156
|
return corePath(`logging/${path || ""}`);
|
package/package.json
CHANGED
package/src/index.ts
CHANGED