stacks 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 (136) hide show
  1. package/core/actions/dist/src/clean.js +2 -2
  2. package/core/actions/dist/src/lint/fix.js +4 -1
  3. package/core/actions/dist/src/upgrade.js +10 -7
  4. package/core/actions/package.json +1 -1
  5. package/core/actions/src/action.ts +18 -8
  6. package/core/actions/src/clean.ts +2 -2
  7. package/core/actions/src/dev/api.ts +1 -2
  8. package/core/actions/src/domains/add.ts +12 -27
  9. package/core/actions/src/lint/fix.ts +6 -1
  10. package/core/actions/src/migrate/dns.ts +1 -1
  11. package/core/actions/src/upgrade.ts +5 -2
  12. package/core/ai/package.json +2 -2
  13. package/core/alias/package.json +4 -4
  14. package/core/analytics/package.json +1 -1
  15. package/core/api/package.json +4 -4
  16. package/core/arrays/package.json +4 -4
  17. package/core/auth/package.json +1 -1
  18. package/core/buddy/dist/{chunk-7b24d1e3e585766e.js → chunk-6658b07ce4c24cac.js} +62 -1
  19. package/core/buddy/dist/cli.js +1 -1
  20. package/core/buddy/dist/index.js +1 -1
  21. package/core/buddy/package.json +1 -1
  22. package/core/buddy/src/commands/build.ts +25 -25
  23. package/core/buddy/src/commands/deploy.ts +1 -1
  24. package/core/buddy/src/commands/dev.ts +33 -34
  25. package/core/buddy/src/commands/upgrade.ts +23 -24
  26. package/core/build/package.json +1 -1
  27. package/core/bun-create/bud/package.json +1 -1
  28. package/core/bun-create/buddy/package.json +1 -1
  29. package/core/bun-create/stack/package.json +1 -1
  30. package/core/bun-create/stacks/package.json +1 -1
  31. package/core/bun-create/stx/package.json +1 -1
  32. package/core/bun-create/tmp.json +0 -0
  33. package/core/bun-plugin-yaml/package.json +4 -4
  34. package/core/cache/package.json +4 -4
  35. package/core/chat/package.json +10 -10
  36. package/core/cli/dist/index.js +27 -20
  37. package/core/cli/package.json +1 -1
  38. package/core/cli/src/console.ts +18 -18
  39. package/core/cli/src/exec.ts +9 -6
  40. package/core/cli/src/parse.ts +3 -3
  41. package/core/cloud/dist/index.js +2 -2
  42. package/core/cloud/package.json +2 -2
  43. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +1 -1
  44. package/core/cloud/src/cloud/dashboard.ts +86 -85
  45. package/core/cloud/src/cloud/docs.ts +2 -2
  46. package/core/cloud/src/cloud/router-layer/nodejs/package.json +2 -2
  47. package/core/cloud/zip.ts +1 -1
  48. package/core/collections/package.json +2 -2
  49. package/core/collections/tmp.json +0 -0
  50. package/core/config/dist/index.js +3 -3
  51. package/core/config/package.json +1 -1
  52. package/core/config/src/defaults.ts +4 -2
  53. package/core/database/package.json +1 -1
  54. package/core/database/src/kysely-bun-worker/worker.ts +0 -1
  55. package/core/datetime/package.json +1 -1
  56. package/core/desktop/package.json +1 -1
  57. package/core/development/package.json +1 -1
  58. package/core/dns/package.json +13 -13
  59. package/core/docs/package.json +1 -1
  60. package/core/email/package.json +2 -1
  61. package/core/email/src/server/converter.ts +19 -19
  62. package/core/email/src/server/inbound.ts +24 -8
  63. package/core/email/src/server/outbound.ts +17 -17
  64. package/core/enums/package.json +1 -1
  65. package/core/env/dist/index.js +1 -1
  66. package/core/env/package.json +4 -4
  67. package/core/env/tmp.json +0 -0
  68. package/core/error-handling/package.json +1 -1
  69. package/core/eslint-config/build.ts +1 -1
  70. package/core/eslint-config/package.json +3 -1
  71. package/core/eslint-config/test/cli.spec.ts +2 -1
  72. package/core/eslint-config/tsconfig.json +2 -2
  73. package/core/events/package.json +1 -1
  74. package/core/faker/package.json +1 -1
  75. package/core/git/package.json +1 -1
  76. package/core/health/package.json +1 -1
  77. package/core/http/package.json +1 -1
  78. package/core/lint/package.json +1 -1
  79. package/core/logging/build.ts +1 -1
  80. package/core/logging/dist/index.js +13 -11043
  81. package/core/logging/package.json +5 -5
  82. package/core/notifications/package.json +1 -1
  83. package/core/objects/package.json +1 -1
  84. package/core/orm/package.json +8 -8
  85. package/core/path/dist/index.js +5 -0
  86. package/core/path/package.json +3 -3
  87. package/core/path/src/index.ts +5 -0
  88. package/core/path/tmp.json +0 -0
  89. package/core/payments/package.json +1 -1
  90. package/core/push/package.json +1 -1
  91. package/core/query-builder/package.json +1 -1
  92. package/core/queue/package.json +2 -2
  93. package/core/queue/tmp.json +0 -0
  94. package/core/raycast/package.json +1 -1
  95. package/core/raycast/tmp.json +0 -0
  96. package/core/realtime/package.json +1 -1
  97. package/core/repl/package.json +4 -4
  98. package/core/router/dist/index.js +4 -0
  99. package/core/router/package.json +1 -1
  100. package/core/scheduler/package.json +3 -2
  101. package/core/scheduler/tests/cron.test.ts +11 -9
  102. package/core/search-engine/package.json +1 -1
  103. package/core/security/package.json +9 -9
  104. package/core/server/package.json +1 -1
  105. package/core/signals/package.json +1 -1
  106. package/core/slug/package.json +1 -1
  107. package/core/sms/package.json +11 -11
  108. package/core/storage/package.json +13 -13
  109. package/core/strings/package.json +1 -1
  110. package/core/tables/package.json +6 -6
  111. package/core/testing/package.json +6 -4
  112. package/core/tinker/package.json +4 -4
  113. package/core/tunnel/package.json +1 -1
  114. package/core/types/package.json +1 -1
  115. package/core/types/src/app.ts +1 -1
  116. package/core/types/src/docs.ts +3 -3
  117. package/core/types/src/team.ts +1 -1
  118. package/core/ui/package.json +2 -2
  119. package/core/utils/dist/index.js +15 -13
  120. package/core/utils/package.json +21 -21
  121. package/core/utils/src/clean.ts +3 -3
  122. package/core/utils/src/hash.ts +9 -9
  123. package/core/validation/package.json +7 -7
  124. package/core/vite/dist/index.js +1 -1
  125. package/core/vite/package.json +1 -1
  126. package/core/vite/src/example-wc.ts +1 -4
  127. package/core/vite/src/plugin/auto-imports.ts +1 -2
  128. package/core/vite/src/plugin/components.ts +1 -2
  129. package/core/vite/src/plugin/docs.ts +1 -1
  130. package/core/whois/package.json +4 -4
  131. package/core/x-ray/package.json +4 -4
  132. package/core/zsh-buddy/package.json +3 -3
  133. package/ide/vscode/package.json +3 -4
  134. package/package.json +1 -1
  135. package/core/cloud/cdk.json +0 -62
  136. package/core/cloud/deploy.ts +0 -85
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/logging",
3
3
  "type": "module",
4
- "version": "0.58.59",
4
+ "version": "0.58.61",
5
5
  "description": "The Stacks logging system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -48,12 +48,12 @@
48
48
  "prepublishOnly": "bun --bun run build"
49
49
  },
50
50
  "peerDependencies": {
51
- "@stacksjs/cli": "workspace:*",
52
- "@stacksjs/error-handling": "workspace:*"
51
+ "@stacksjs/cli": "latest",
52
+ "@stacksjs/error-handling": "latest"
53
53
  },
54
54
  "dependencies": {
55
- "@stacksjs/cli": "workspace:*",
56
- "@stacksjs/error-handling": "workspace:*",
55
+ "@stacksjs/cli": "latest",
56
+ "@stacksjs/error-handling": "latest",
57
57
  "consola": "^3.2.3"
58
58
  },
59
59
  "devDependencies": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/notifications",
3
3
  "type": "module",
4
- "version": "0.58.59",
4
+ "version": "0.58.61",
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.59",
4
+ "version": "0.58.61",
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.59",
4
+ "version": "0.58.61",
5
5
  "description": "The Stacks ORM integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -45,16 +45,16 @@
45
45
  "prepublishOnly": "bun --bun run build"
46
46
  },
47
47
  "peerDependencies": {
48
- "@stacksjs/config": "workspace:*",
49
- "@stacksjs/query-builder": "workspace:*",
50
- "@stacksjs/types": "workspace:*"
48
+ "@stacksjs/config": "latest",
49
+ "@stacksjs/query-builder": "latest",
50
+ "@stacksjs/types": "latest"
51
51
  },
52
52
  "dependencies": {
53
- "@stacksjs/config": "workspace:*",
54
- "@stacksjs/query-builder": "workspace:*",
55
- "@stacksjs/types": "workspace:*"
53
+ "@stacksjs/config": "latest",
54
+ "@stacksjs/query-builder": "latest",
55
+ "@stacksjs/types": "latest"
56
56
  },
57
57
  "devDependencies": {
58
- "@stacksjs/development": "workspace:*"
58
+ "@stacksjs/development": "latest"
59
59
  }
60
60
  }
@@ -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.59",
4
+ "version": "0.58.61",
5
5
  "description": "The Stacks path.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -46,10 +46,10 @@
46
46
  "prepublishOnly": "bun --bun run build"
47
47
  },
48
48
  "dependencies": {
49
- "@stacksjs/validation": "workspace:*",
49
+ "@stacksjs/validation": "latest",
50
50
  "pathe": "^1.1.2"
51
51
  },
52
52
  "devDependencies": {
53
- "@stacksjs/development": "workspace:*"
53
+ "@stacksjs/development": "latest"
54
54
  }
55
55
  }
@@ -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,
File without changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/payments",
3
3
  "type": "module",
4
- "version": "0.58.59",
4
+ "version": "0.58.61",
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.59",
4
+ "version": "0.58.61",
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.59",
4
+ "version": "0.58.61",
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.59",
4
+ "version": "0.58.61",
5
5
  "description": "The Stacks Queue system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -51,6 +51,6 @@
51
51
  "prepublishOnly": "bun --bun run build"
52
52
  },
53
53
  "devDependencies": {
54
- "@stacksjs/development": "workspace:*"
54
+ "@stacksjs/development": "latest"
55
55
  }
56
56
  }
File without changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks-raycast",
3
3
  "type": "module",
4
- "version": "0.58.59",
4
+ "version": "0.58.61",
5
5
  "description": "The Stacks Raycast plugin.",
6
6
  "scripts": {
7
7
  "build": "echo 'No build step required yet.'"
File without changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/realtime",
3
3
  "type": "module",
4
- "version": "0.58.59",
4
+ "version": "0.58.61",
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.59",
4
+ "version": "0.58.61",
5
5
  "description": "A Stacks optimized TS & Vue REPL.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -49,12 +49,12 @@
49
49
  "prepublishOnly": "bun --bun run build"
50
50
  },
51
51
  "peerDependencies": {
52
- "@stacksjs/tinker": "workspace:*"
52
+ "@stacksjs/tinker": "latest"
53
53
  },
54
54
  "dependencies": {
55
- "@stacksjs/tinker": "workspace:*"
55
+ "@stacksjs/tinker": "latest"
56
56
  },
57
57
  "devDependencies": {
58
- "@stacksjs/development": "workspace:*"
58
+ "@stacksjs/development": "latest"
59
59
  }
60
60
  }
@@ -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,
@@ -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",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/scheduler",
3
3
  "type": "module",
4
- "version": "0.58.59",
4
+ "version": "0.58.61",
5
5
  "description": "The Stacks scheduler.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -54,7 +54,8 @@
54
54
  "luxon": "^3.4.4"
55
55
  },
56
56
  "devDependencies": {
57
- "@stacksjs/development": "workspace:*",
57
+ "@fast-check/jest": "^1.8.0",
58
+ "@stacksjs/development": "latest",
58
59
  "sinon": "^17.0.1"
59
60
  }
60
61
  }
@@ -1,5 +1,7 @@
1
1
  /* eslint-disable no-new */
2
2
  import { DateTime } from 'luxon'
3
+
4
+ // @ts-expect-error types aren't there
3
5
  import sinon from 'sinon'
4
6
  import { CronJob, CronTime } from '../src'
5
7
 
@@ -19,7 +21,7 @@ describe('cron', () => {
19
21
  expect(callback).toHaveBeenCalledTimes(1)
20
22
  })
21
23
 
22
- it('should run second with onComplete (* * * * * *)', (done) => {
24
+ it('should run second with onComplete (* * * * * *)', (done: any) => {
23
25
  const clock = sinon.useFakeTimers()
24
26
  const callback = jest.fn()
25
27
 
@@ -63,7 +65,7 @@ describe('cron', () => {
63
65
  expect(callback).toHaveBeenCalledTimes(5)
64
66
  })
65
67
 
66
- it('should run every second for 5 seconds with onComplete (* * * * * *)', (done) => {
68
+ it('should run every second for 5 seconds with onComplete (* * * * * *)', (done: any) => {
67
69
  const callback = jest.fn()
68
70
  const clock = sinon.useFakeTimers()
69
71
  const job = new CronJob(
@@ -110,7 +112,7 @@ describe('cron', () => {
110
112
  expect(callback).toHaveBeenCalledTimes(2)
111
113
  })
112
114
 
113
- it('should run every second for 5 seconds with onComplete (*/1 * * * * *)', (done) => {
115
+ it('should run every second for 5 seconds with onComplete (*/1 * * * * *)', (done: any) => {
114
116
  const clock = sinon.useFakeTimers()
115
117
  const callback = jest.fn()
116
118
  const job = new CronJob(
@@ -137,7 +139,7 @@ describe('cron', () => {
137
139
  expect(callback).toHaveBeenCalledTimes(8)
138
140
  })
139
141
 
140
- it('should run every second for a range ([start]-[end] * * * * *) with onComplete', (done) => {
142
+ it('should run every second for a range ([start]-[end] * * * * *) with onComplete', (done: any) => {
141
143
  const clock = sinon.useFakeTimers()
142
144
  const callback = jest.fn()
143
145
  const job = new CronJob(
@@ -154,7 +156,7 @@ describe('cron', () => {
154
156
  clock.restore()
155
157
  })
156
158
 
157
- it('should default to full range when upper range not provided (1/2 * * * * *)', (done) => {
159
+ it('should default to full range when upper range not provided (1/2 * * * * *)', (done: any) => {
158
160
  const clock = sinon.useFakeTimers()
159
161
  const callback = jest.fn()
160
162
  const job = new CronJob(
@@ -185,7 +187,7 @@ describe('cron', () => {
185
187
  expect(callback).toHaveBeenCalledTimes(1)
186
188
  })
187
189
 
188
- it('should run every second with onComplete (* * * * * *) using the object constructor', (done) => {
190
+ it('should run every second with onComplete (* * * * * *) using the object constructor', (done: any) => {
189
191
  const clock = sinon.useFakeTimers()
190
192
  const callback = jest.fn()
191
193
  const job = CronJob.from({
@@ -236,7 +238,7 @@ describe('cron', () => {
236
238
  expect(callback).toHaveBeenCalledTimes(4)
237
239
  })
238
240
 
239
- it('should run every 45 minutes for 2 hours (0 */45 * * * *) with onComplete', (done) => {
241
+ it('should run every 45 minutes for 2 hours (0 */45 * * * *) with onComplete', (done: any) => {
240
242
  const clock = sinon.useFakeTimers()
241
243
  const callback = jest.fn()
242
244
  const job = new CronJob(
@@ -254,7 +256,7 @@ describe('cron', () => {
254
256
  })
255
257
  })
256
258
 
257
- it('should start and stop job from outside', (done) => {
259
+ it('should start and stop job from outside', (done: any) => {
258
260
  const clock = sinon.useFakeTimers()
259
261
  const callback = jest.fn()
260
262
  const job = new CronJob(
@@ -273,7 +275,7 @@ describe('cron', () => {
273
275
  job.stop()
274
276
  })
275
277
 
276
- it('should start and stop job from inside (default context)', (done) => {
278
+ it('should start and stop job from inside (default context)', (done: any) => {
277
279
  const clock = sinon.useFakeTimers()
278
280
  const callback = jest.fn()
279
281
  new CronJob(
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/search-engine",
3
3
  "type": "module",
4
- "version": "0.58.59",
4
+ "version": "0.58.61",
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.59",
4
+ "version": "0.58.61",
5
5
  "description": "The Stacks framework security.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -47,20 +47,20 @@
47
47
  "prepublishOnly": "bun --bun run build"
48
48
  },
49
49
  "peerDependencies": {
50
- "@stacksjs/config": "workspace:*",
51
- "@stacksjs/types": "workspace:*",
52
- "@stacksjs/validation": "workspace:*"
50
+ "@stacksjs/config": "latest",
51
+ "@stacksjs/types": "latest",
52
+ "@stacksjs/validation": "latest"
53
53
  },
54
54
  "dependencies": {
55
- "@stacksjs/config": "workspace:*",
56
- "@stacksjs/env": "workspace:*",
57
- "@stacksjs/types": "workspace:*",
58
- "@stacksjs/validation": "workspace:*",
55
+ "@stacksjs/config": "latest",
56
+ "@stacksjs/env": "latest",
57
+ "@stacksjs/types": "latest",
58
+ "@stacksjs/validation": "latest",
59
59
  "bcryptjs": "^2.4.3",
60
60
  "crypto-js": "^4.2.0",
61
61
  "js-base64": "^3.7.6"
62
62
  },
63
63
  "devDependencies": {
64
- "@stacksjs/development": "workspace:*"
64
+ "@stacksjs/development": "latest"
65
65
  }
66
66
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/server",
3
3
  "type": "module",
4
- "version": "0.58.59",
4
+ "version": "0.58.61",
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.59",
4
+ "version": "0.58.61",
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.59",
4
+ "version": "0.58.61",
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.59",
4
+ "version": "0.58.61",
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",
@@ -53,16 +53,16 @@
53
53
  "prepublishOnly": "bun --bun run build"
54
54
  },
55
55
  "peerDependencies": {
56
- "@stacksjs/cli": "workspace:*",
57
- "@stacksjs/config": "workspace:*",
58
- "@stacksjs/error-handling": "workspace:*",
59
- "@stacksjs/types": "workspace:*"
56
+ "@stacksjs/cli": "latest",
57
+ "@stacksjs/config": "latest",
58
+ "@stacksjs/error-handling": "latest",
59
+ "@stacksjs/types": "latest"
60
60
  },
61
61
  "dependencies": {
62
- "@stacksjs/cli": "workspace:*",
63
- "@stacksjs/config": "workspace:*",
64
- "@stacksjs/error-handling": "workspace:*",
65
- "@stacksjs/types": "workspace:*"
62
+ "@stacksjs/cli": "latest",
63
+ "@stacksjs/config": "latest",
64
+ "@stacksjs/error-handling": "latest",
65
+ "@stacksjs/types": "latest"
66
66
  },
67
67
  "optionalDependencies": {
68
68
  "@novu/gupshup": "^0.23.1",
@@ -77,7 +77,7 @@
77
77
  "@novu/twilio": "^0.23.1"
78
78
  },
79
79
  "devDependencies": {
80
- "@stacksjs/config": "workspace:*",
81
- "@stacksjs/development": "workspace:*"
80
+ "@stacksjs/config": "latest",
81
+ "@stacksjs/development": "latest"
82
82
  }
83
83
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/storage",
3
3
  "type": "module",
4
- "version": "0.58.59",
4
+ "version": "0.58.61",
5
5
  "description": "The Stacks file system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -51,21 +51,21 @@
51
51
  "prepublishOnly": "bun --bun run build"
52
52
  },
53
53
  "peerDependencies": {
54
- "@stacksjs/arrays": "workspace:*",
55
- "@stacksjs/cli": "workspace:*",
56
- "@stacksjs/error-handling": "workspace:*",
57
- "@stacksjs/path": "workspace:*",
58
- "@stacksjs/strings": "workspace:*",
59
- "@stacksjs/types": "workspace:*",
54
+ "@stacksjs/arrays": "latest",
55
+ "@stacksjs/cli": "latest",
56
+ "@stacksjs/error-handling": "latest",
57
+ "@stacksjs/path": "latest",
58
+ "@stacksjs/strings": "latest",
59
+ "@stacksjs/types": "latest",
60
60
  "@types/archiver": "^6.0.2",
61
61
  "archiver": "^6.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@stacksjs/arrays": "workspace:*",
65
- "@stacksjs/error-handling": "workspace:*",
66
- "@stacksjs/path": "workspace:*",
67
- "@stacksjs/strings": "workspace:*",
68
- "@stacksjs/types": "workspace:*",
64
+ "@stacksjs/arrays": "latest",
65
+ "@stacksjs/error-handling": "latest",
66
+ "@stacksjs/path": "latest",
67
+ "@stacksjs/strings": "latest",
68
+ "@stacksjs/types": "latest",
69
69
  "@types/archiver": "^6.0.2",
70
70
  "archiver": "^6.0.1",
71
71
  "fast-glob": "^3.3.2",
@@ -73,6 +73,6 @@
73
73
  "unstorage": "^1.10.1"
74
74
  },
75
75
  "devDependencies": {
76
- "@stacksjs/development": "workspace:*"
76
+ "@stacksjs/development": "latest"
77
77
  }
78
78
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/strings",
3
3
  "type": "module",
4
- "version": "0.58.59",
4
+ "version": "0.58.61",
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.59",
3
+ "version": "0.58.61",
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",
@@ -33,10 +33,10 @@
33
33
  "dev:components": "vite -c vite.config.ts"
34
34
  },
35
35
  "peerDependencies": {
36
- "@stacksjs/search-engine": "workspace:*",
37
- "@stacksjs/server": "workspace:*",
38
- "@stacksjs/types": "workspace:*",
39
- "@stacksjs/utils": "workspace:*",
36
+ "@stacksjs/search-engine": "latest",
37
+ "@stacksjs/server": "latest",
38
+ "@stacksjs/types": "latest",
39
+ "@stacksjs/utils": "latest",
40
40
  "@vueform/multiselect": "^2.6.6",
41
41
  "meilisearch": "^0.37.0"
42
42
  },
@@ -44,7 +44,7 @@
44
44
  "vite": "^5.1.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@stacksjs/development": "workspace:*"
47
+ "@stacksjs/development": "latest"
48
48
  },
49
49
  "lint-staged": {
50
50
  "*.{js,jsx,ts,tsx,vue}": "eslint --fix"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/testing",
3
3
  "type": "module",
4
- "version": "0.58.59",
4
+ "version": "0.58.61",
5
5
  "description": "The Stacks way of testing.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -52,12 +52,14 @@
52
52
  "prepublishOnly": "bun --bun run build"
53
53
  },
54
54
  "peerDependencies": {
55
- "@playwright/test": "^1.41.2"
55
+ "@playwright/test": "^1.41.2",
56
+ "vitest": "^1.2.2"
56
57
  },
57
58
  "dependencies": {
58
- "@playwright/test": "^1.41.2"
59
+ "@playwright/test": "^1.41.2",
60
+ "vitest": "^1.2.2"
59
61
  },
60
62
  "devDependencies": {
61
- "@stacksjs/development": "workspace:*"
63
+ "@stacksjs/development": "latest"
62
64
  }
63
65
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/tinker",
3
3
  "type": "module",
4
- "version": "0.58.59",
4
+ "version": "0.58.61",
5
5
  "description": "All you need to tinker.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -38,10 +38,10 @@
38
38
  "typecheck": "bun --bun tsc --noEmit"
39
39
  },
40
40
  "peerDependencies": {
41
- "@stacksjs/desktop": "workspace:*",
42
- "@stacksjs/repl": "workspace:*"
41
+ "@stacksjs/desktop": "latest",
42
+ "@stacksjs/repl": "latest"
43
43
  },
44
44
  "devDependencies": {
45
- "@stacksjs/development": "workspace:*"
45
+ "@stacksjs/development": "latest"
46
46
  }
47
47
  }