stacks 0.58.60 → 0.58.62

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 (92) hide show
  1. package/core/actions/dist/src/upgrade.js +1 -1
  2. package/core/actions/package.json +1 -1
  3. package/core/ai/package.json +1 -1
  4. package/core/alias/package.json +1 -1
  5. package/core/analytics/package.json +1 -1
  6. package/core/api/package.json +1 -1
  7. package/core/arrays/package.json +1 -1
  8. package/core/auth/package.json +1 -1
  9. package/core/buddy/package.json +1 -1
  10. package/core/build/package.json +1 -1
  11. package/core/bun-create/bud/package.json +1 -1
  12. package/core/bun-create/buddy/package.json +1 -1
  13. package/core/bun-create/stack/package.json +1 -1
  14. package/core/bun-create/stacks/package.json +1 -1
  15. package/core/bun-create/stx/package.json +1 -1
  16. package/core/bun-plugin-yaml/package.json +1 -1
  17. package/core/cache/package.json +1 -1
  18. package/core/chat/package.json +1 -1
  19. package/core/cli/dist/index.js +1 -1
  20. package/core/cli/package.json +1 -1
  21. package/core/cloud/dist/index.js +1 -1
  22. package/core/cloud/package.json +3 -3
  23. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
  24. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
  25. package/core/cloud/src/cloud/docs.ts +1 -1
  26. package/core/cloud/src/cloud/router-layer/nodejs/package.json +1 -1
  27. package/core/cloud/zip.ts +1 -1
  28. package/core/collections/package.json +1 -1
  29. package/core/config/package.json +1 -1
  30. package/core/database/package.json +1 -1
  31. package/core/datetime/package.json +1 -1
  32. package/core/desktop/package.json +1 -1
  33. package/core/development/package.json +1 -1
  34. package/core/dns/package.json +2 -2
  35. package/core/docs/package.json +1 -1
  36. package/core/email/package.json +1 -1
  37. package/core/enums/package.json +1 -1
  38. package/core/env/package.json +1 -1
  39. package/core/error-handling/package.json +1 -1
  40. package/core/eslint-config/package.json +3 -3
  41. package/core/events/package.json +1 -1
  42. package/core/faker/package.json +1 -1
  43. package/core/git/package.json +1 -1
  44. package/core/health/package.json +1 -1
  45. package/core/http/package.json +1 -1
  46. package/core/lint/package.json +1 -1
  47. package/core/logging/package.json +1 -1
  48. package/core/notifications/package.json +1 -1
  49. package/core/objects/package.json +1 -1
  50. package/core/orm/package.json +1 -1
  51. package/core/path/dist/index.js +5 -0
  52. package/core/path/package.json +1 -1
  53. package/core/path/src/index.ts +5 -0
  54. package/core/payments/package.json +2 -2
  55. package/core/push/package.json +1 -1
  56. package/core/query-builder/package.json +1 -1
  57. package/core/queue/package.json +1 -1
  58. package/core/raycast/package.json +1 -1
  59. package/core/realtime/package.json +1 -1
  60. package/core/repl/package.json +1 -1
  61. package/core/router/dist/index.js +4 -0
  62. package/core/router/package.json +1 -1
  63. package/core/scheduler/package.json +1 -1
  64. package/core/search-engine/package.json +1 -1
  65. package/core/security/package.json +1 -1
  66. package/core/server/package.json +1 -1
  67. package/core/signals/package.json +1 -1
  68. package/core/slug/package.json +1 -1
  69. package/core/sms/package.json +1 -1
  70. package/core/storage/dist/index.js +1 -0
  71. package/core/storage/package.json +1 -1
  72. package/core/storage/src/hash.ts +2 -0
  73. package/core/strings/package.json +1 -1
  74. package/core/tables/package.json +1 -1
  75. package/core/testing/package.json +1 -1
  76. package/core/tinker/package.json +1 -1
  77. package/core/tunnel/package.json +1 -1
  78. package/core/types/package.json +1 -1
  79. package/core/ui/package.json +1 -1
  80. package/core/utils/dist/index.js +4 -4
  81. package/core/utils/package.json +1 -1
  82. package/core/utils/src/clean.ts +3 -3
  83. package/core/validation/package.json +1 -1
  84. package/core/vite/dist/index.js +1 -1
  85. package/core/vite/package.json +1 -1
  86. package/core/whois/package.json +1 -1
  87. package/core/x-ray/package.json +1 -1
  88. package/core/zsh-buddy/package.json +1 -1
  89. package/ide/vscode/package.json +1 -1
  90. package/package.json +1 -1
  91. package/core/cloud/cdk.json +0 -62
  92. package/core/cloud/deploy.ts +0 -85
@@ -7,7 +7,7 @@ import {projectPath} from "@stacksjs/path";
7
7
  import * as storage from "@stacksjs/storage";
8
8
  import {NpmScript} from "@stacksjs/enums";
9
9
  // package.json
10
- var version = "0.58.60";
10
+ var version = "0.58.62";
11
11
 
12
12
  // src/upgrade.ts
13
13
  function checkForUncommittedChanges(options) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/actions",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks actions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ai",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Stacks Artificial Intelligence.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/alias",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks aliases.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/analytics",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Stacks Analytics. Privacy-friendly.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/api",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks array utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/arrays",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks array utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/auth",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "A more simplistic way to authenticate.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Meet Buddy. The Stacks runtime.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/build",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks framework build tools and configurations.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/bud",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/buddy",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stack",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stacks",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stx",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bun-plugin-yaml",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "A Bun plugin to load yaml files",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cache",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Caching the Stacks way.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/chat",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Easily interact with chat APIs.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -502,7 +502,7 @@ import {log as log3} from "@stacksjs/logging";
502
502
  import {ExitCode as ExitCode2} from "@stacksjs/types";
503
503
  import {bgCyan as bgCyan2, bold as bold2, cyan as cyan2, dim as dim2, gray as gray2, green as green2, italic as italic2} from "kolorist";
504
504
  // package.json
505
- var version = "0.58.60";
505
+ var version = "0.58.62";
506
506
 
507
507
  // src/helpers.ts
508
508
  async function intro(command2, options) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cli",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -890,7 +890,7 @@ class DocsStack {
890
890
  description: "The Stacks Origin Request function that prettifies URLs",
891
891
  runtime: lambda3.Runtime.NODEJS_18_X,
892
892
  handler: "dist/origin-request.handler",
893
- code: lambda3.Code.fromAsset(p3.corePath("cloud/dist.zip"), {
893
+ code: lambda3.Code.fromAsset(p3.frameworkCloudPath("dist.zip"), {
894
894
  assetHash: originRequestFunctionHash(),
895
895
  assetHashType: AssetHashType.CUSTOM
896
896
  })
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cloud",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks cloud/serverless integration & implementation.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -63,7 +63,7 @@
63
63
  "@aws-sdk/client-efs": "^3.511.0",
64
64
  "@aws-sdk/client-iam": "^3.511.0",
65
65
  "@aws-sdk/client-lambda": "^3.511.0",
66
- "@aws-sdk/client-route-53-domains": "^3.511.0",
66
+ "@aws-sdk/client-route-53-domains": "^3.512.0",
67
67
  "@aws-sdk/client-s3": "^3.511.0",
68
68
  "@aws-sdk/client-ses": "^3.511.0",
69
69
  "@aws-sdk/client-sesv2": "^3.511.0",
@@ -88,7 +88,7 @@
88
88
  "@aws-sdk/client-efs": "^3.511.0",
89
89
  "@aws-sdk/client-iam": "^3.511.0",
90
90
  "@aws-sdk/client-lambda": "^3.511.0",
91
- "@aws-sdk/client-route-53-domains": "^3.511.0",
91
+ "@aws-sdk/client-route-53-domains": "^3.512.0",
92
92
  "@aws-sdk/client-s3": "^3.511.0",
93
93
  "@aws-sdk/client-ses": "^3.511.0",
94
94
  "@aws-sdk/client-sesv2": "^3.511.0",
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "aws-sdk-layer",
3
- "version": "0.58.58",
3
+ "version": "0.58.59",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "aws-sdk-layer",
9
- "version": "0.58.58",
9
+ "version": "0.58.59",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
- "aws-sdk": "^2.1555.0"
12
+ "aws-sdk": "^2.1556.0"
13
13
  }
14
14
  },
15
15
  "node_modules/available-typed-arrays": {
@@ -24,9 +24,9 @@
24
24
  }
25
25
  },
26
26
  "node_modules/aws-sdk": {
27
- "version": "2.1555.0",
28
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1555.0.tgz",
29
- "integrity": "sha512-hjYs1MQkJxdHnoZm8hypqGy4PQKWVUs19McdXRXWNXr97V0il4xcUpIfvjHQ9x9EjP0p/jyIx9/BtyrR68jnUQ==",
27
+ "version": "2.1556.0",
28
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1556.0.tgz",
29
+ "integrity": "sha512-p3SOYdG37GlTAR1+3HVqV2gVahTb7bInPuLEzxJaK709yPjjgSQQJ0zsnn8rF9UpcTNElYtWRY5vLRmwp3TTcQ==",
30
30
  "dependencies": {
31
31
  "buffer": "4.9.2",
32
32
  "events": "1.1.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-sdk-layer",
3
- "version": "0.58.60",
3
+ "version": "0.58.62",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -10,6 +10,6 @@
10
10
  "test": "echo \"Error: no test specified\" && exit 1"
11
11
  },
12
12
  "dependencies": {
13
- "aws-sdk": "^2.1555.0"
13
+ "aws-sdk": "^2.1556.0"
14
14
  }
15
15
  }
@@ -28,7 +28,7 @@ export class DocsStack {
28
28
  description: 'The Stacks Origin Request function that prettifies URLs',
29
29
  runtime: lambda.Runtime.NODEJS_18_X,
30
30
  handler: 'dist/origin-request.handler',
31
- code: lambda.Code.fromAsset(p.corePath('cloud/dist.zip'), {
31
+ code: lambda.Code.fromAsset(p.frameworkCloudPath('dist.zip'), {
32
32
  assetHash: originRequestFunctionHash(),
33
33
  assetHashType: AssetHashType.CUSTOM,
34
34
  }),
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stacks-router-layer",
3
- "version": "0.58.60",
3
+ "version": "0.58.62",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "MIT",
package/core/cloud/zip.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { log, runCommand } from '@stacksjs/cli'
2
2
 
3
- const result = await runCommand('zip -r dist.zip dist/origin-request.js package.json', {
3
+ const result = await runCommand('zip -r ../../cloud/dist.zip dist/origin-request.js package.json', {
4
4
  cwd: import.meta.dir,
5
5
  })
6
6
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/collections",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks collections.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/config",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks config helper methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/database",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks database integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks datetime helpers.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/desktop",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks Desktop engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/development",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks development dependencies.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/dns",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Easily manage your DNS.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@aws-sdk/client-route-53": "^3.511.0",
55
- "@aws-sdk/client-route-53-domains": "^3.511.0",
55
+ "@aws-sdk/client-route-53-domains": "^3.512.0",
56
56
  "@stacksjs/actions": "workspace:*",
57
57
  "@stacksjs/error-handling": "workspace:*",
58
58
  "@stacksjs/path": "workspace:*",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/docs",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks way to document.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/email",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/enums",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Stacks enums.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/env",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Stacks env helper methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/error-handling",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Type safe error handling.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/eslint-config",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks.js ESLint config preset, heavily inspired by Anthony's ESLint config.",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
7
7
  "license": "MIT",
@@ -72,8 +72,8 @@
72
72
  "@eslint-types/unicorn": "^51.0.1",
73
73
  "@stacksjs/cli": "workspace:*",
74
74
  "@stylistic/eslint-plugin": "^1.6.1",
75
- "@typescript-eslint/eslint-plugin": "^6.21.0",
76
- "@typescript-eslint/parser": "^6.21.0",
75
+ "@typescript-eslint/eslint-plugin": "^7.0.1",
76
+ "@typescript-eslint/parser": "^7.0.1",
77
77
  "eslint-config-flat-gitignore": "^0.1.3",
78
78
  "eslint-merge-processors": "^0.1.0",
79
79
  "eslint-parser-plain": "^0.1.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/events",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Functional event emitting.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/faker",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Faker functions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/git",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks git utilities & conventions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/health",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks Health services.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/http",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "Stacks HTTP methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/lint",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks way to lint.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/logging",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks logging system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/notifications",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks notifications integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/objects",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks objects.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/orm",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks ORM integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -62,6 +62,9 @@ function cliPath(path) {
62
62
  function cloudPath(path) {
63
63
  return corePath(`cloud/${path || ""}`);
64
64
  }
65
+ function frameworkCloudPath(path) {
66
+ return frameworkPath(`cloud/${path || ""}`);
67
+ }
65
68
  function collectionsPath(path) {
66
69
  return corePath(`collections/${path || ""}`);
67
70
  }
@@ -324,6 +327,7 @@ var path = {
324
327
  chatPath,
325
328
  cliPath,
326
329
  cloudPath,
330
+ frameworkCloudPath,
327
331
  collectionsPath,
328
332
  commandsPath,
329
333
  componentsPath,
@@ -487,6 +491,7 @@ export {
487
491
  gitPath,
488
492
  functionsPath,
489
493
  frameworkPath,
494
+ frameworkCloudPath,
490
495
  format,
491
496
  fakerPath,
492
497
  extname,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/path",
3
3
  "type": "module",
4
- "version": "0.58.60",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks path.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -124,6 +124,10 @@ export function cloudPath(path?: string) {
124
124
  return corePath(`cloud/${path || ''}`)
125
125
  }
126
126
 
127
+ export function frameworkCloudPath(path?: string) {
128
+ return frameworkPath(`cloud/${path || ''}`)
129
+ }
130
+
127
131
  export function collectionsPath(path?: string) {
128
132
  return corePath(`collections/${path || ''}`)
129
133
  }
@@ -472,6 +476,7 @@ export const path = {
472
476
  chatPath,
473
477
  cliPath,
474
478
  cloudPath,
479
+ frameworkCloudPath,
475
480
  collectionsPath,
476
481
  commandsPath,
477
482
  componentsPath,