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
@@ -1,4 +1,4 @@
1
- import Database from 'node:bun:sqlite'
1
+ import Database from 'bun:sqlite'
2
2
  import type { QueryResult } from 'kysely'
3
3
  import type { MainMsg, RunMode, WorkerMsg } from './type'
4
4
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks datetime helpers.",
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/desktop",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks Desktop engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -47,7 +47,8 @@
47
47
  ],
48
48
  "files": [
49
49
  "README.md",
50
- "dist"
50
+ "dist",
51
+ "src"
51
52
  ],
52
53
  "scripts": {
53
54
  "dev": "bunx vite ../../dashboard -c ../vite/src/desktop.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/development",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
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.48",
4
+ "version": "0.58.50",
5
5
  "description": "Easily manage your DNS.",
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",
@@ -50,27 +51,27 @@
50
51
  "prepublishOnly": "bun --bun run build"
51
52
  },
52
53
  "peerDependencies": {
53
- "@aws-sdk/client-route-53": "^3.503.1",
54
- "@aws-sdk/client-route-53-domains": "^3.503.1",
54
+ "@aws-sdk/client-route-53": "^3.504.0",
55
+ "@aws-sdk/client-route-53-domains": "^3.504.0",
55
56
  "@stacksjs/actions": "workspace:*",
56
57
  "@stacksjs/error-handling": "workspace:*",
57
58
  "@stacksjs/path": "workspace:*",
58
59
  "@stacksjs/storage": "workspace:*",
59
60
  "@stacksjs/whois": "workspace:*",
60
- "aws-cdk-lib": "^2.124.0"
61
+ "aws-cdk-lib": "^2.126.0"
61
62
  },
62
63
  "dependencies": {
63
- "@aws-sdk/client-route-53": "^3.503.1",
64
+ "@aws-sdk/client-route-53": "^3.504.0",
64
65
  "@stacksjs/actions": "workspace:*",
65
66
  "@stacksjs/error-handling": "workspace:*",
66
67
  "@stacksjs/path": "workspace:*",
67
68
  "@stacksjs/storage": "workspace:*",
68
69
  "@stacksjs/strings": "workspace:*",
69
70
  "@stacksjs/whois": "workspace:*",
70
- "aws-cdk-lib": "^2.124.0"
71
+ "aws-cdk-lib": "^2.126.0"
71
72
  },
72
73
  "devDependencies": {
73
74
  "@stacksjs/development": "workspace:*",
74
- "aws-cdk-lib": "^2.124.0"
75
+ "aws-cdk-lib": "^2.126.0"
75
76
  }
76
77
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/docs",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks way to document.",
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",
@@ -51,7 +52,7 @@
51
52
  "@stacksjs/path": "workspace:*",
52
53
  "@stacksjs/server": "workspace:*",
53
54
  "@stacksjs/vite": "workspace:*",
54
- "vitepress": "1.0.0-rc.40"
55
+ "vitepress": "1.0.0-rc.41"
55
56
  },
56
57
  "dependencies": {
57
58
  "@stacksjs/alias": "workspace:*",
@@ -59,7 +60,7 @@
59
60
  "@stacksjs/path": "workspace:*",
60
61
  "@stacksjs/server": "workspace:*",
61
62
  "@stacksjs/vite": "workspace:*",
62
- "vitepress": "1.0.0-rc.40",
63
+ "vitepress": "1.0.0-rc.41",
63
64
  "vitepress-plugin-twoslash": "^0.10.2"
64
65
  },
65
66
  "devDependencies": {
@@ -31,43 +31,6 @@ import {notification as notification2} from "@stacksjs/config";
31
31
  import {italic, log} from "@stacksjs/cli";
32
32
  import {ResultAsync} from "@stacksjs/error-handling";
33
33
  import * as Maizzle from "@maizzle/framework";
34
- import {stringify} from "json5";
35
-
36
- // src/tailwind.config.ts
37
- var config = {
38
- theme: {
39
- screens: {
40
- sm: "480px",
41
- md: "768px",
42
- lg: "976px",
43
- xl: "1440px"
44
- },
45
- colors: {
46
- blue: "#1fb6ff",
47
- purple: "#7e5bef",
48
- pink: "#ff49db",
49
- orange: "#ff7849",
50
- green: "#13ce66",
51
- yellow: "#ffc82c",
52
- "gray-dark": "#273444",
53
- gray: "#8492a6",
54
- "gray-light": "#d3dce6"
55
- },
56
- fontFamily: {
57
- sans: ["Graphik", "sans-serif"],
58
- serif: ["Merriweather", "serif"]
59
- },
60
- extend: {
61
- spacing: {
62
- 128: "32rem",
63
- 144: "36rem"
64
- },
65
- borderRadius: {
66
- "4xl": "2rem"
67
- }
68
- }
69
- }
70
- };
71
34
 
72
35
  // src/utils/config.ts
73
36
  var exports_config = {};
@@ -99,7 +62,6 @@ async function send(options, provider, providerName, css) {
99
62
  </extends>`;
100
63
  await Maizzle.render(template, {
101
64
  tailwind: {
102
- config: stringify(config),
103
65
  css,
104
66
  maizzle: exports_config
105
67
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/email",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
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",
@@ -47,7 +47,8 @@
47
47
  ],
48
48
  "files": [
49
49
  "README.md",
50
- "dist"
50
+ "dist",
51
+ "src"
51
52
  ],
52
53
  "scripts": {
53
54
  "build": "bun --bun build.ts",
@@ -70,10 +71,10 @@
70
71
  "@stacksjs/error-handling": "workspace:*",
71
72
  "@stacksjs/types": "workspace:*",
72
73
  "@types/mailparser": "^3.4.4",
73
- "mailparser": "^3.6.6",
74
+ "mailparser": "^3.6.7",
74
75
  "mime": "^4.0.1",
75
76
  "moment": "^2.30.1",
76
- "nodemailer": "^6.9.8",
77
+ "nodemailer": "^6.9.9",
77
78
  "uuid": "^9.0.1"
78
79
  },
79
80
  "optionalDependencies": {
@@ -2,8 +2,8 @@ import { italic, log } from '@stacksjs/cli'
2
2
  import { ResultAsync } from '@stacksjs/error-handling'
3
3
  import type { EmailOptions } from '@stacksjs/types'
4
4
  import * as Maizzle from '@maizzle/framework'
5
- import { stringify } from 'json5'
6
- import { config } from './tailwind.config'
5
+
6
+ // import { stringify } from 'json5'
7
7
  import * as maizzleConfig from './utils/config'
8
8
 
9
9
  export async function send(options: EmailOptions, provider: any, providerName: string, css?: string): Promise<ResultAsync<any, Error>> {
@@ -18,7 +18,7 @@ export async function send(options: EmailOptions, provider: any, providerName: s
18
18
  template,
19
19
  {
20
20
  tailwind: {
21
- config: stringify(config),
21
+ // config: stringify(config),
22
22
  css,
23
23
  maizzle: maizzleConfig,
24
24
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/enums",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
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.48",
4
+ "version": "0.58.50",
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.48",
4
+ "version": "0.58.50",
5
5
  "description": "Type safe error handling.",
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/eslint-config",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
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",
@@ -90,7 +90,7 @@
90
90
  "eslint-plugin-unicorn": "^50.0.1",
91
91
  "eslint-plugin-unused-imports": "^3.0.0",
92
92
  "eslint-plugin-vitest": "^0.3.21",
93
- "eslint-plugin-vue": "^9.21.0",
93
+ "eslint-plugin-vue": "^9.21.1",
94
94
  "eslint-plugin-yml": "^1.12.2",
95
95
  "eslint-processor-vue-blocks": "^0.1.1",
96
96
  "globals": "^13.24.0",
@@ -106,13 +106,13 @@
106
106
  "@stacksjs/utils": "workspace:*",
107
107
  "@stylistic/eslint-plugin-migrate": "^1.5.4",
108
108
  "@types/eslint": "^8.56.2",
109
- "@types/node": "^20.11.13",
109
+ "@types/node": "^20.11.16",
110
110
  "@unocss/eslint-plugin": "^0.58.4",
111
111
  "eslint": "^8.56.0",
112
112
  "eslint-flat-config-viewer": "^0.1.11",
113
113
  "eslint-plugin-format": "^0.1.0",
114
114
  "eslint-ts-patch": "^8.55.0-1",
115
- "lint-staged": "^15.2.0",
115
+ "lint-staged": "^15.2.1",
116
116
  "rimraf": "^5.0.5",
117
117
  "tsup": "^8.0.1",
118
118
  "typescript": "^5.3.3"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/events",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "Functional event emitting.",
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/faker",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "Faker functions.",
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/git",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks git utilities & conventions.",
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/health",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks Health services.",
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/http",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "Stacks HTTP methods.",
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/lint",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks way to lint.",
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",
@@ -52,7 +53,7 @@
52
53
  "@types/eslint": "^8.56.2",
53
54
  "eslint": "^8.56.0",
54
55
  "eslint-ts-patch": "^8.55.0-1",
55
- "lint-staged": "^15.2.0",
56
+ "lint-staged": "^15.2.1",
56
57
  "publint": "^0.2.7"
57
58
  },
58
59
  "dependencies": {
@@ -60,7 +61,7 @@
60
61
  "@types/eslint": "^8.56.2",
61
62
  "eslint": "^8.56.0",
62
63
  "eslint-ts-patch": "^8.55.0-1",
63
- "lint-staged": "^15.2.0",
64
+ "lint-staged": "^15.2.1",
64
65
  "publint": "^0.2.7"
65
66
  },
66
67
  "devDependencies": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/logging",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks logging system.",
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/notifications",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks notifications integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -46,7 +46,8 @@
46
46
  ],
47
47
  "files": [
48
48
  "README.md",
49
- "dist"
49
+ "dist",
50
+ "src"
50
51
  ],
51
52
  "scripts": {
52
53
  "build": "bun --bun build.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/objects",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks objects.",
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/orm",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks ORM integration",
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",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/path",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks path.",
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/payments",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks payments package. Currently supporting Stripe.",
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/push",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks Push integration",
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/query-builder",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks Query Builder integration",
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",
@@ -3,13 +3,15 @@
3
3
  class Job {
4
4
  name;
5
5
  description;
6
+ action;
6
7
  handle;
7
8
  tries;
8
9
  backoff;
9
- constructor({ name, description, handle, tries, backoff }) {
10
+ constructor({ name, description, handle, tries, backoff, action }) {
10
11
  this.name = name;
11
12
  this.description = description;
12
13
  this.handle = handle;
14
+ this.action = action;
13
15
  this.tries = tries;
14
16
  this.backoff = backoff;
15
17
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/queue",
3
3
  "type": "module",
4
- "version": "0.58.48",
4
+ "version": "0.58.50",
5
5
  "description": "The Stacks Queue 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",