stacks 0.58.48 → 0.58.50

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 (132) hide show
  1. package/core/actions/dist/src/generate/ide-helpers.js +1 -0
  2. package/core/actions/dist/src/generate/lib-entries.js +4 -2
  3. package/core/actions/dist/src/generate/vscode-custom-data.js +1 -0
  4. package/core/actions/dist/src/helpers/lib-entries.js +1 -0
  5. package/core/actions/dist/src/helpers/package-json.js +1 -0
  6. package/core/actions/dist/src/helpers/vscode-custom-data.js +1 -0
  7. package/core/actions/dist/src/index.js +2 -0
  8. package/core/actions/dist/src/release.js +2 -0
  9. package/core/actions/dist/src/upgrade.js +1 -1
  10. package/core/actions/package.json +3 -2
  11. package/core/actions/src/action.ts +2 -0
  12. package/core/actions/src/generate/custom-cli-file.ts +24 -0
  13. package/core/actions/src/generate/lib-entries.ts +3 -2
  14. package/core/ai/dist/index.js +6 -6
  15. package/core/ai/package.json +5 -4
  16. package/core/alias/package.json +3 -2
  17. package/core/analytics/package.json +3 -2
  18. package/core/api/package.json +3 -2
  19. package/core/arrays/package.json +3 -2
  20. package/core/auth/package.json +3 -2
  21. package/core/buddy/dist/{chunk-b32089b9556f373c.js → chunk-91084836e95161e8.js} +1 -1
  22. package/core/buddy/dist/cli.js +13 -1
  23. package/core/buddy/dist/index.js +1 -1
  24. package/core/buddy/package.json +3 -2
  25. package/core/buddy/src/cli.ts +17 -0
  26. package/core/buddy/src/commands/deploy.ts +1 -1
  27. package/core/buddy/src/custom-cli.ts +36 -0
  28. package/core/build/package.json +3 -2
  29. package/core/bun-create/bud/package.json +3 -2
  30. package/core/bun-create/buddy/package.json +3 -2
  31. package/core/bun-create/stack/package.json +3 -2
  32. package/core/bun-create/stacks/package.json +3 -2
  33. package/core/bun-create/stx/package.json +3 -2
  34. package/core/bun-plugin-yaml/dist/index.js +1 -1
  35. package/core/bun-plugin-yaml/package.json +3 -2
  36. package/core/bun-plugin-yaml/src/index.ts +1 -1
  37. package/core/cache/package.json +4 -3
  38. package/core/chat/package.json +3 -2
  39. package/core/cli/dist/index.js +2 -2
  40. package/core/cli/package.json +3 -2
  41. package/core/cli/src/cli.ts +1 -1
  42. package/core/cloud/deploy.ts +2 -2
  43. package/core/cloud/dist/index.js +144 -60
  44. package/core/cloud/package.json +34 -33
  45. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
  46. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
  47. package/core/cloud/src/cloud/cdn.ts +5 -5
  48. package/core/cloud/src/cloud/compute.ts +150 -28
  49. package/core/cloud/src/cloud/index.ts +13 -9
  50. package/core/cloud/src/cloud/network.ts +4 -24
  51. package/core/cloud/src/cloud/package/README.md +59 -0
  52. package/core/cloud/src/cloud/package/package.json +63 -0
  53. package/core/cloud/src/cloud/router-layer/nodejs/package.json +15 -0
  54. package/core/cloud/src/runtime/example/lambda.ts +1 -1
  55. package/core/cloud/src/runtime/server.ts +1 -1
  56. package/core/collections/package.json +3 -2
  57. package/core/config/dist/index.js +14 -12
  58. package/core/config/package.json +2 -2
  59. package/core/config/src/config.ts +1 -1
  60. package/core/config/src/defaults.ts +3 -3
  61. package/core/config/src/overrides.ts +22 -22
  62. package/core/database/package.json +3 -2
  63. package/core/database/src/kysely-bun-worker/worker.ts +1 -1
  64. package/core/datetime/package.json +3 -2
  65. package/core/desktop/package.json +3 -2
  66. package/core/development/package.json +1 -1
  67. package/core/dns/package.json +9 -8
  68. package/core/docs/package.json +5 -4
  69. package/core/email/dist/index.js +0 -38
  70. package/core/email/package.json +5 -4
  71. package/core/email/src/send.ts +3 -3
  72. package/core/enums/package.json +1 -1
  73. package/core/env/package.json +1 -1
  74. package/core/error-handling/package.json +3 -2
  75. package/core/eslint-config/package.json +4 -4
  76. package/core/events/package.json +3 -2
  77. package/core/faker/package.json +3 -2
  78. package/core/git/package.json +3 -2
  79. package/core/health/package.json +3 -2
  80. package/core/http/package.json +3 -2
  81. package/core/lint/package.json +5 -4
  82. package/core/logging/package.json +3 -2
  83. package/core/notifications/package.json +3 -2
  84. package/core/objects/package.json +3 -2
  85. package/core/orm/package.json +3 -2
  86. package/core/path/package.json +3 -2
  87. package/core/payments/package.json +3 -2
  88. package/core/push/package.json +3 -2
  89. package/core/query-builder/package.json +3 -2
  90. package/core/queue/dist/index.js +3 -1
  91. package/core/queue/package.json +3 -2
  92. package/core/queue/src/index.ts +4 -2
  93. package/core/raycast/package.json +1 -1
  94. package/core/realtime/package.json +3 -2
  95. package/core/repl/package.json +3 -2
  96. package/core/router/package.json +3 -2
  97. package/core/scheduler/dist/index.js +3 -2
  98. package/core/scheduler/package.json +3 -2
  99. package/core/scheduler/src/index.ts +1 -1
  100. package/core/search-engine/package.json +3 -2
  101. package/core/security/package.json +3 -2
  102. package/core/server/package.json +3 -2
  103. package/core/signals/package.json +3 -2
  104. package/core/slug/package.json +3 -2
  105. package/core/sms/package.json +3 -2
  106. package/core/storage/package.json +3 -2
  107. package/core/storage/src/files.ts +1 -1
  108. package/core/storage/src/zip.ts +1 -1
  109. package/core/strings/package.json +3 -2
  110. package/core/tables/package.json +1 -1
  111. package/core/testing/package.json +5 -4
  112. package/core/tinker/package.json +3 -2
  113. package/core/tsconfig.json +1 -0
  114. package/core/tunnel/package.json +3 -2
  115. package/core/types/package.json +6 -5
  116. package/core/types/src/api.ts +2 -0
  117. package/core/types/src/cli.ts +2 -2
  118. package/core/types/src/cron-jobs.ts +2 -1
  119. package/core/types/src/library.ts +2 -0
  120. package/core/types/src/stacks.ts +6 -6
  121. package/core/ui/package.json +6 -5
  122. package/core/utils/dist/index.js +1 -1
  123. package/core/utils/package.json +3 -2
  124. package/core/validation/package.json +3 -2
  125. package/core/vite/dist/index.js +1 -1
  126. package/core/vite/package.json +3 -2
  127. package/core/whois/package.json +3 -2
  128. package/core/x-ray/package.json +3 -2
  129. package/core/zsh-buddy/package.json +1 -1
  130. package/ide/dictionary.txt +1 -0
  131. package/ide/vscode/package.json +1 -1
  132. package/package.json +1 -1
@@ -3,14 +3,16 @@ import type { JobOptions } from '@stacksjs/types'
3
3
  export class Job {
4
4
  name: JobOptions['name']
5
5
  description: JobOptions['description']
6
- handle: JobOptions['handle']
6
+ action?: JobOptions['action']
7
+ handle?: JobOptions['handle']
7
8
  tries: JobOptions['tries']
8
9
  backoff: JobOptions['backoff']
9
10
 
10
- constructor({ name, description, handle, tries, backoff }: JobOptions) {
11
+ constructor({ name, description, handle, tries, backoff, action }: JobOptions) {
11
12
  this.name = name
12
13
  this.description = description
13
14
  this.handle = handle
15
+ this.action = action
14
16
  this.tries = tries
15
17
  this.backoff = backoff
16
18
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks-raycast",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks Raycast plugin.",
6
6
  "scripts": {
7
7
  "build": "echo 'No build step required yet.'"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/realtime",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks realtime integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -39,7 +39,8 @@
39
39
  ],
40
40
  "files": [
41
41
  "README.md",
42
- "dist"
42
+ "dist",
43
+ "src"
43
44
  ],
44
45
  "scripts": {
45
46
  "build": "bun --bun build.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/repl",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "A Stacks optimized TS & Vue REPL.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -40,7 +40,8 @@
40
40
  ],
41
41
  "files": [
42
42
  "README.md",
43
- "dist"
43
+ "dist",
44
+ "src"
44
45
  ],
45
46
  "scripts": {
46
47
  "build": "bun --bun build.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/router",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks framework router.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -39,7 +39,8 @@
39
39
  ],
40
40
  "files": [
41
41
  "README.md",
42
- "dist"
42
+ "dist",
43
+ "src"
43
44
  ],
44
45
  "scripts": {
45
46
  "build": "bun --bun build.ts",
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  // src/index.ts
3
3
  import cron from "node-cron";
4
- var run = function(callback) {
4
+ function run(callback) {
5
5
  return {
6
6
  everySecond: () => {
7
7
  cron.schedule("* * * * * *", callback);
@@ -82,7 +82,7 @@ var run = function(callback) {
82
82
  timezone ? cron.schedule(interval, callback, { scheduled: true, timezone }) : cron.schedule(interval, callback);
83
83
  }
84
84
  };
85
- };
85
+ }
86
86
  function useScheduler() {
87
87
  return {
88
88
  run
@@ -204,5 +204,6 @@ class ScheduleImpl {
204
204
  }
205
205
  export {
206
206
  useScheduler,
207
+ run,
207
208
  ScheduleImpl
208
209
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/scheduler",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks scheduler.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -36,7 +36,8 @@
36
36
  ],
37
37
  "files": [
38
38
  "README.md",
39
- "dist"
39
+ "dist",
40
+ "src"
40
41
  ],
41
42
  "scripts": {
42
43
  "build": "bun --bun build.ts",
@@ -231,7 +231,7 @@ export interface Scheduler {
231
231
  }
232
232
 
233
233
  // function run(callback: Function): Scheduler {
234
- function run(callback: ((now: Date | 'manual' | 'init') => void) | string): Scheduler {
234
+ export function run(callback: ((now: Date | 'manual' | 'init') => void) | string): Scheduler {
235
235
  return {
236
236
  everySecond: () => {
237
237
  cron.schedule('* * * * * *', callback)
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/search-engine",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks search engine integrations.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -45,7 +45,8 @@
45
45
  ],
46
46
  "files": [
47
47
  "README.md",
48
- "dist"
48
+ "dist",
49
+ "src"
49
50
  ],
50
51
  "scripts": {
51
52
  "build": "bun --bun build.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/security",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks framework security.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -38,7 +38,8 @@
38
38
  ],
39
39
  "files": [
40
40
  "README.md",
41
- "dist"
41
+ "dist",
42
+ "src"
42
43
  ],
43
44
  "scripts": {
44
45
  "build": "bun --bun build.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/server",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "Local development and production-ready.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -41,7 +41,8 @@
41
41
  ],
42
42
  "files": [
43
43
  "README.md",
44
- "dist"
44
+ "dist",
45
+ "src"
45
46
  ],
46
47
  "scripts": {
47
48
  "build": "bun --bun build.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/signals",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks signals integration, based on Maverick.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -38,7 +38,8 @@
38
38
  ],
39
39
  "files": [
40
40
  "README.md",
41
- "dist"
41
+ "dist",
42
+ "src"
42
43
  ],
43
44
  "scripts": {
44
45
  "build": "bun --bun build.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/slug",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks slug functionality.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -38,7 +38,8 @@
38
38
  ],
39
39
  "files": [
40
40
  "README.md",
41
- "dist"
41
+ "dist",
42
+ "src"
42
43
  ],
43
44
  "scripts": {
44
45
  "build": "bun --bun build.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/sms",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -44,7 +44,8 @@
44
44
  ],
45
45
  "files": [
46
46
  "README.md",
47
- "dist"
47
+ "dist",
48
+ "src"
48
49
  ],
49
50
  "scripts": {
50
51
  "build": "bun --bun build.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/storage",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks file system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -42,7 +42,8 @@
42
42
  ],
43
43
  "files": [
44
44
  "README.md",
45
- "dist"
45
+ "dist",
46
+ "src"
46
47
  ],
47
48
  "scripts": {
48
49
  "build": "bun --bun build.ts",
@@ -1,4 +1,4 @@
1
- import type { BunFile, PathLike } from 'node:bun'
1
+ import type { BunFile, PathLike } from 'bun'
2
2
  import type { JsonFile, PackageJson, TextFile } from '@stacksjs/types'
3
3
  import { detectIndent, detectNewline } from '@stacksjs/strings'
4
4
  import { dirname, join, path as p } from '@stacksjs/path'
@@ -1,4 +1,4 @@
1
- import type { ZlibCompressionOptions } from 'node:bun'
1
+ import type { ZlibCompressionOptions } from 'bun'
2
2
  import { runCommand } from '@stacksjs/cli'
3
3
 
4
4
  interface ZipOptions {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/strings",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks string utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -50,7 +50,8 @@
50
50
  ],
51
51
  "files": [
52
52
  "README.md",
53
- "dist"
53
+ "dist",
54
+ "src"
54
55
  ],
55
56
  "scripts": {
56
57
  "build": "bun --bun build.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stacksjs/tables",
3
- "version": "0.58.48",
3
+ "version": "0.58.50",
4
4
  "description": "The easy & modern way to work with tables. Facet filtering, searching, pagination, ...",
5
5
  "author": "Open Web Labs",
6
6
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/testing",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks way of testing.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -43,7 +43,8 @@
43
43
  ],
44
44
  "files": [
45
45
  "README.md",
46
- "dist"
46
+ "dist",
47
+ "src"
47
48
  ],
48
49
  "scripts": {
49
50
  "build": "bun --bun build.ts",
@@ -51,10 +52,10 @@
51
52
  "prepublishOnly": "bun --bun run build"
52
53
  },
53
54
  "peerDependencies": {
54
- "@playwright/test": "^1.41.1"
55
+ "@playwright/test": "^1.41.2"
55
56
  },
56
57
  "dependencies": {
57
- "@playwright/test": "^1.41.1"
58
+ "@playwright/test": "^1.41.2"
58
59
  },
59
60
  "devDependencies": {
60
61
  "@stacksjs/development": "workspace:*"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/tinker",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "All you need to tinker.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -29,7 +29,8 @@
29
29
  ],
30
30
  "files": [
31
31
  "README.md",
32
- "dist"
32
+ "dist",
33
+ "src"
33
34
  ],
34
35
  "scripts": {
35
36
  "build": "echo 'wip'",
@@ -15,6 +15,7 @@
15
15
  "stacks/*": ["./*/src"],
16
16
  "buddy": ["./buddy/src/index.ts"],
17
17
  "buddy/*": ["./buddy/src/*"],
18
+ "config/*": ["../../../config/*"],
18
19
  "~/*": ["../../../*"]
19
20
  },
20
21
  "resolveJsonModule": true,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/tunnel",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "Local development tunnel.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -37,7 +37,8 @@
37
37
  ],
38
38
  "files": [
39
39
  "README.md",
40
- "dist"
40
+ "dist",
41
+ "src"
41
42
  ],
42
43
  "scripts": {
43
44
  "build": "bun --bun build.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -36,7 +36,8 @@
36
36
  ],
37
37
  "files": [
38
38
  "README.md",
39
- "dist"
39
+ "dist",
40
+ "src"
40
41
  ],
41
42
  "scripts": {
42
43
  "build": "bun --bun build.ts",
@@ -61,7 +62,7 @@
61
62
  "@types/fs-extra": "^11.0.4",
62
63
  "@types/markdown-it-link-attributes": "^3.0.4",
63
64
  "@types/minimatch": "^5.1.2",
64
- "@types/node": "^20.11.13",
65
+ "@types/node": "^20.11.16",
65
66
  "@types/nprogress": "^0.2.3",
66
67
  "@vinejs/vine": "^1.7.1",
67
68
  "cac": "^6.7.14",
@@ -76,11 +77,11 @@
76
77
  "vite-plugin-inspect": "^0.8.3",
77
78
  "vite-plugin-pwa": "^0.17.5",
78
79
  "vite-ssg": "^0.23.6",
79
- "vitepress": "1.0.0-rc.40",
80
+ "vitepress": "1.0.0-rc.41",
80
81
  "vue": "^3.4.15"
81
82
  },
82
83
  "devDependencies": {
83
- "aws-cdk-lib": "^2.124.0",
84
+ "aws-cdk-lib": "^2.126.0",
84
85
  "typescript": "^5.3.3"
85
86
  }
86
87
  }
@@ -58,6 +58,8 @@ export interface ApiOptions {
58
58
  * @default 30
59
59
  */
60
60
  timeout: number
61
+
62
+ deploy: boolean
61
63
  }
62
64
 
63
65
  export type ApiConfig = Partial<ApiOptions>
@@ -1,8 +1,8 @@
1
- import type { BunFile } from 'node:bun'
1
+ import type { BunFile } from 'bun'
2
2
 
3
3
  type ArrayBufferView = TypedArray | DataView
4
4
 
5
- export type { Subprocess, SyncSubprocess } from 'node:bun'
5
+ export type { Subprocess, SyncSubprocess } from 'bun'
6
6
  export type Readable =
7
7
  | 'pipe'
8
8
  | 'inherit'
@@ -7,12 +7,13 @@ export interface JobOptions {
7
7
  */
8
8
  name?: string
9
9
 
10
- handle: string | Function
10
+ handle?: string | Function
11
11
  action?: string
12
12
  description?: string
13
13
  timezone?: string
14
14
  tries?: number
15
15
  backoff?: number | number[]
16
+ schedule?: string | Every
16
17
  enabled?: boolean
17
18
  }
18
19
 
@@ -57,6 +57,8 @@ export interface LibraryOptions {
57
57
  */
58
58
  contributors: string[]
59
59
 
60
+ releaseable: boolean
61
+
60
62
  /**
61
63
  * The default language used within your stack.
62
64
  */
@@ -52,22 +52,22 @@ export interface StacksOptions {
52
52
  app: AppConfig
53
53
 
54
54
  /**
55
- * **Binary Options**
55
+ * **Cache Options**
56
56
  *
57
- * This configuration defines all of your Binary options. Because Stacks is fully-typed, you
57
+ * This configuration defines all of your Cache options. Because Stacks is fully-typed, you
58
58
  * may hover any of the options below and the definitions will be provided. In case you
59
59
  * have any questions, feel free to reach out via Discord or GitHub Discussions.
60
60
  */
61
- binary: BinaryConfig
61
+ cache: CacheConfig
62
62
 
63
63
  /**
64
- * **Cache Options**
64
+ * **CLI / Binary Options**
65
65
  *
66
- * This configuration defines all of your Cache options. Because Stacks is fully-typed, you
66
+ * This configuration defines all of your Binary options. Because Stacks is fully-typed, you
67
67
  * may hover any of the options below and the definitions will be provided. In case you
68
68
  * have any questions, feel free to reach out via Discord or GitHub Discussions.
69
69
  */
70
- cache: CacheConfig
70
+ cli: BinaryConfig
71
71
 
72
72
  /**
73
73
  * **Cloud Options**
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ui",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks UI engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -49,7 +49,8 @@
49
49
  ],
50
50
  "files": [
51
51
  "README.md",
52
- "dist"
52
+ "dist",
53
+ "src"
53
54
  ],
54
55
  "scripts": {
55
56
  "build": "bun --bun build.ts",
@@ -57,7 +58,7 @@
57
58
  "prepublishOnly": "bun --bun run build"
58
59
  },
59
60
  "peerDependencies": {
60
- "@headlessui/vue": "^1.7.17",
61
+ "@headlessui/vue": "^1.7.18",
61
62
  "@stacksjs/build": "workspace:*",
62
63
  "@stacksjs/config": "workspace:*",
63
64
  "@stacksjs/router": "workspace:*",
@@ -68,11 +69,11 @@
68
69
  "vue-tsc": "^1.8.27"
69
70
  },
70
71
  "dependencies": {
71
- "@headlessui/vue": "^1.7.17",
72
+ "@headlessui/vue": "^1.7.18",
72
73
  "@iconify-json/heroicons": "^1.1.19",
73
74
  "@iconify-json/heroicons-outline": "^1.1.10",
74
75
  "@iconify-json/heroicons-solid": "^1.1.11",
75
- "@iconify/json": "^2.2.176",
76
+ "@iconify/json": "^2.2.178",
76
77
  "@julr/unocss-preset-forms": "^0.1.0",
77
78
  "@stacksjs/build": "workspace:*",
78
79
  "@stacksjs/config": "workspace:*",
@@ -884,7 +884,7 @@ function prettyBytes(number, options) {
884
884
  return prefix + numberString + separator + unit;
885
885
  }
886
886
  // package.json
887
- var version = "0.58.48";
887
+ var version = "0.58.50";
888
888
  export {
889
889
  wordChar,
890
890
  wordBoundary,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/utils",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks helper functions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -42,7 +42,8 @@
42
42
  ],
43
43
  "files": [
44
44
  "README.md",
45
- "dist"
45
+ "dist",
46
+ "src"
46
47
  ],
47
48
  "scripts": {
48
49
  "build": "bun --bun build.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/validation",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks Validation ways.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -39,7 +39,8 @@
39
39
  ],
40
40
  "files": [
41
41
  "README.md",
42
- "dist"
42
+ "dist",
43
+ "src"
43
44
  ],
44
45
  "scripts": {
45
46
  "build": "bun --bun build.ts",
@@ -609,7 +609,7 @@ var web_components_default = defineConfig6(({ command }) => {
609
609
  // src/plugin/docs.ts
610
610
  import {kolorist as c2} from "@stacksjs/cli";
611
611
  // package.json
612
- var version = "0.58.48";
612
+ var version = "0.58.50";
613
613
 
614
614
  // src/plugin/docs.ts
615
615
  var docsEngine = {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/vite",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks Vite plugin.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -83,7 +83,8 @@
83
83
  ],
84
84
  "files": [
85
85
  "README.md",
86
- "dist"
86
+ "dist",
87
+ "src"
87
88
  ],
88
89
  "scripts": {
89
90
  "build": "bun --bun build.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/whois",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "Easily get whois info.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -39,7 +39,8 @@
39
39
  ],
40
40
  "files": [
41
41
  "README.md",
42
- "dist"
42
+ "dist",
43
+ "src"
43
44
  ],
44
45
  "scripts": {
45
46
  "build": "bun --bun build.ts",