@stacksjs/router 0.58.19 → 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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. 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
- // /Users/chrisbreuer/Code/stacks/storage/framework/core/src/path/src/index.ts
6
+ // /home/runner/work/stacks/stacks/storage/framework/core/src/path/src/index.ts
7
7
  import process2 from "process";
8
8
 
9
- // /Users/chrisbreuer/Code/stacks/node_modules/pathe/dist/shared/pathe.ff20891b.mjs
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
- // /Users/chrisbreuer/Code/stacks/storage/framework/core/src/path/src/index.ts
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
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/router",
3
3
  "type": "module",
4
- "version": "0.58.19",
4
+ "version": "0.58.21",
5
5
  "description": "The Stacks framework router.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",