stacks 0.58.53 → 0.58.55

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 (100) 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 +2 -241
  22. package/core/cloud/package.json +4 -4
  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/queue.ts +7 -6
  26. package/core/cloud/src/cloud/router-layer/nodejs/package.json +2 -2
  27. package/core/cloud/src/index.ts +0 -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 +1 -1
  35. package/core/docs/package.json +3 -3
  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 +4 -4
  41. package/core/eslint-config/src/globs.ts +0 -1
  42. package/core/events/package.json +1 -1
  43. package/core/faker/package.json +1 -1
  44. package/core/git/package.json +1 -1
  45. package/core/health/package.json +1 -1
  46. package/core/http/package.json +1 -1
  47. package/core/lint/package.json +1 -1
  48. package/core/logging/package.json +1 -1
  49. package/core/notifications/package.json +1 -1
  50. package/core/objects/package.json +1 -1
  51. package/core/orm/package.json +1 -1
  52. package/core/path/dist/index.js +5 -0
  53. package/core/path/package.json +1 -1
  54. package/core/path/src/index.ts +5 -0
  55. package/core/payments/package.json +1 -1
  56. package/core/push/package.json +1 -1
  57. package/core/query-builder/package.json +1 -1
  58. package/core/queue/package.json +1 -1
  59. package/core/raycast/package.json +1 -1
  60. package/core/realtime/package.json +1 -1
  61. package/core/repl/package.json +1 -1
  62. package/core/router/package.json +1 -1
  63. package/core/scheduler/package.json +1 -1
  64. package/core/scheduler/src/time.ts +1 -1
  65. package/core/search-engine/package.json +1 -1
  66. package/core/security/package.json +1 -1
  67. package/core/server/package.json +1 -1
  68. package/core/signals/package.json +1 -1
  69. package/core/slug/package.json +1 -1
  70. package/core/sms/package.json +1 -1
  71. package/core/storage/package.json +1 -1
  72. package/core/strings/package.json +1 -1
  73. package/core/tables/package.json +1 -1
  74. package/core/testing/package.json +1 -1
  75. package/core/tinker/package.json +1 -1
  76. package/core/tunnel/package.json +1 -1
  77. package/core/types/dist/index.js +0 -4
  78. package/core/types/package.json +3 -3
  79. package/core/types/src/cli.ts +3 -3
  80. package/core/types/src/cron-jobs.ts +5 -5
  81. package/core/ui/package.json +1 -1
  82. package/core/utils/dist/index.js +1 -1
  83. package/core/utils/package.json +1 -1
  84. package/core/validation/package.json +1 -1
  85. package/core/vite/dist/index.js +1 -1
  86. package/core/vite/package.json +1 -1
  87. package/core/whois/package.json +1 -1
  88. package/core/x-ray/package.json +1 -1
  89. package/core/zsh-buddy/package.json +1 -1
  90. package/ide/dictionary.txt +2 -0
  91. package/ide/vscode/package.json +1 -1
  92. package/package.json +1 -1
  93. package/core/cloud/build-server.ts +0 -8
  94. package/core/cloud/src/runtime/README.md +0 -116
  95. package/core/cloud/src/runtime/bootstrap +0 -3
  96. package/core/cloud/src/runtime/example/lambda.ts +0 -36
  97. package/core/cloud/src/runtime/runtime.ts +0 -830
  98. package/core/cloud/src/runtime/scripts/build-layer.ts +0 -104
  99. package/core/cloud/src/runtime/scripts/publish-layer.ts +0 -110
  100. package/core/cloud/src/runtime/server.ts +0 -39
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/dns",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "Easily manage your DNS.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/docs",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks way to document.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -52,7 +52,7 @@
52
52
  "@stacksjs/path": "workspace:*",
53
53
  "@stacksjs/server": "workspace:*",
54
54
  "@stacksjs/vite": "workspace:*",
55
- "vitepress": "1.0.0-rc.41"
55
+ "vitepress": "1.0.0-rc.42"
56
56
  },
57
57
  "dependencies": {
58
58
  "@stacksjs/alias": "workspace:*",
@@ -60,7 +60,7 @@
60
60
  "@stacksjs/path": "workspace:*",
61
61
  "@stacksjs/server": "workspace:*",
62
62
  "@stacksjs/vite": "workspace:*",
63
- "vitepress": "1.0.0-rc.41",
63
+ "vitepress": "1.0.0-rc.42",
64
64
  "vitepress-plugin-twoslash": "^0.10.2"
65
65
  },
66
66
  "devDependencies": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/email",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
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",
@@ -80,16 +80,16 @@
80
80
  "eslint-plugin-antfu": "^2.1.2",
81
81
  "eslint-plugin-eslint-comments": "^3.2.0",
82
82
  "eslint-plugin-i": "^2.29.1",
83
- "eslint-plugin-jsdoc": "^48.0.5",
83
+ "eslint-plugin-jsdoc": "^48.0.6",
84
84
  "eslint-plugin-jsonc": "^2.13.0",
85
85
  "eslint-plugin-markdown": "^3.0.1",
86
86
  "eslint-plugin-n": "^16.6.2",
87
87
  "eslint-plugin-no-only-tests": "^3.1.0",
88
88
  "eslint-plugin-perfectionist": "^2.5.0",
89
89
  "eslint-plugin-toml": "^0.9.2",
90
- "eslint-plugin-unicorn": "^50.0.1",
90
+ "eslint-plugin-unicorn": "^51.0.1",
91
91
  "eslint-plugin-unused-imports": "^3.0.0",
92
- "eslint-plugin-vitest": "^0.3.21",
92
+ "eslint-plugin-vitest": "^0.3.22",
93
93
  "eslint-plugin-vue": "^9.21.1",
94
94
  "eslint-plugin-yml": "^1.12.2",
95
95
  "eslint-processor-vue-blocks": "^0.1.1",
@@ -85,7 +85,6 @@ export const GLOB_EXCLUDE = [
85
85
 
86
86
  // stacks relating
87
87
  '**/cdk.out/**',
88
- '**/runtime/server.js',
89
88
  '**/framework/cache/**',
90
89
  '**/env/src/index.js',
91
90
  // '**/strings/README.md',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/events",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks ORM integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -149,6 +149,9 @@ function lintPath(path) {
149
149
  function eslintPath(path) {
150
150
  return lintPath(`eslint/${path || ""}`);
151
151
  }
152
+ function jobsPath(path) {
153
+ return resourcesPath(`jobs/${path || ""}`);
154
+ }
152
155
  function loggingPath(path) {
153
156
  return corePath(`logging/${path || ""}`);
154
157
  }
@@ -345,6 +348,7 @@ var path = {
345
348
  libraryEntryPath,
346
349
  lintPath,
347
350
  loggingPath,
351
+ jobsPath,
348
352
  modulesPath,
349
353
  ormPath,
350
354
  objectsPath,
@@ -468,6 +472,7 @@ export {
468
472
  layoutsPath,
469
473
  langPath,
470
474
  join,
475
+ jobsPath,
471
476
  isAbsolute,
472
477
  healthPath,
473
478
  gitPath,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/path",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks path.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -242,6 +242,10 @@ export function eslintPath(path?: string) {
242
242
  return lintPath(`eslint/${path || ''}`)
243
243
  }
244
244
 
245
+ export function jobsPath(path?: string) {
246
+ return resourcesPath(`jobs/${path || ''}`)
247
+ }
248
+
245
249
  export function loggingPath(path?: string) {
246
250
  return corePath(`logging/${path || ''}`)
247
251
  }
@@ -490,6 +494,7 @@ export const path = {
490
494
  libraryEntryPath,
491
495
  lintPath,
492
496
  loggingPath,
497
+ jobsPath,
493
498
  modulesPath,
494
499
  ormPath,
495
500
  objectsPath,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/payments",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks payments package. Currently supporting Stripe.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/push",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks Push integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/query-builder",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks Query Builder integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/queue",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks Queue system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks-raycast",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks realtime integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/repl",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "A Stacks optimized TS & Vue REPL.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/router",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks framework router.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/scheduler",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks scheduler.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -281,7 +281,7 @@ export class CronTime {
281
281
  && Object.keys(this.dayOfMonth).length !== 31
282
282
  && !(
283
283
  this._getWeekDay(date) in this.dayOfWeek
284
- && Object.keys(this.dayOfWeek).length !== 7
284
+ && Object.keys(this.dayOfWeek).length !== 7
285
285
  )
286
286
  ) {
287
287
  date = date.plus({ days: 1 })
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/search-engine",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks search engine integrations.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/security",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks framework security.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/server",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "Local development and production-ready.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/signals",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks signals integration, based on Maverick.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/slug",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks slug functionality.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/sms",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
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",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/storage",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks file system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/strings",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks string utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stacksjs/tables",
3
- "version": "0.58.53",
3
+ "version": "0.58.55",
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.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks way of testing.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/tinker",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "All you need to tinker.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/tunnel",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "Local development tunnel.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -398,10 +398,6 @@ var require_pluralize = __commonJS((exports, module) => {
398
398
  // src/cron-jobs.ts
399
399
  var Every;
400
400
  (function(Every2) {
401
- Every2["Second"] = "* * * * * *";
402
- Every2["FiveSeconds"] = "*/5 * * * * *";
403
- Every2["TenSeconds"] = "*/10 * * * * *";
404
- Every2["ThirtySeconds"] = "*/30 * * * * *";
405
401
  Every2["Minute"] = "* * * * *";
406
402
  Every2["Hour"] = "0 * * * *";
407
403
  Every2["HalfHour"] = "0,30 * * * *";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -56,7 +56,7 @@
56
56
  "@stacksjs/validation": "workspace:*",
57
57
  "@types/aws4": "^1.11.6",
58
58
  "@types/bcryptjs": "^2.4.6",
59
- "@types/bun": "^1.0.4",
59
+ "@types/bun": "^1.0.5",
60
60
  "@types/crypto-js": "^4.2.2",
61
61
  "@types/eslint": "^8.56.2",
62
62
  "@types/fs-extra": "^11.0.4",
@@ -77,7 +77,7 @@
77
77
  "vite-plugin-inspect": "^0.8.3",
78
78
  "vite-plugin-pwa": "^0.17.5",
79
79
  "vite-ssg": "^0.23.6",
80
- "vitepress": "1.0.0-rc.41",
80
+ "vitepress": "1.0.0-rc.42",
81
81
  "vue": "^3.4.15"
82
82
  },
83
83
  "devDependencies": {
@@ -174,9 +174,9 @@ export type ActionOption = 'types' | 'domains' | 'count'
174
174
  * The options to pass to the Action.
175
175
  */
176
176
  export type ActionOptions = {
177
- 'types'?: boolean
178
- 'domains'?: boolean
179
- 'count'?: number
177
+ types?: boolean
178
+ domains?: boolean
179
+ count?: number
180
180
  } & CliOptions & DomainsOptions
181
181
 
182
182
  export type BuildOption = 'components' | 'vueComponents' | 'webComponents' | 'elements' | 'functions' | 'docs' | 'views' | 'stacks' | 'all' | 'buddy' | 'server'
@@ -14,7 +14,7 @@ export interface JobOptions {
14
14
  timezone?: string
15
15
  tries?: number
16
16
  backoff?: number | number[]
17
- schedule?: string | Every
17
+ rate?: string | Every
18
18
  enabled?: boolean
19
19
  }
20
20
 
@@ -30,10 +30,10 @@ export type CronJobs = Jobs
30
30
  // export type CronJobs = Jobs
31
31
 
32
32
  export enum Every {
33
- Second = '* * * * * *',
34
- FiveSeconds = '*/5 * * * * *',
35
- TenSeconds = '*/10 * * * * *',
36
- ThirtySeconds = '*/30 * * * * *',
33
+ // Second = '* * * * * *',
34
+ // FiveSeconds = '*/5 * * * * *',
35
+ // TenSeconds = '*/10 * * * * *',
36
+ // ThirtySeconds = '*/30 * * * * *',
37
37
  Minute = '* * * * *',
38
38
  Hour = '0 * * * *',
39
39
  HalfHour = '0,30 * * * *',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ui",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks UI engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -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.53";
887
+ var version = "0.58.55";
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.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks helper functions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/validation",
3
3
  "type": "module",
4
- "version": "0.58.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks Validation ways.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -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.53";
612
+ var version = "0.58.55";
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.53",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks Vite plugin.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",