stacks 0.58.52 → 0.58.53

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 (85) hide show
  1. package/core/actions/dist/src/upgrade.js +1 -1
  2. package/core/actions/package.json +1 -1
  3. package/core/ai/dist/index.js +28 -130
  4. package/core/ai/package.json +3 -3
  5. package/core/alias/package.json +1 -1
  6. package/core/analytics/package.json +1 -1
  7. package/core/api/package.json +1 -1
  8. package/core/arrays/package.json +1 -1
  9. package/core/auth/package.json +1 -1
  10. package/core/buddy/package.json +1 -1
  11. package/core/build/package.json +1 -1
  12. package/core/bun-create/bud/package.json +1 -1
  13. package/core/bun-create/buddy/package.json +1 -1
  14. package/core/bun-create/stack/package.json +1 -1
  15. package/core/bun-create/stacks/package.json +1 -1
  16. package/core/bun-create/stx/package.json +1 -1
  17. package/core/bun-plugin-yaml/package.json +1 -1
  18. package/core/cache/package.json +2 -2
  19. package/core/chat/package.json +1 -1
  20. package/core/cli/dist/index.js +1 -1
  21. package/core/cli/package.json +1 -1
  22. package/core/cloud/package.json +29 -29
  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/router-layer/nodejs/package.json +1 -1
  26. package/core/collections/package.json +1 -1
  27. package/core/config/package.json +1 -1
  28. package/core/database/package.json +1 -1
  29. package/core/datetime/package.json +1 -1
  30. package/core/desktop/package.json +1 -1
  31. package/core/development/package.json +1 -1
  32. package/core/dns/package.json +4 -4
  33. package/core/docs/package.json +1 -1
  34. package/core/email/package.json +3 -3
  35. package/core/enums/package.json +1 -1
  36. package/core/env/package.json +1 -1
  37. package/core/error-handling/package.json +1 -1
  38. package/core/eslint-config/package.json +7 -7
  39. package/core/events/package.json +1 -1
  40. package/core/faker/package.json +1 -1
  41. package/core/git/package.json +1 -1
  42. package/core/health/package.json +1 -1
  43. package/core/http/package.json +1 -1
  44. package/core/lint/package.json +3 -3
  45. package/core/logging/package.json +1 -1
  46. package/core/notifications/package.json +2 -2
  47. package/core/objects/package.json +1 -1
  48. package/core/orm/package.json +1 -1
  49. package/core/path/package.json +1 -1
  50. package/core/payments/dist/index.js +1 -4
  51. package/core/payments/package.json +2 -2
  52. package/core/push/package.json +1 -1
  53. package/core/query-builder/package.json +1 -1
  54. package/core/queue/package.json +1 -1
  55. package/core/raycast/package.json +1 -1
  56. package/core/realtime/package.json +1 -1
  57. package/core/repl/package.json +1 -1
  58. package/core/router/package.json +1 -1
  59. package/core/scheduler/package.json +1 -1
  60. package/core/scheduler/tests/cron.fuzz.ts +1 -1
  61. package/core/scheduler/tests/cron.test.ts +3 -3
  62. package/core/search-engine/package.json +1 -1
  63. package/core/security/package.json +1 -1
  64. package/core/server/package.json +1 -1
  65. package/core/signals/package.json +1 -1
  66. package/core/slug/package.json +1 -1
  67. package/core/sms/package.json +1 -1
  68. package/core/storage/package.json +1 -1
  69. package/core/strings/package.json +2 -2
  70. package/core/tables/package.json +1 -1
  71. package/core/testing/package.json +1 -1
  72. package/core/tinker/package.json +1 -1
  73. package/core/tunnel/package.json +1 -1
  74. package/core/types/package.json +1 -1
  75. package/core/ui/package.json +2 -2
  76. package/core/utils/dist/index.js +1 -1
  77. package/core/utils/package.json +1 -1
  78. package/core/validation/package.json +1 -1
  79. package/core/vite/dist/index.js +1 -1
  80. package/core/vite/package.json +1 -1
  81. package/core/whois/package.json +1 -1
  82. package/core/x-ray/package.json +1 -1
  83. package/core/zsh-buddy/package.json +1 -1
  84. package/ide/vscode/package.json +1 -1
  85. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/config",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
5
5
  "description": "The Stacks config helper methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/database",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
5
5
  "description": "The Stacks database integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
5
5
  "description": "The Stacks datetime helpers.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/desktop",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
5
5
  "description": "The Stacks Desktop engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/development",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
5
5
  "description": "Easily manage your DNS.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -51,8 +51,8 @@
51
51
  "prepublishOnly": "bun --bun run build"
52
52
  },
53
53
  "peerDependencies": {
54
- "@aws-sdk/client-route-53": "^3.504.0",
55
- "@aws-sdk/client-route-53-domains": "^3.504.0",
54
+ "@aws-sdk/client-route-53": "^3.507.0",
55
+ "@aws-sdk/client-route-53-domains": "^3.507.0",
56
56
  "@stacksjs/actions": "workspace:*",
57
57
  "@stacksjs/error-handling": "workspace:*",
58
58
  "@stacksjs/path": "workspace:*",
@@ -61,7 +61,7 @@
61
61
  "aws-cdk-lib": "^2.126.0"
62
62
  },
63
63
  "dependencies": {
64
- "@aws-sdk/client-route-53": "^3.504.0",
64
+ "@aws-sdk/client-route-53": "^3.507.0",
65
65
  "@stacksjs/actions": "workspace:*",
66
66
  "@stacksjs/error-handling": "workspace:*",
67
67
  "@stacksjs/path": "workspace:*",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/docs",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
5
5
  "description": "The Stacks way to document.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/email",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
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",
@@ -57,14 +57,14 @@
57
57
  "prepublishOnly": "bun --bun run build"
58
58
  },
59
59
  "peerDependencies": {
60
- "@maizzle/framework": "^4.7.4",
60
+ "@maizzle/framework": "^4.7.5",
61
61
  "@stacksjs/cli": "workspace:*",
62
62
  "@stacksjs/config": "workspace:*",
63
63
  "@stacksjs/error-handling": "workspace:*",
64
64
  "@stacksjs/types": "workspace:*"
65
65
  },
66
66
  "dependencies": {
67
- "@maizzle/framework": "^4.7.4",
67
+ "@maizzle/framework": "^4.7.5",
68
68
  "@novu/stateless": "^0.23.0",
69
69
  "@stacksjs/cli": "workspace:*",
70
70
  "@stacksjs/config": "workspace:*",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/enums",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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",
@@ -71,16 +71,16 @@
71
71
  "@eslint-types/typescript-eslint": "^6.19.1",
72
72
  "@eslint-types/unicorn": "^50.0.1",
73
73
  "@stacksjs/cli": "workspace:*",
74
- "@stylistic/eslint-plugin": "^1.5.4",
75
- "@typescript-eslint/eslint-plugin": "^6.20.0",
76
- "@typescript-eslint/parser": "^6.20.0",
74
+ "@stylistic/eslint-plugin": "^1.6.0",
75
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
76
+ "@typescript-eslint/parser": "^6.21.0",
77
77
  "eslint-config-flat-gitignore": "^0.1.2",
78
78
  "eslint-merge-processors": "^0.1.0",
79
79
  "eslint-parser-plain": "^0.1.0",
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.4",
83
+ "eslint-plugin-jsdoc": "^48.0.5",
84
84
  "eslint-plugin-jsonc": "^2.13.0",
85
85
  "eslint-plugin-markdown": "^3.0.1",
86
86
  "eslint-plugin-n": "^16.6.2",
@@ -104,7 +104,7 @@
104
104
  "devDependencies": {
105
105
  "@stacksjs/eslint-config": "workspace:*",
106
106
  "@stacksjs/utils": "workspace:*",
107
- "@stylistic/eslint-plugin-migrate": "^1.5.4",
107
+ "@stylistic/eslint-plugin-migrate": "^1.6.0",
108
108
  "@types/eslint": "^8.56.2",
109
109
  "@types/node": "^20.11.16",
110
110
  "@unocss/eslint-plugin": "^0.58.5",
@@ -112,7 +112,7 @@
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.1",
115
+ "lint-staged": "^15.2.2",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
5
5
  "description": "The Stacks way to lint.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -53,7 +53,7 @@
53
53
  "@types/eslint": "^8.56.2",
54
54
  "eslint": "^8.56.0",
55
55
  "eslint-ts-patch": "^8.55.0-1",
56
- "lint-staged": "^15.2.1",
56
+ "lint-staged": "^15.2.2",
57
57
  "publint": "^0.2.7"
58
58
  },
59
59
  "dependencies": {
@@ -61,7 +61,7 @@
61
61
  "@types/eslint": "^8.56.2",
62
62
  "eslint": "^8.56.0",
63
63
  "eslint-ts-patch": "^8.55.0-1",
64
- "lint-staged": "^15.2.1",
64
+ "lint-staged": "^15.2.2",
65
65
  "publint": "^0.2.7"
66
66
  },
67
67
  "devDependencies": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/logging",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
5
5
  "description": "The Stacks notifications integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -65,7 +65,7 @@
65
65
  "@stacksjs/types": "workspace:*"
66
66
  },
67
67
  "dependencies": {
68
- "@maizzle/framework": "^4.7.4",
68
+ "@maizzle/framework": "^4.7.5",
69
69
  "@stacksjs/chat": "workspace:*",
70
70
  "@stacksjs/cli": "workspace:*",
71
71
  "@stacksjs/config": "workspace:*",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/objects",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
5
5
  "description": "The Stacks ORM integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/path",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
5
5
  "description": "The Stacks path.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -5956,7 +5956,7 @@ function createWebhooks(platformFunctions) {
5956
5956
 
5957
5957
  // /home/runner/work/stacks/stacks/node_modules/stripe/esm/stripe.core.js
5958
5958
  function createStripe(platformFunctions, requestSender = defaultRequestSenderFactory) {
5959
- Stripe.PACKAGE_VERSION = "14.14.0";
5959
+ Stripe.PACKAGE_VERSION = "14.15.0";
5960
5960
  Stripe.USER_AGENT = Object.assign({ bindings_version: Stripe.PACKAGE_VERSION, lang: "node", publisher: "stripe", uname: null, typescript: false }, determineProcessUserAgentProperties());
5961
5961
  Stripe.StripeResource = StripeResource;
5962
5962
  Stripe.resources = exports_resources;
@@ -5983,9 +5983,6 @@ function createStripe(platformFunctions, requestSender = defaultRequestSenderFac
5983
5983
  this.on = this._emitter.on.bind(this._emitter);
5984
5984
  this.once = this._emitter.once.bind(this._emitter);
5985
5985
  this.off = this._emitter.removeListener.bind(this._emitter);
5986
- if (props.protocol && props.protocol !== "https" && (!props.host || /\.stripe\.com$/.test(props.host))) {
5987
- throw new Error("The `https` protocol must be used when sending requests to `*.stripe.com`");
5988
- }
5989
5986
  const agent = props.httpAgent || null;
5990
5987
  this._api = {
5991
5988
  auth: null,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/payments",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
5
5
  "description": "The Stacks payments package. Currently supporting Stripe.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -52,7 +52,7 @@
52
52
  "dependencies": {
53
53
  "@stacksjs/utils": "workspace:*",
54
54
  "@stripe/stripe-js": "^2.4.0",
55
- "stripe": "^14.14.0"
55
+ "stripe": "^14.15.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@stacksjs/config": "workspace:*",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/push",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
5
5
  "description": "The Stacks scheduler.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -33,7 +33,7 @@ function testCronJob(
33
33
  try {
34
34
  const job = new CronJob(
35
35
  cronTime,
36
- () => {},
36
+ () => { },
37
37
  null,
38
38
  start,
39
39
  (tzOrOffset ? timeZone : null) as typeof tzOrOffset extends true
@@ -570,7 +570,7 @@ describe('cron', () => {
570
570
  expect(() => {
571
571
  CronJob.from({
572
572
  cronTime: '* * * * * *',
573
- onTick: () => {},
573
+ onTick: () => { },
574
574
  timeZone: 'fake/timezone',
575
575
  })
576
576
  }).toThrow()
@@ -1194,7 +1194,7 @@ describe('cron', () => {
1194
1194
  // @ts-expect-error testing runtime exception
1195
1195
  new CronJob(
1196
1196
  `* * * * *`,
1197
- () => {},
1197
+ () => { },
1198
1198
  null,
1199
1199
  true,
1200
1200
  'America/Chicago',
@@ -1210,7 +1210,7 @@ describe('cron', () => {
1210
1210
  // @ts-expect-error testing runtime exception
1211
1211
  CronJob.from({
1212
1212
  cronTime: '* * * * * *',
1213
- onTick() {},
1213
+ onTick() { },
1214
1214
  timeZone: 'America/Chicago',
1215
1215
  utcOffset: 120,
1216
1216
  })
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/search-engine",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
5
5
  "description": "The Stacks string utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -77,6 +77,6 @@
77
77
  },
78
78
  "devDependencies": {
79
79
  "@stacksjs/development": "workspace:*",
80
- "@types/validator": "^13.11.8"
80
+ "@types/validator": "^13.11.9"
81
81
  }
82
82
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stacksjs/tables",
3
- "version": "0.58.52",
3
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
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.52",
4
+ "version": "0.58.53",
5
5
  "description": "Local development tunnel.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.53",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",