@stacksjs/router 0.58.59 → 0.58.61

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 +4 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -264,6 +264,9 @@ function cliPath(path2) {
264
264
  function cloudPath(path2) {
265
265
  return corePath(`cloud/${path2 || ""}`);
266
266
  }
267
+ function frameworkCloudPath(path2) {
268
+ return frameworkPath(`cloud/${path2 || ""}`);
269
+ }
267
270
  function collectionsPath(path2) {
268
271
  return corePath(`collections/${path2 || ""}`);
269
272
  }
@@ -517,6 +520,7 @@ var path2 = {
517
520
  chatPath,
518
521
  cliPath,
519
522
  cloudPath,
523
+ frameworkCloudPath,
520
524
  collectionsPath,
521
525
  commandsPath,
522
526
  componentsPath,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/router",
3
3
  "type": "module",
4
- "version": "0.58.59",
4
+ "version": "0.58.61",
5
5
  "description": "The Stacks framework router.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",