stacks 0.58.41 → 0.58.44

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 (129) hide show
  1. package/core/actions/dist/src/build/core.js +10 -14
  2. package/core/actions/dist/src/lint/index.js +11 -15
  3. package/core/actions/dist/src/upgrade/index.js +62 -0
  4. package/core/actions/dist/src/upgrade.js +10 -5
  5. package/core/actions/package.json +1 -1
  6. package/core/actions/src/build/cli.ts +7 -0
  7. package/core/actions/src/build/core.ts +16 -48
  8. package/core/actions/src/dev/api.ts +1 -1
  9. package/core/actions/src/lint/index.ts +20 -12
  10. package/core/actions/src/upgrade/index.ts +16 -20
  11. package/core/actions/src/upgrade.ts +5 -5
  12. package/core/ai/dist/index.js +10372 -0
  13. package/core/ai/package.json +3 -3
  14. package/core/alias/package.json +1 -1
  15. package/core/analytics/package.json +1 -1
  16. package/core/api/dist/index.js +636 -0
  17. package/core/api/package.json +1 -1
  18. package/core/arrays/package.json +1 -1
  19. package/core/auth/package.json +1 -1
  20. package/core/buddy/{src/compile.ts → compile.ts} +1 -2
  21. package/core/buddy/dist/{chunk-c58676a39cd23812.js → chunk-b32089b9556f373c.js} +48 -14
  22. package/core/buddy/dist/cli.js +6 -2
  23. package/core/buddy/dist/index.js +1 -1
  24. package/core/buddy/package.json +1 -1
  25. package/core/buddy/src/cli.ts +2 -3
  26. package/core/buddy/src/commands/build.ts +55 -10
  27. package/core/buddy/src/commands/lint.ts +2 -1
  28. package/core/buddy/src/commands/upgrade.ts +2 -2
  29. package/core/build/package.json +1 -1
  30. package/core/bun-create/bud/package.json +1 -1
  31. package/core/bun-create/buddy/package.json +1 -1
  32. package/core/bun-create/stack/package.json +1 -1
  33. package/core/bun-create/stacks/package.json +1 -1
  34. package/core/bun-create/stx/package.json +1 -1
  35. package/core/bun-plugin-yaml/package.json +1 -1
  36. package/core/cache/package.json +2 -2
  37. package/core/chat/package.json +1 -1
  38. package/core/cli/dist/index.js +1 -1
  39. package/core/cli/package.json +1 -1
  40. package/core/cloud/build.ts +4 -0
  41. package/core/cloud/dist/index.js +2718 -0
  42. package/core/cloud/package.json +29 -29
  43. package/core/cloud/src/cloud/ai.ts +4 -34
  44. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
  45. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
  46. package/core/cloud/src/cloud/cdn.ts +23 -23
  47. package/core/cloud/src/cloud/compute.ts +1 -0
  48. package/core/cloud/src/cloud/index.ts +1 -0
  49. package/core/collections/package.json +1 -1
  50. package/core/config/dist/index.js +2 -13
  51. package/core/config/package.json +1 -1
  52. package/core/database/package.json +2 -2
  53. package/core/datetime/package.json +1 -1
  54. package/core/desktop/package.json +3 -5
  55. package/core/development/package.json +1 -1
  56. package/core/dns/package.json +4 -4
  57. package/core/docs/package.json +1 -1
  58. package/core/email/package.json +1 -1
  59. package/core/enums/dist/index.js +3 -3
  60. package/core/enums/package.json +1 -1
  61. package/core/enums/src/index.ts +3 -3
  62. package/core/env/package.json +1 -1
  63. package/core/error-handling/package.json +1 -1
  64. package/core/eslint-config/package.json +4 -4
  65. package/core/events/package.json +1 -1
  66. package/core/faker/package.json +1 -1
  67. package/core/git/package.json +1 -1
  68. package/core/health/package.json +1 -1
  69. package/core/http/package.json +1 -1
  70. package/core/lint/package.json +1 -1
  71. package/core/logging/package.json +1 -1
  72. package/core/notifications/package.json +1 -1
  73. package/core/objects/package.json +1 -1
  74. package/core/orm/package.json +1 -1
  75. package/core/path/dist/index.js +14 -2
  76. package/core/path/package.json +1 -1
  77. package/core/path/src/index.ts +18 -2
  78. package/core/payments/package.json +1 -1
  79. package/core/push/dist/index.js +35 -0
  80. package/core/push/package.json +1 -1
  81. package/core/query-builder/package.json +1 -1
  82. package/core/queue/package.json +1 -1
  83. package/core/raycast/package.json +6 -2
  84. package/core/realtime/package.json +1 -1
  85. package/core/repl/package.json +1 -1
  86. package/core/router/dist/index.js +1 -2
  87. package/core/router/package.json +1 -1
  88. package/core/router/src/middleware.ts +1 -3
  89. package/core/scheduler/package.json +1 -1
  90. package/core/search-engine/package.json +1 -1
  91. package/core/security/package.json +1 -1
  92. package/core/server/package.json +1 -1
  93. package/core/signals/package.json +1 -1
  94. package/core/slug/package.json +1 -1
  95. package/core/sms/dist/index.js +240 -0
  96. package/core/sms/package.json +1 -1
  97. package/core/storage/dist/index.js +3 -1
  98. package/core/storage/package.json +1 -1
  99. package/core/storage/src/zip.ts +3 -6
  100. package/core/strings/package.json +1 -1
  101. package/core/tables/package.json +2 -2
  102. package/core/testing/package.json +1 -1
  103. package/core/tinker/package.json +1 -1
  104. package/core/tunnel/package.json +1 -1
  105. package/core/types/package.json +2 -2
  106. package/core/types/src/cli.ts +2 -2
  107. package/core/ui/dist/index.js +4 -2
  108. package/core/ui/package.json +2 -2
  109. package/core/ui/src/uno.config.ts +2 -1
  110. package/core/utils/dist/index.js +1 -1
  111. package/core/utils/package.json +1 -1
  112. package/core/validation/package.json +3 -3
  113. package/core/vite/dist/index.js +2 -10
  114. package/core/vite/package.json +3 -3
  115. package/core/vite/src/api.ts +9 -11
  116. package/core/vite/src/example-vue.ts +1 -8
  117. package/core/whois/package.json +1 -1
  118. package/core/x-ray/package.json +2 -3
  119. package/core/x-ray/src/desktop/main.ts +0 -6
  120. package/core/zsh-buddy/package.json +8 -2
  121. package/ide/dictionary.txt +6 -0
  122. package/ide/vscode/package.json +1 -1
  123. package/package.json +2 -2
  124. package/core/music/package.json +0 -46
  125. package/core/music/src/components/SampleComponent.stx +0 -5
  126. package/core/music/src/layouts/default.stx +0 -3
  127. package/core/music/src/pages/index.stx +0 -10
  128. package/core/music/src/pages/music.stx +0 -10
  129. package/core/music/src/styles/main.css +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cloud",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
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.501.0",
58
- "@aws-sdk/client-cloudformation": "^3.501.0",
59
- "@aws-sdk/client-cloudfront": "^3.501.0",
60
- "@aws-sdk/client-cloudwatch-logs": "^3.501.0",
61
- "@aws-sdk/client-ec2": "^3.501.0",
62
- "@aws-sdk/client-efs": "^3.501.0",
63
- "@aws-sdk/client-iam": "^3.501.0",
64
- "@aws-sdk/client-lambda": "^3.501.0",
65
- "@aws-sdk/client-route-53-domains": "^3.501.0",
66
- "@aws-sdk/client-s3": "^3.501.0",
67
- "@aws-sdk/client-ses": "^3.501.0",
68
- "@aws-sdk/client-sesv2": "^3.501.0",
69
- "@aws-sdk/client-ssm": "^3.501.0",
70
- "@aws-sdk/lib-dynamodb": "^3.501.0",
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",
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.501.0",
83
- "@aws-sdk/client-cloudformation": "^3.501.0",
84
- "@aws-sdk/client-cloudfront": "^3.501.0",
85
- "@aws-sdk/client-cloudwatch-logs": "^3.501.0",
86
- "@aws-sdk/client-dynamodb": "3.501.0",
87
- "@aws-sdk/client-ec2": "^3.501.0",
88
- "@aws-sdk/client-efs": "^3.501.0",
89
- "@aws-sdk/client-iam": "^3.501.0",
90
- "@aws-sdk/client-lambda": "^3.501.0",
91
- "@aws-sdk/client-route-53-domains": "^3.501.0",
92
- "@aws-sdk/client-s3": "^3.501.0",
93
- "@aws-sdk/client-ses": "^3.501.0",
94
- "@aws-sdk/client-sesv2": "^3.501.0",
95
- "@aws-sdk/client-ssm": "^3.501.0",
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",
96
96
  "@stacksjs/config": "workspace:*",
97
97
  "@stacksjs/dns": "workspace:*",
98
98
  "@stacksjs/env": "workspace:*",
@@ -9,6 +9,7 @@ export interface AiStackProps extends NestedCloudProps {
9
9
 
10
10
  export class AiStack {
11
11
  askAiUrl: lambda.FunctionUrl
12
+ summarizeAiUrl: lambda.FunctionUrl
12
13
 
13
14
  constructor(scope: Construct, props: AiStackProps) {
14
15
  // Define the Lambda Layer for aws-sdk
@@ -55,7 +56,7 @@ export class AiStack {
55
56
  },
56
57
  })
57
58
 
58
- const summarizeAi = new lambda.Function(scope, 'AiFunction', {
59
+ const summarizeAi = new lambda.Function(scope, 'SummarizeAiFunction', {
59
60
  functionName: `${props.slug}-${props.appEnv}-ai-summarize`,
60
61
  description: 'Lambda function to summarize any given text',
61
62
  runtime: lambda.Runtime.NODEJS_20_X,
@@ -66,7 +67,7 @@ export class AiStack {
66
67
  timeout: Duration.seconds(30),
67
68
  })
68
69
 
69
- const summarizeAiUrl = new lambda.FunctionUrl(scope, 'SummarizeAiFunctionUrl', {
70
+ this.summarizeAiUrl = new lambda.FunctionUrl(scope, 'SummarizeAiFunctionUrl', {
70
71
  function: summarizeAi,
71
72
  authType: lambda.FunctionUrlAuthType.NONE,
72
73
  cors: {
@@ -74,43 +75,12 @@ export class AiStack {
74
75
  },
75
76
  })
76
77
 
77
- // const api = new RestApi(scope, 'AiRestApi', {
78
- // restApiName: `${props.slug}-${props.appEnv}-ai`,
79
- // description: 'Stacks AI API',
80
- // defaultCorsPreflightOptions: {
81
- // allowOrigins: Cors.ALL_ORIGINS,
82
- // allowMethods: Cors.ALL_METHODS,
83
- // },
84
- // })
85
-
86
- // const askResource = api.root.addResource('ask')
87
- // const askIntegration = new LambdaIntegration(askAi)
88
- // askResource.addMethod('POST', askIntegration, {
89
- // operationName: 'Stacks AI Ask',
90
- // authorizationType: AuthorizationType.NONE,
91
- // })
92
-
93
- // alias to ask
94
- // const promptResource = api.root.addResource('prompt')
95
- // const promptIntegration = new LambdaIntegration(askAi)
96
- // promptResource.addMethod('POST', promptIntegration, {
97
- // operationName: 'Stacks AI Ask',
98
- // authorizationType: AuthorizationType.NONE,
99
- // })
100
-
101
- // const summarizeResource = api.root.addResource('summarize')
102
- // const summarizeIntegration = new LambdaIntegration(summarizeAi)
103
- // summarizeResource.addMethod('POST', summarizeIntegration, {
104
- // operationName: 'Stacks AI Summarize',
105
- // authorizationType: AuthorizationType.NONE,
106
- // })
107
-
108
78
  new Output(scope, 'AiVanityAskApiUrl', {
109
79
  value: this.askAiUrl.url,
110
80
  })
111
81
 
112
82
  new Output(scope, 'AiVanitySummarizeApiUrl', {
113
- value: summarizeAiUrl.url,
83
+ value: this.summarizeAiUrl.url,
114
84
  })
115
85
 
116
86
  new Output(scope, 'AiAskApiUrl', {
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "aws-sdk-layer",
3
- "version": "0.58.28",
3
+ "version": "0.58.41",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "aws-sdk-layer",
9
- "version": "0.58.28",
9
+ "version": "0.58.41",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
- "aws-sdk": "^2.1545.0"
12
+ "aws-sdk": "^2.1546.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.1545.0",
28
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1545.0.tgz",
29
- "integrity": "sha512-iDUv6ksG7lTA0l/HlOgYdO6vfYFA1D2/JzAEXSdgKY0C901WgJqBtfs2CncOkCgDe2CjmlMuqciBzAfxCIiKFA==",
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==",
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.41",
3
+ "version": "0.58.44",
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.1545.0"
13
+ "aws-sdk": "^2.1546.0"
14
14
  }
15
15
  }
@@ -20,6 +20,7 @@ export interface CdnStackProps extends NestedCloudProps {
20
20
  webServerUrl: lambda.FunctionUrl
21
21
  cliSetupUrl: lambda.FunctionUrl
22
22
  askAiUrl: lambda.FunctionUrl
23
+ summarizeAiUrl: lambda.FunctionUrl
23
24
  }
24
25
 
25
26
  export class CdnStack {
@@ -244,9 +245,20 @@ export class CdnStack {
244
245
 
245
246
  aiBehaviorOptions(scope: Construct, props: CdnStackProps): Record<string, cloudfront.BehaviorOptions> {
246
247
  const hostname = Fn.select(2, Fn.split('/', props.askAiUrl.url))
248
+ const summaryHostname = Fn.select(2, Fn.split('/', props.summarizeAiUrl.url))
249
+
250
+ const aiCachePolicy = new cloudfront.CachePolicy(scope, 'AiCachePolicy', {
251
+ comment: 'Stacks AI Cache Policy',
252
+ cachePolicyName: `${this.props.slug}-${this.props.appEnv}-ai-cache-policy`,
253
+ defaultTtl: Duration.seconds(0),
254
+ // minTtl: config.cloud.cdn?.minTtl ? Duration.seconds(config.cloud.cdn.minTtl) : undefined,
255
+ cookieBehavior: cloudfront.CacheCookieBehavior.none(),
256
+ headerBehavior: cloudfront.CacheHeaderBehavior.allowList('Accept', 'x-api-key', 'Authorization', 'Content-Type'),
257
+ queryStringBehavior: cloudfront.CacheQueryStringBehavior.all(),
258
+ })
259
+
247
260
  return {
248
261
  '/ai/ask': {
249
- // origin: new origins.HttpOrigin('9qp44a2b7e.execute-api.us-east-1.amazonaws.com', {
250
262
  origin: new origins.HttpOrigin(hostname, {
251
263
  originPath: '/ai',
252
264
  protocolPolicy: cloudfront.OriginProtocolPolicy.HTTPS_ONLY,
@@ -254,30 +266,18 @@ export class CdnStack {
254
266
  compress: false,
255
267
  allowedMethods: cloudfront.AllowedMethods.ALLOW_ALL,
256
268
  viewerProtocolPolicy: cloudfront.ViewerProtocolPolicy.REDIRECT_TO_HTTPS,
257
- cachePolicy: new cloudfront.CachePolicy(scope, 'AiCachePolicy', {
258
- comment: 'Stacks AI Cache Policy',
259
- cachePolicyName: `${this.props.slug}-${this.props.appEnv}-ai-cache-policy`,
260
- defaultTtl: Duration.seconds(0),
261
- // minTtl: config.cloud.cdn?.minTtl ? Duration.seconds(config.cloud.cdn.minTtl) : undefined,
262
- cookieBehavior: cloudfront.CacheCookieBehavior.none(),
263
- headerBehavior: cloudfront.CacheHeaderBehavior.allowList('Accept', 'x-api-key', 'Authorization', 'Content-Type'),
264
- queryStringBehavior: cloudfront.CacheQueryStringBehavior.all(),
269
+ cachePolicy: aiCachePolicy,
270
+ },
271
+ '/ai/summary': {
272
+ origin: new origins.HttpOrigin(summaryHostname, {
273
+ originPath: '/ai',
274
+ protocolPolicy: cloudfront.OriginProtocolPolicy.HTTPS_ONLY,
265
275
  }),
276
+ compress: false,
277
+ allowedMethods: cloudfront.AllowedMethods.ALLOW_ALL,
278
+ viewerProtocolPolicy: cloudfront.ViewerProtocolPolicy.REDIRECT_TO_HTTPS,
279
+ cachePolicy: aiCachePolicy,
266
280
  },
267
- // '/ai/ask/*': {
268
- // origin,
269
- // compress: false,
270
- // allowedMethods: cloudfront.AllowedMethods.ALLOW_ALL,
271
- // viewerProtocolPolicy: cloudfront.ViewerProtocolPolicy.REDIRECT_TO_HTTPS,
272
- // cachePolicy: this.setApiCachePolicy(scope),
273
- // },
274
- // '/ai/summary': {
275
- // origin,
276
- // compress: false,
277
- // allowedMethods: cloudfront.AllowedMethods.ALLOW_ALL,
278
- // viewerProtocolPolicy: cloudfront.ViewerProtocolPolicy.REDIRECT_TO_HTTPS,
279
- // cachePolicy: this.setApiCachePolicy(scope),
280
- // },
281
281
  }
282
282
  }
283
283
 
@@ -30,6 +30,7 @@ export class ComputeStack {
30
30
  // })
31
31
 
32
32
  this.apiServer = new lambda.Function(scope, 'WebServer', {
33
+ functionName: `${props.slug}-${props.appEnv}-web-server`,
33
34
  description: 'The web server for the Stacks application',
34
35
  code: lambda.Code.fromAssetImage(p.frameworkPath('server')),
35
36
  handler: lambda.Handler.FROM_IMAGE,
@@ -86,6 +86,7 @@ export class Cloud extends Stack {
86
86
  webServerUrl: api.apiServerUrl,
87
87
  cliSetupUrl: cli.cliSetupUrl,
88
88
  askAiUrl: ai.askAiUrl,
89
+ summarizeAiUrl: ai.summarizeAiUrl,
89
90
  })
90
91
 
91
92
  new DeploymentStack(this, {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/collections",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks collections.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -868,17 +868,8 @@ var nav = [
868
868
  items: [
869
869
  { text: "Team", link: "/team" },
870
870
  { text: "Postcardware", link: "/postcardware" },
871
- { text: "Changelog", link: "https://github.com/stacksjs/stacks/blob/main/CHANGELOG.md" },
872
871
  {
873
872
  items: [
874
- {
875
- text: "Twitter",
876
- link: "https://twitter.com/stacksjs"
877
- },
878
- {
879
- text: "Discord Chat",
880
- link: "https://discord.gg/stacksjs"
881
- },
882
873
  {
883
874
  text: "Awesome Stacks",
884
875
  link: "https://github.com/stacksjs/awesome-stacks"
@@ -969,7 +960,6 @@ var sidebar = {
969
960
  text: "Digging Deeper",
970
961
  collapsible: true,
971
962
  items: [
972
- { text: "Actions", link: "/guide/actions" },
973
963
  { text: "APIs", link: "/guide/apis" },
974
964
  { text: "Apps", link: "/guide/apps" },
975
965
  { text: "Authentication", link: "/guide/auth" },
@@ -1027,9 +1017,8 @@ var sidebar = {
1027
1017
  collapsible: true,
1028
1018
  collapsed: true,
1029
1019
  items: [
1030
- { text: "Get Started", link: "/guide/libraries/get-started" },
1031
- { text: "Component Libs", link: "/guide/libraries/components" },
1032
- { text: "Function Libs", link: "/guide/libraries/functions" },
1020
+ { text: "Component Library", link: "/guide/libraries/components" },
1021
+ { text: "Function Library", link: "/guide/libraries/functions" },
1033
1022
  { text: "Composability", link: "/guide/libraries/composability" }
1034
1023
  ]
1035
1024
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/config",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
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.41",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks database integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -70,7 +70,7 @@
70
70
  "kysely-bun-worker": "^0.5.6"
71
71
  },
72
72
  "optionalDependencies": {
73
- "mysql2": "^3.9.0"
73
+ "mysql2": "^3.9.1"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@stacksjs/development": "workspace:*"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
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.41",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks Desktop engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -65,8 +65,7 @@
65
65
  "@tauri-apps/cli": "1.5.9",
66
66
  "unified-network": "0.6.4",
67
67
  "unstorage": "^1.10.1",
68
- "vue": "3.4.15",
69
- "vue3-highlightjs": "^1.0.5"
68
+ "vue": "3.4.15"
70
69
  },
71
70
  "dependencies": {
72
71
  "@stacksjs/build": "workspace:*",
@@ -75,8 +74,7 @@
75
74
  "@tauri-apps/cli": "1.5.9",
76
75
  "unified-network": "0.6.4",
77
76
  "unstorage": "^1.10.1",
78
- "vue": "3.4.15",
79
- "vue3-highlightjs": "^1.0.5"
77
+ "vue": "3.4.15"
80
78
  },
81
79
  "devDependencies": {
82
80
  "@stacksjs/development": "workspace:*"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/development",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
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.41",
4
+ "version": "0.58.44",
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.501.0",
54
- "@aws-sdk/client-route-53-domains": "^3.501.0",
53
+ "@aws-sdk/client-route-53": "^3.502.0",
54
+ "@aws-sdk/client-route-53-domains": "^3.502.0",
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.501.0",
63
+ "@aws-sdk/client-route-53": "^3.502.0",
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.41",
4
+ "version": "0.58.44",
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.41",
4
+ "version": "0.58.44",
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",
@@ -16,7 +16,7 @@ var NpmScript;
16
16
  NpmScript2["Fresh"] = "fresh";
17
17
  NpmScript2["Lint"] = "eslint .";
18
18
  NpmScript2["LintFix"] = "eslint . --fix";
19
- NpmScript2["LintPackageJson"] = "bunx publint";
19
+ NpmScript2["LintPackageJson"] = "publint";
20
20
  NpmScript2["MakeStack"] = "make:stack";
21
21
  NpmScript2["Test"] = "bun test";
22
22
  NpmScript2["TestUnit"] = "bun test 2";
@@ -42,7 +42,7 @@ var NpmScript;
42
42
  NpmScript2["Preinstall"] = "preinstall";
43
43
  NpmScript2["Prepublish"] = "prepublish";
44
44
  NpmScript2["UpgradeBun"] = "./storage/framework/scripts/setup.sh +bun.sh";
45
- NpmScript2["UpgradeDependencies"] = "pnpm up";
45
+ NpmScript2["UpgradeDependencies"] = "pkgx --update && bun install";
46
46
  })(NpmScript || (NpmScript = {}));
47
47
  var Action;
48
48
  (function(Action2) {
@@ -51,7 +51,7 @@ var Action;
51
51
  Action2["BuildComponentLibs"] = "build/component-libs";
52
52
  Action2["BuildVueComponentLib"] = "build-vue-component-lib";
53
53
  Action2["BuildWebComponentLib"] = "build-web-component-lib";
54
- Action2["BuildCli"] = "build-cli";
54
+ Action2["BuildCli"] = "build/cli";
55
55
  Action2["BuildCore"] = "build/core";
56
56
  Action2["BuildDesktop"] = "build/desktop";
57
57
  Action2["BuildDocs"] = "build/docs";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/enums",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "private": true,
6
6
  "description": "Stacks enums.",
7
7
  "author": "Chris Breuer",
@@ -17,7 +17,7 @@ export enum NpmScript {
17
17
  Fresh = 'fresh',
18
18
  Lint = 'eslint .',
19
19
  LintFix = 'eslint . --fix',
20
- LintPackageJson = 'bunx publint',
20
+ LintPackageJson = 'publint',
21
21
  MakeStack = 'make:stack',
22
22
  Test = 'bun test',
23
23
  TestUnit = 'bun test 2',
@@ -43,7 +43,7 @@ export enum NpmScript {
43
43
  Preinstall = 'preinstall',
44
44
  Prepublish = 'prepublish',
45
45
  UpgradeBun = './storage/framework/scripts/setup.sh +bun.sh',
46
- UpgradeDependencies = 'pnpm up',
46
+ UpgradeDependencies = 'pkgx --update && bun install',
47
47
  }
48
48
 
49
49
  export enum Action {
@@ -52,7 +52,7 @@ export enum Action {
52
52
  BuildComponentLibs = 'build/component-libs',
53
53
  BuildVueComponentLib = 'build-vue-component-lib',
54
54
  BuildWebComponentLib = 'build-web-component-lib',
55
- BuildCli = 'build-cli',
55
+ BuildCli = 'build/cli',
56
56
  BuildCore = 'build/core',
57
57
  BuildDesktop = 'build/desktop',
58
58
  BuildDocs = 'build/docs',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/env",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
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.41",
4
+ "version": "0.58.44",
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.41",
4
+ "version": "0.58.44",
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,8 +71,8 @@
71
71
  "@eslint-types/unicorn": "^50.0.1",
72
72
  "@stacksjs/cli": "workspace:*",
73
73
  "@stylistic/eslint-plugin": "^1.5.4",
74
- "@typescript-eslint/eslint-plugin": "^6.19.1",
75
- "@typescript-eslint/parser": "^6.19.1",
74
+ "@typescript-eslint/eslint-plugin": "^6.20.0",
75
+ "@typescript-eslint/parser": "^6.20.0",
76
76
  "eslint-config-flat-gitignore": "^0.1.2",
77
77
  "eslint-merge-processors": "^0.1.0",
78
78
  "eslint-parser-plain": "^0.1.0",
@@ -88,7 +88,7 @@
88
88
  "eslint-plugin-toml": "^0.9.2",
89
89
  "eslint-plugin-unicorn": "^50.0.1",
90
90
  "eslint-plugin-unused-imports": "^3.0.0",
91
- "eslint-plugin-vitest": "^0.3.20",
91
+ "eslint-plugin-vitest": "^0.3.21",
92
92
  "eslint-plugin-vue": "^9.20.1",
93
93
  "eslint-plugin-yml": "^1.12.2",
94
94
  "eslint-processor-vue-blocks": "^0.1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/events",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
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.41",
4
+ "version": "0.58.44",
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.41",
4
+ "version": "0.58.44",
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.41",
4
+ "version": "0.58.44",
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.41",
4
+ "version": "0.58.44",
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.41",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks way to lint.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",