@stacksjs/router 0.58.21 → 0.58.24

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
@@ -272,7 +272,7 @@ function corePath(path2) {
272
272
  return frameworkPath(`core/src/${path2 || ""}`);
273
273
  }
274
274
  function customElementsDataPath() {
275
- return corePath("custom-elements.json");
275
+ return frameworkPath("core/custom-elements.json");
276
276
  }
277
277
  function databasePath(path2) {
278
278
  return corePath(`database/${path2 || ""}`);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/router",
3
3
  "type": "module",
4
- "version": "0.58.21",
4
+ "version": "0.58.24",
5
5
  "description": "The Stacks framework router.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",