stacks 0.58.44 → 0.58.45

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 (82) 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 +3 -3
  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 +2 -2
  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/package.json +30 -30
  22. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
  23. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
  24. package/core/collections/package.json +1 -1
  25. package/core/config/package.json +1 -1
  26. package/core/database/package.json +1 -1
  27. package/core/datetime/package.json +1 -1
  28. package/core/desktop/package.json +1 -1
  29. package/core/development/package.json +4 -4
  30. package/core/dns/package.json +4 -4
  31. package/core/docs/package.json +1 -1
  32. package/core/email/package.json +1 -1
  33. package/core/enums/package.json +1 -1
  34. package/core/env/package.json +1 -1
  35. package/core/error-handling/package.json +1 -1
  36. package/core/eslint-config/package.json +5 -4
  37. package/core/events/package.json +1 -1
  38. package/core/faker/package.json +1 -1
  39. package/core/git/package.json +1 -1
  40. package/core/health/package.json +1 -1
  41. package/core/http/package.json +1 -1
  42. package/core/lint/package.json +3 -3
  43. package/core/logging/package.json +1 -1
  44. package/core/notifications/package.json +1 -1
  45. package/core/objects/package.json +1 -1
  46. package/core/orm/package.json +1 -1
  47. package/core/path/package.json +1 -1
  48. package/core/payments/package.json +1 -1
  49. package/core/push/package.json +1 -1
  50. package/core/query-builder/package.json +1 -1
  51. package/core/queue/package.json +1 -1
  52. package/core/raycast/package.json +1 -1
  53. package/core/realtime/package.json +1 -1
  54. package/core/repl/package.json +1 -1
  55. package/core/router/package.json +1 -1
  56. package/core/scheduler/package.json +1 -1
  57. package/core/search-engine/package.json +1 -1
  58. package/core/security/package.json +1 -1
  59. package/core/server/package.json +1 -1
  60. package/core/signals/package.json +1 -1
  61. package/core/slug/package.json +1 -1
  62. package/core/sms/package.json +1 -1
  63. package/core/storage/package.json +1 -1
  64. package/core/strings/package.json +1 -1
  65. package/core/tables/package.json +1 -1
  66. package/core/testing/package.json +1 -1
  67. package/core/tinker/package.json +1 -1
  68. package/core/tunnel/package.json +1 -1
  69. package/core/types/package.json +2 -2
  70. package/core/ui/package.json +1 -1
  71. package/core/utils/dist/index.js +1 -1
  72. package/core/utils/package.json +1 -1
  73. package/core/validation/package.json +1 -1
  74. package/core/vite/dist/index.js +1 -1
  75. package/core/vite/package.json +1 -1
  76. package/core/whois/package.json +1 -1
  77. package/core/x-ray/package.json +1 -1
  78. package/core/zsh-buddy/package.json +2 -2
  79. package/ide/vscode/package.json +1 -1
  80. package/package.json +1 -1
  81. package/vcs/github/workflows/ci.yml +41 -19
  82. package/vcs/github/workflows/release.yml +19 -7
@@ -6,7 +6,7 @@ import {log} from "@stacksjs/logging";
6
6
  import {projectPath} from "@stacksjs/path";
7
7
  import * as storage from "@stacksjs/storage";
8
8
  // package.json
9
- var version = "0.58.44";
9
+ var version = "0.58.45";
10
10
 
11
11
  // src/upgrade.ts
12
12
  function checkForUncommittedChanges(options2) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/actions",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks actions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ai",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Stacks Artificial Intelligence.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -48,10 +48,10 @@
48
48
  "prepublishOnly": "bun --bun run build"
49
49
  },
50
50
  "peerDependencies": {
51
- "@aws-sdk/client-bedrock-runtime": "^3.502.0"
51
+ "@aws-sdk/client-bedrock-runtime": "^3.503.1"
52
52
  },
53
53
  "dependencies": {
54
- "@aws-sdk/client-bedrock-runtime": "^3.502.0"
54
+ "@aws-sdk/client-bedrock-runtime": "^3.503.1"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@stacksjs/development": "workspace:*"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/alias",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks aliases.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/analytics",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Stacks Analytics. Privacy-friendly.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/api",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks array utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/arrays",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks array utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/auth",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "A more simplistic way to authenticate.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Meet Buddy. The Stacks runtime.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/build",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks framework build tools and configurations.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/bud",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/buddy",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stack",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stacks",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stx",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bun-plugin-yaml",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "A Bun plugin to load yaml files",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cache",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Caching the Stacks way.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -56,7 +56,7 @@
56
56
  "@stacksjs/config": "workspace:*"
57
57
  },
58
58
  "optionalDependencies": {
59
- "@aws-sdk/client-dynamodb": "^3.502.0",
59
+ "@aws-sdk/client-dynamodb": "^3.503.1",
60
60
  "ioredis": "^5.3.2"
61
61
  },
62
62
  "devDependencies": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/chat",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Easily interact with chat APIs.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -14,7 +14,7 @@ async function installStack(name, options) {
14
14
  // src/cli.ts
15
15
  import cac from "cac";
16
16
  // package.json
17
- var version = "0.58.44";
17
+ var version = "0.58.45";
18
18
 
19
19
  // src/cli.ts
20
20
  function cli(name, options) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cli",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cloud",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks cloud/serverless integration & implementation.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -54,20 +54,20 @@
54
54
  "prepublishOnly": "bun run build"
55
55
  },
56
56
  "peerDependencies": {
57
- "@aws-sdk/client-bedrock": "^3.502.0",
58
- "@aws-sdk/client-cloudformation": "^3.502.0",
59
- "@aws-sdk/client-cloudfront": "^3.502.0",
60
- "@aws-sdk/client-cloudwatch-logs": "^3.502.0",
61
- "@aws-sdk/client-ec2": "^3.502.0",
62
- "@aws-sdk/client-efs": "^3.502.0",
63
- "@aws-sdk/client-iam": "^3.502.0",
64
- "@aws-sdk/client-lambda": "^3.502.0",
65
- "@aws-sdk/client-route-53-domains": "^3.502.0",
66
- "@aws-sdk/client-s3": "^3.502.0",
67
- "@aws-sdk/client-ses": "^3.502.0",
68
- "@aws-sdk/client-sesv2": "^3.502.0",
69
- "@aws-sdk/client-ssm": "^3.502.0",
70
- "@aws-sdk/lib-dynamodb": "^3.502.0",
57
+ "@aws-sdk/client-bedrock": "^3.503.1",
58
+ "@aws-sdk/client-cloudformation": "^3.503.1",
59
+ "@aws-sdk/client-cloudfront": "^3.503.1",
60
+ "@aws-sdk/client-cloudwatch-logs": "^3.503.1",
61
+ "@aws-sdk/client-ec2": "^3.503.1",
62
+ "@aws-sdk/client-efs": "^3.503.1",
63
+ "@aws-sdk/client-iam": "^3.503.1",
64
+ "@aws-sdk/client-lambda": "^3.503.1",
65
+ "@aws-sdk/client-route-53-domains": "^3.503.1",
66
+ "@aws-sdk/client-s3": "^3.503.1",
67
+ "@aws-sdk/client-ses": "^3.503.1",
68
+ "@aws-sdk/client-sesv2": "^3.503.1",
69
+ "@aws-sdk/client-ssm": "^3.503.1",
70
+ "@aws-sdk/lib-dynamodb": "^3.503.1",
71
71
  "@stacksjs/config": "workspace:*",
72
72
  "@stacksjs/env": "workspace:*",
73
73
  "@stacksjs/logging": "workspace:*",
@@ -79,20 +79,20 @@
79
79
  "@stacksjs/validation": "workspace:*"
80
80
  },
81
81
  "dependencies": {
82
- "@aws-sdk/client-bedrock": "^3.502.0",
83
- "@aws-sdk/client-cloudformation": "^3.502.0",
84
- "@aws-sdk/client-cloudfront": "^3.502.0",
85
- "@aws-sdk/client-cloudwatch-logs": "^3.502.0",
86
- "@aws-sdk/client-dynamodb": "3.502.0",
87
- "@aws-sdk/client-ec2": "^3.502.0",
88
- "@aws-sdk/client-efs": "^3.502.0",
89
- "@aws-sdk/client-iam": "^3.502.0",
90
- "@aws-sdk/client-lambda": "^3.502.0",
91
- "@aws-sdk/client-route-53-domains": "^3.502.0",
92
- "@aws-sdk/client-s3": "^3.502.0",
93
- "@aws-sdk/client-ses": "^3.502.0",
94
- "@aws-sdk/client-sesv2": "^3.502.0",
95
- "@aws-sdk/client-ssm": "^3.502.0",
82
+ "@aws-sdk/client-bedrock": "^3.503.1",
83
+ "@aws-sdk/client-cloudformation": "^3.503.1",
84
+ "@aws-sdk/client-cloudfront": "^3.503.1",
85
+ "@aws-sdk/client-cloudwatch-logs": "^3.503.1",
86
+ "@aws-sdk/client-dynamodb": "3.503.1",
87
+ "@aws-sdk/client-ec2": "^3.503.1",
88
+ "@aws-sdk/client-efs": "^3.503.1",
89
+ "@aws-sdk/client-iam": "^3.503.1",
90
+ "@aws-sdk/client-lambda": "^3.503.1",
91
+ "@aws-sdk/client-route-53-domains": "^3.503.1",
92
+ "@aws-sdk/client-s3": "^3.503.1",
93
+ "@aws-sdk/client-ses": "^3.503.1",
94
+ "@aws-sdk/client-sesv2": "^3.503.1",
95
+ "@aws-sdk/client-ssm": "^3.503.1",
96
96
  "@stacksjs/config": "workspace:*",
97
97
  "@stacksjs/dns": "workspace:*",
98
98
  "@stacksjs/env": "workspace:*",
@@ -108,7 +108,7 @@
108
108
  "constructs": "^10.3.0"
109
109
  },
110
110
  "devDependencies": {
111
- "@oclif/plugin-plugins": "^4.1.22",
111
+ "@oclif/plugin-plugins": "^4.1.23",
112
112
  "@stacksjs/cli": "workspace:*",
113
113
  "@stacksjs/development": "workspace:*",
114
114
  "@stacksjs/env": "workspace:*",
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "aws-sdk-layer",
3
- "version": "0.58.41",
3
+ "version": "0.58.44",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "aws-sdk-layer",
9
- "version": "0.58.41",
9
+ "version": "0.58.44",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
- "aws-sdk": "^2.1546.0"
12
+ "aws-sdk": "^2.1547.0"
13
13
  }
14
14
  },
15
15
  "node_modules/available-typed-arrays": {
@@ -24,9 +24,9 @@
24
24
  }
25
25
  },
26
26
  "node_modules/aws-sdk": {
27
- "version": "2.1546.0",
28
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1546.0.tgz",
29
- "integrity": "sha512-v9fZehIMQRCvojbD1BNN4YiUjoj/KtD0/7KUPEyTQpuzpD8/QI6CSJx71hC8ad1y8ObDf+OntPvmtvXBnPES5g==",
27
+ "version": "2.1547.0",
28
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1547.0.tgz",
29
+ "integrity": "sha512-jk7u3KtDZ5F20k2X6D2FhndpLGkt3ZuNfRU5crp+fI6B/GFj/S91GJDoZh/Yw3rW+CemY1sFmdFT8ReA2G8WkA==",
30
30
  "dependencies": {
31
31
  "buffer": "4.9.2",
32
32
  "events": "1.1.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-sdk-layer",
3
- "version": "0.58.44",
3
+ "version": "0.58.45",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -10,6 +10,6 @@
10
10
  "test": "echo \"Error: no test specified\" && exit 1"
11
11
  },
12
12
  "dependencies": {
13
- "aws-sdk": "^2.1546.0"
13
+ "aws-sdk": "^2.1547.0"
14
14
  }
15
15
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/collections",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks collections.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/config",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
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.44",
4
+ "version": "0.58.45",
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.44",
4
+ "version": "0.58.45",
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.44",
4
+ "version": "0.58.45",
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.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks development dependencies.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -55,7 +55,7 @@
55
55
  "@stacksjs/tinker": "workspace:*",
56
56
  "@stacksjs/tunnel": "workspace:*",
57
57
  "@stacksjs/types": "workspace:*",
58
- "eslint": "npm:eslint-ts-patch@^8.55.0-1",
58
+ "eslint": "^8.56.0",
59
59
  "typescript": "^5.3.3"
60
60
  },
61
61
  "dependencies": {
@@ -66,12 +66,12 @@
66
66
  "@stacksjs/tinker": "workspace:*",
67
67
  "@stacksjs/tunnel": "workspace:*",
68
68
  "@stacksjs/types": "workspace:*",
69
- "eslint": "npm:eslint-ts-patch@^8.55.0-1",
69
+ "eslint": "^8.56.0",
70
70
  "typescript": "^5.3.3"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@total-typescript/ts-reset": "^0.5.1",
74
- "eslint": "npm:eslint-ts-patch@^8.55.0-1",
74
+ "eslint": "^8.56.0",
75
75
  "eslint-ts-patch": "^8.55.0-1"
76
76
  }
77
77
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/dns",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Easily manage your DNS.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -50,8 +50,8 @@
50
50
  "prepublishOnly": "bun --bun run build"
51
51
  },
52
52
  "peerDependencies": {
53
- "@aws-sdk/client-route-53": "^3.502.0",
54
- "@aws-sdk/client-route-53-domains": "^3.502.0",
53
+ "@aws-sdk/client-route-53": "^3.503.1",
54
+ "@aws-sdk/client-route-53-domains": "^3.503.1",
55
55
  "@stacksjs/actions": "workspace:*",
56
56
  "@stacksjs/error-handling": "workspace:*",
57
57
  "@stacksjs/path": "workspace:*",
@@ -60,7 +60,7 @@
60
60
  "aws-cdk-lib": "^2.124.0"
61
61
  },
62
62
  "dependencies": {
63
- "@aws-sdk/client-route-53": "^3.502.0",
63
+ "@aws-sdk/client-route-53": "^3.503.1",
64
64
  "@stacksjs/actions": "workspace:*",
65
65
  "@stacksjs/error-handling": "workspace:*",
66
66
  "@stacksjs/path": "workspace:*",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/docs",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
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.44",
4
+ "version": "0.58.45",
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.44",
4
+ "version": "0.58.45",
5
5
  "private": true,
6
6
  "description": "Stacks enums.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/env",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "private": true,
6
6
  "description": "Stacks env helper methods.",
7
7
  "author": "Chris Breuer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/error-handling",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
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.44",
4
+ "version": "0.58.45",
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",
@@ -13,6 +13,7 @@
13
13
  ],
14
14
  "exports": {
15
15
  ".": {
16
+ "bun": "./src/index.ts",
16
17
  "import": "./dist/index.js"
17
18
  }
18
19
  },
@@ -32,7 +33,7 @@
32
33
  },
33
34
  "peerDependencies": {
34
35
  "@unocss/eslint-plugin": ">=0.58.4",
35
- "eslint": "npm:eslint-ts-patch@^8.55.0-1",
36
+ "eslint": "^8.56.0",
36
37
  "eslint-plugin-format": "^0.1.0",
37
38
  "eslint-plugin-react": "^7.33.2",
38
39
  "eslint-plugin-react-hooks": "^4.6.0",
@@ -89,7 +90,7 @@
89
90
  "eslint-plugin-unicorn": "^50.0.1",
90
91
  "eslint-plugin-unused-imports": "^3.0.0",
91
92
  "eslint-plugin-vitest": "^0.3.21",
92
- "eslint-plugin-vue": "^9.20.1",
93
+ "eslint-plugin-vue": "^9.21.0",
93
94
  "eslint-plugin-yml": "^1.12.2",
94
95
  "eslint-processor-vue-blocks": "^0.1.1",
95
96
  "globals": "^13.24.0",
@@ -105,7 +106,7 @@
105
106
  "@stacksjs/utils": "workspace:*",
106
107
  "@stylistic/eslint-plugin-migrate": "^1.5.4",
107
108
  "@types/eslint": "^8.56.2",
108
- "@types/node": "^20.11.10",
109
+ "@types/node": "^20.11.13",
109
110
  "@unocss/eslint-plugin": "^0.58.4",
110
111
  "eslint": "^8.56.0",
111
112
  "eslint-flat-config-viewer": "^0.1.11",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/events",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
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.44",
4
+ "version": "0.58.45",
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.44",
4
+ "version": "0.58.45",
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.44",
4
+ "version": "0.58.45",
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.44",
4
+ "version": "0.58.45",
5
5
  "description": "Stacks HTTP methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",