stacks 0.58.29 → 0.58.30

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 (94) hide show
  1. package/core/actions/dist/src/generate/lib-entries.js +3 -3
  2. package/core/actions/dist/src/helpers/lib-entries.js +3 -3
  3. package/core/actions/dist/src/lint/fix.js +1 -1
  4. package/core/actions/dist/src/upgrade.js +1 -1
  5. package/core/actions/package.json +1 -1
  6. package/core/actions/src/helpers/lib-entries.ts +3 -3
  7. package/core/actions/src/lint/fix.ts +1 -1
  8. package/core/ai/package.json +1 -1
  9. package/core/alias/package.json +1 -1
  10. package/core/analytics/package.json +1 -1
  11. package/core/api/package.json +1 -1
  12. package/core/arrays/package.json +1 -1
  13. package/core/auth/package.json +1 -1
  14. package/core/buddy/package.json +1 -1
  15. package/core/build/package.json +1 -1
  16. package/core/bun-create/bud/package.json +1 -1
  17. package/core/bun-create/buddy/package.json +1 -1
  18. package/core/bun-create/stack/package.json +1 -1
  19. package/core/bun-create/stacks/package.json +1 -1
  20. package/core/bun-create/stx/package.json +1 -1
  21. package/core/bun-plugin-yaml/dist/index.js +1 -1
  22. package/core/bun-plugin-yaml/package.json +1 -1
  23. package/core/bun-plugin-yaml/src/index.ts +1 -1
  24. package/core/cache/package.json +1 -1
  25. package/core/chat/package.json +1 -1
  26. package/core/cli/dist/index.js +1 -1
  27. package/core/cli/package.json +1 -1
  28. package/core/cloud/package.json +1 -1
  29. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +1 -1
  30. package/core/cloud/src/runtime/example/lambda.ts +1 -1
  31. package/core/cloud/src/runtime/server.ts +1 -1
  32. package/core/collections/package.json +1 -1
  33. package/core/config/package.json +1 -1
  34. package/core/database/package.json +1 -1
  35. package/core/database/src/kysely-bun-worker/worker.ts +1 -1
  36. package/core/datetime/package.json +1 -1
  37. package/core/desktop/package.json +1 -1
  38. package/core/development/package.json +1 -1
  39. package/core/dns/package.json +1 -1
  40. package/core/docs/dist/index.js +559 -1042
  41. package/core/docs/package.json +1 -1
  42. package/core/email/package.json +1 -1
  43. package/core/enums/package.json +1 -1
  44. package/core/env/package.json +1 -1
  45. package/core/error-handling/package.json +1 -1
  46. package/core/eslint-config/package.json +2 -2
  47. package/core/events/package.json +1 -1
  48. package/core/faker/package.json +1 -1
  49. package/core/git/package.json +1 -1
  50. package/core/health/package.json +1 -1
  51. package/core/http/package.json +1 -1
  52. package/core/lint/package.json +1 -1
  53. package/core/logging/package.json +1 -1
  54. package/core/music/package.json +1 -1
  55. package/core/notifications/package.json +1 -1
  56. package/core/objects/package.json +1 -1
  57. package/core/orm/package.json +1 -1
  58. package/core/path/package.json +1 -1
  59. package/core/payments/package.json +1 -1
  60. package/core/push/package.json +1 -1
  61. package/core/query-builder/package.json +1 -1
  62. package/core/queue/package.json +1 -1
  63. package/core/raycast/package.json +1 -1
  64. package/core/realtime/package.json +1 -1
  65. package/core/repl/package.json +1 -1
  66. package/core/router/package.json +1 -1
  67. package/core/scheduler/package.json +1 -1
  68. package/core/search-engine/package.json +1 -1
  69. package/core/security/package.json +1 -1
  70. package/core/server/package.json +1 -1
  71. package/core/signals/package.json +1 -1
  72. package/core/slug/package.json +1 -1
  73. package/core/sms/package.json +1 -1
  74. package/core/storage/package.json +1 -1
  75. package/core/storage/src/files.ts +1 -1
  76. package/core/storage/src/zip.ts +1 -1
  77. package/core/strings/package.json +1 -1
  78. package/core/tables/package.json +1 -1
  79. package/core/testing/package.json +1 -1
  80. package/core/tinker/package.json +1 -1
  81. package/core/tunnel/package.json +1 -1
  82. package/core/types/package.json +1 -1
  83. package/core/types/src/cli.ts +2 -2
  84. package/core/ui/package.json +1 -1
  85. package/core/utils/dist/index.js +1 -1
  86. package/core/utils/package.json +1 -1
  87. package/core/validation/package.json +1 -1
  88. package/core/vite/dist/index.js +1 -1
  89. package/core/vite/package.json +1 -1
  90. package/core/whois/package.json +1 -1
  91. package/core/x-ray/package.json +1 -1
  92. package/core/zsh-buddy/package.json +1 -1
  93. package/ide/vscode/package.json +1 -1
  94. package/package.json +1 -1
@@ -70,7 +70,7 @@ async function createLibraryEntryPoint(type) {
70
70
  await createFunctionLibraryEntryPoint();
71
71
  }
72
72
  async function createVueLibraryEntryPoint(type = "vue-components") {
73
- log.info("Creating the Vue component library entry point...");
73
+ log.info("Creating Vue component library entry point...");
74
74
  await writeTextFile({
75
75
  path: libraryEntryPath(type),
76
76
  data: generateEntryPointData(type)
@@ -81,7 +81,7 @@ async function createVueLibraryEntryPoint(type = "vue-components") {
81
81
  log.success("Created the Vue component library entry point");
82
82
  }
83
83
  async function createWebComponentLibraryEntryPoint(type = "web-components") {
84
- log.info("Creating the Web Component library entry point...");
84
+ log.info("Creating Web Component library entry point...");
85
85
  await writeTextFile({
86
86
  path: libraryEntryPath(type),
87
87
  data: generateEntryPointData(type)
@@ -92,7 +92,7 @@ async function createWebComponentLibraryEntryPoint(type = "web-components") {
92
92
  log.success("Created Web Component library entry point");
93
93
  }
94
94
  async function createFunctionLibraryEntryPoint(type = "functions") {
95
- log.info("Creating the Function library entry point...");
95
+ log.info("Creating Function library entry point...");
96
96
  await writeTextFile({
97
97
  path: libraryEntryPath(type),
98
98
  data: generateEntryPointData(type)
@@ -68,7 +68,7 @@ async function createLibraryEntryPoint(type) {
68
68
  await createFunctionLibraryEntryPoint();
69
69
  }
70
70
  async function createVueLibraryEntryPoint(type = "vue-components") {
71
- log.info("Creating the Vue component library entry point...");
71
+ log.info("Creating Vue component library entry point...");
72
72
  await writeTextFile({
73
73
  path: libraryEntryPath(type),
74
74
  data: generateEntryPointData(type)
@@ -79,7 +79,7 @@ async function createVueLibraryEntryPoint(type = "vue-components") {
79
79
  log.success("Created the Vue component library entry point");
80
80
  }
81
81
  async function createWebComponentLibraryEntryPoint(type = "web-components") {
82
- log.info("Creating the Web Component library entry point...");
82
+ log.info("Creating Web Component library entry point...");
83
83
  await writeTextFile({
84
84
  path: libraryEntryPath(type),
85
85
  data: generateEntryPointData(type)
@@ -90,7 +90,7 @@ async function createWebComponentLibraryEntryPoint(type = "web-components") {
90
90
  log.success("Created Web Component library entry point");
91
91
  }
92
92
  async function createFunctionLibraryEntryPoint(type = "functions") {
93
- log.info("Creating the Function library entry point...");
93
+ log.info("Creating Function library entry point...");
94
94
  await writeTextFile({
95
95
  path: libraryEntryPath(type),
96
96
  data: generateEntryPointData(type)
@@ -3,6 +3,6 @@
3
3
  import {log, runCommands} from "@stacksjs/cli";
4
4
  import {projectPath} from "@stacksjs/path";
5
5
  import {NpmScript} from "@stacksjs/enums";
6
- log.info("Ensuring code style...");
6
+ log.info("Ensuring Code Style...");
7
7
  await runCommands([NpmScript.LintFix], { cwd: projectPath() });
8
8
  log.success("Linted");
@@ -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.29";
9
+ var version = "0.58.30";
10
10
 
11
11
  // src/upgrade.ts
12
12
  function checkForUncommittedChanges(options) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/actions",
3
3
  "type": "module",
4
- "version": "0.58.29",
4
+ "version": "0.58.30",
5
5
  "description": "The Stacks actions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -30,7 +30,7 @@ export async function createLibraryEntryPoint(type: LibraryType) {
30
30
  }
31
31
 
32
32
  export async function createVueLibraryEntryPoint(type: LibraryType = 'vue-components') {
33
- log.info('Creating the Vue component library entry point...')
33
+ log.info('Creating Vue component library entry point...')
34
34
 
35
35
  await writeTextFile({
36
36
  path: libraryEntryPath(type),
@@ -44,7 +44,7 @@ export async function createVueLibraryEntryPoint(type: LibraryType = 'vue-compon
44
44
  }
45
45
 
46
46
  export async function createWebComponentLibraryEntryPoint(type: LibraryType = 'web-components') {
47
- log.info('Creating the Web Component library entry point...')
47
+ log.info('Creating Web Component library entry point...')
48
48
 
49
49
  await writeTextFile({
50
50
  path: libraryEntryPath(type),
@@ -58,7 +58,7 @@ export async function createWebComponentLibraryEntryPoint(type: LibraryType = 'w
58
58
  }
59
59
 
60
60
  export async function createFunctionLibraryEntryPoint(type: LibraryType = 'functions') {
61
- log.info('Creating the Function library entry point...')
61
+ log.info('Creating Function library entry point...')
62
62
 
63
63
  await writeTextFile({
64
64
  path: libraryEntryPath(type),
@@ -2,6 +2,6 @@ import { log, runCommands } from '@stacksjs/cli'
2
2
  import { projectPath } from '@stacksjs/path'
3
3
  import { NpmScript } from '@stacksjs/enums'
4
4
 
5
- log.info('Ensuring code style...')
5
+ log.info('Ensuring Code Style...')
6
6
  await runCommands([NpmScript.LintFix], { cwd: projectPath() })
7
7
  log.success('Linted')
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ai",
3
3
  "type": "module",
4
- "version": "0.58.29",
4
+ "version": "0.58.30",
5
5
  "description": "Stacks Artificial Intelligence.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/alias",
3
3
  "type": "module",
4
- "version": "0.58.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -2745,7 +2745,7 @@ var init_js_yaml = __esm(() => {
2745
2745
  });
2746
2746
 
2747
2747
  // src/index.ts
2748
- var {plugin } = globalThis.Bun;
2748
+ import {plugin} from "node:bun";
2749
2749
  plugin({
2750
2750
  name: "YAML",
2751
2751
  async setup(build) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bun-plugin-yaml",
3
3
  "type": "module",
4
- "version": "0.58.29",
4
+ "version": "0.58.30",
5
5
  "description": "A Bun plugin to load yaml files",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,4 +1,4 @@
1
- import { plugin } from 'bun'
1
+ import { plugin } from 'node:bun'
2
2
 
3
3
  plugin({
4
4
  name: 'YAML',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cache",
3
3
  "type": "module",
4
- "version": "0.58.29",
4
+ "version": "0.58.30",
5
5
  "description": "Caching the Stacks way.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/chat",
3
3
  "type": "module",
4
- "version": "0.58.29",
4
+ "version": "0.58.30",
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.29";
17
+ var version = "0.58.30";
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
5
5
  "description": "The Stacks cloud/serverless integration & implementation.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-sdk-layer",
3
- "version": "0.58.29",
3
+ "version": "0.58.30",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable no-console */
2
- import type { Server } from 'bun'
2
+ import type { Server } from 'node:bun'
3
3
 
4
4
  // import type { Server } from 'bun'
5
5
 
@@ -1,4 +1,4 @@
1
- import type { Server } from 'bun'
1
+ import type { Server } from 'node:bun'
2
2
  import { serverResponse } from '@stacksjs/router'
3
3
 
4
4
  export default {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/collections",
3
3
  "type": "module",
4
- "version": "0.58.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
5
5
  "description": "The Stacks database integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,4 +1,4 @@
1
- import Database from 'bun:sqlite'
1
+ import Database from 'node:bun:sqlite'
2
2
  import type { QueryResult } from 'kysely'
3
3
  import type { MainMsg, RunMode, WorkerMsg } from './type'
4
4
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.58.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
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.29",
4
+ "version": "0.58.30",
5
5
  "description": "Easily manage your DNS.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",