@stacksjs/router 0.58.20 → 0.58.21
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import fs from "fs";
|
|
4
4
|
import {promisify} from "util";
|
|
5
5
|
|
|
6
|
-
// /
|
|
6
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/src/path/src/index.ts
|
|
7
7
|
import process2 from "process";
|
|
8
8
|
|
|
9
|
-
// /
|
|
9
|
+
// /home/runner/work/stacks/stacks/node_modules/pathe/dist/shared/pathe.ff20891b.mjs
|
|
10
10
|
var normalizeWindowsPath = function(input = "") {
|
|
11
11
|
if (!input) {
|
|
12
12
|
return input;
|
|
@@ -207,7 +207,7 @@ var parse = function(p) {
|
|
|
207
207
|
name: base.slice(0, base.length - extension.length)
|
|
208
208
|
};
|
|
209
209
|
};
|
|
210
|
-
// /
|
|
210
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/src/path/src/index.ts
|
|
211
211
|
function actionsPath(path2) {
|
|
212
212
|
return corePath(`actions/src/${path2 || ""}`);
|
|
213
213
|
}
|