stacks 0.65.0 → 0.66.0

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.
package/buddy/bin/cli.ts CHANGED
@@ -1,7 +1,7 @@
1
+ import { $ } from 'bun'
1
2
  import { existsSync, readdirSync, statSync } from 'node:fs'
2
3
  import { join } from 'node:path'
3
4
  import process from 'node:process'
4
- import { $ } from 'bun'
5
5
  import { cac } from 'cac'
6
6
  import { version } from '../package.json'
7
7
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.65.0",
4
+ "version": "0.66.0",
5
5
  "description": "Meet Buddy. The Stacks runtime.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": ["Chris Breuer <chris@stacksjs.org>"],
@@ -1,4 +1,5 @@
1
1
  import type { CLI, DeployOptions } from '@stacksjs/types'
2
+ import { $ } from 'bun'
2
3
  import process from 'node:process'
3
4
  import { runAction } from '@stacksjs/actions'
4
5
  import { intro, italic, log, outro, prompts, runCommand } from '@stacksjs/cli'
@@ -7,7 +8,6 @@ import { addDomain, hasUserDomainBeenAddedToCloud } from '@stacksjs/dns'
7
8
  import { Action } from '@stacksjs/enums'
8
9
  import { path as p } from '@stacksjs/path'
9
10
  import { ExitCode } from '@stacksjs/types'
10
- import { $ } from 'bun'
11
11
 
12
12
  export function deploy(buddy: CLI): void {
13
13
  const descriptions = {
@@ -1,8 +1,8 @@
1
1
  import type { CLI, CliOptions } from '@stacksjs/types'
2
+ import { $ } from 'bun'
2
3
  import process from 'node:process'
3
4
  import { log } from '@stacksjs/logging'
4
5
  import { projectPath } from '@stacksjs/path'
5
- import { $ } from 'bun'
6
6
 
7
7
  export function list(buddy: CLI): void {
8
8
  const descriptions = {
@@ -1,8 +1,8 @@
1
1
  import type { CLI } from '@stacksjs/types'
2
+ import { $ } from 'bun'
2
3
  import process from 'node:process'
3
4
  import { log } from '@stacksjs/logging'
4
5
  import { projectPath } from '@stacksjs/path'
5
- import { $ } from 'bun'
6
6
 
7
7
  export function outdated(buddy: CLI): void {
8
8
  const descriptions = {
@@ -1,4 +1,5 @@
1
1
  import type { CLI, Ports, PortsOptions } from '@stacksjs/types'
2
+ import { $ } from 'bun'
2
3
  import process from 'node:process'
3
4
  import { intro, italic, outro } from '@stacksjs/cli'
4
5
  import { ports as projectPorts } from '@stacksjs/config'
@@ -6,7 +7,6 @@ import { log } from '@stacksjs/logging'
6
7
  import { findProjectPath, path as p, projectPath } from '@stacksjs/path'
7
8
  import { ExitCode } from '@stacksjs/types'
8
9
  import { findStacksProjects } from '@stacksjs/utils'
9
- import { $ } from 'bun'
10
10
 
11
11
  export function ports(buddy: CLI): void {
12
12
  const descriptions = {
@@ -25,10 +25,7 @@ export function release(buddy: CLI): void {
25
25
  log.warn('Dry run enabled. No changes will be made or committed.')
26
26
 
27
27
  const startTime = await intro('buddy release')
28
- const result = await runAction(Action.Release, {
29
- stdin: 'inherit',
30
- ...options,
31
- })
28
+ const result = await runAction(Action.Release, options)
32
29
 
33
30
  if (result.isErr()) {
34
31
  log.error('Failed to release', result.error)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks",
3
3
  "type": "module",
4
- "version": "0.65.0",
4
+ "version": "0.66.0",
5
5
  "description": "The Stacks framework.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": ["Chris Breuer <chris@stacksjs.org>"],
@@ -344,52 +344,52 @@
344
344
  },
345
345
  "web-types": "./web-types.json",
346
346
  "dependencies": {
347
- "@stacksjs/actions": "0.64.6",
348
- "@stacksjs/ai": "0.64.6",
349
- "@stacksjs/alias": "0.64.6",
350
- "@stacksjs/arrays": "0.64.6",
351
- "@stacksjs/auth": "0.64.6",
352
- "@stacksjs/buddy": "0.64.6",
353
- "@stacksjs/build": "0.64.6",
354
- "@stacksjs/cache": "0.64.6",
355
- "@stacksjs/cli": "0.64.6",
356
- "@stacksjs/cloud": "0.64.6",
357
- "@stacksjs/collections": "0.64.6",
358
- "@stacksjs/config": "0.64.6",
359
- "@stacksjs/database": "0.64.6",
360
- "@stacksjs/desktop": "0.64.6",
361
- "@stacksjs/development": "0.64.6",
362
- "@stacksjs/dns": "0.64.6",
363
- "@stacksjs/docs": "0.64.6",
364
- "@stacksjs/email": "0.64.6",
365
- "@stacksjs/enums": "0.64.6",
366
- "@stacksjs/env": "0.64.6",
367
- "@stacksjs/error-handling": "0.64.6",
368
- "@stacksjs/events": "0.64.6",
369
- "@stacksjs/faker": "0.64.6",
370
- "@stacksjs/git": "0.64.6",
371
- "@stacksjs/health": "0.64.6",
372
- "@stacksjs/lint": "0.64.6",
373
- "@stacksjs/logging": "0.64.6",
374
- "@stacksjs/notifications": "0.64.6",
375
- "@stacksjs/objects": "0.64.6",
376
- "@stacksjs/orm": "0.64.6",
377
- "@stacksjs/path": "0.64.6",
378
- "@stacksjs/payments": "0.64.6",
379
- "@stacksjs/realtime": "0.64.6",
380
- "@stacksjs/router": "0.64.6",
381
- "@stacksjs/search-engine": "0.64.6",
382
- "@stacksjs/security": "0.64.6",
383
- "@stacksjs/server": "0.64.6",
384
- "@stacksjs/storage": "0.64.6",
385
- "@stacksjs/strings": "0.64.6",
386
- "@stacksjs/testing": "0.64.6",
387
- "@stacksjs/tunnel": "0.64.6",
388
- "@stacksjs/types": "0.64.6",
389
- "@stacksjs/ui": "0.64.6",
390
- "@stacksjs/utils": "0.64.6",
391
- "@stacksjs/validation": "0.64.6",
392
- "@stacksjs/vite-config": "0.64.6",
393
- "@stacksjs/vite-plugin": "0.64.6"
347
+ "@stacksjs/actions": "0.65.1",
348
+ "@stacksjs/ai": "0.65.1",
349
+ "@stacksjs/alias": "0.65.1",
350
+ "@stacksjs/arrays": "0.65.1",
351
+ "@stacksjs/auth": "0.65.1",
352
+ "@stacksjs/buddy": "0.65.1",
353
+ "@stacksjs/build": "0.65.1",
354
+ "@stacksjs/cache": "0.65.1",
355
+ "@stacksjs/cli": "0.65.1",
356
+ "@stacksjs/cloud": "0.65.1",
357
+ "@stacksjs/collections": "0.65.1",
358
+ "@stacksjs/config": "0.65.1",
359
+ "@stacksjs/database": "0.65.1",
360
+ "@stacksjs/desktop": "0.65.1",
361
+ "@stacksjs/development": "0.65.1",
362
+ "@stacksjs/dns": "0.65.1",
363
+ "@stacksjs/docs": "0.65.1",
364
+ "@stacksjs/email": "0.65.1",
365
+ "@stacksjs/enums": "0.65.1",
366
+ "@stacksjs/env": "0.65.1",
367
+ "@stacksjs/error-handling": "0.65.1",
368
+ "@stacksjs/events": "0.65.1",
369
+ "@stacksjs/faker": "0.65.1",
370
+ "@stacksjs/git": "0.65.1",
371
+ "@stacksjs/health": "0.65.1",
372
+ "@stacksjs/lint": "0.65.1",
373
+ "@stacksjs/logging": "0.65.1",
374
+ "@stacksjs/notifications": "0.65.1",
375
+ "@stacksjs/objects": "0.65.1",
376
+ "@stacksjs/orm": "0.65.1",
377
+ "@stacksjs/path": "0.65.1",
378
+ "@stacksjs/payments": "0.65.1",
379
+ "@stacksjs/realtime": "0.65.1",
380
+ "@stacksjs/router": "0.65.1",
381
+ "@stacksjs/search-engine": "0.65.1",
382
+ "@stacksjs/security": "0.65.1",
383
+ "@stacksjs/server": "0.65.1",
384
+ "@stacksjs/storage": "0.65.1",
385
+ "@stacksjs/strings": "0.65.1",
386
+ "@stacksjs/testing": "0.65.1",
387
+ "@stacksjs/tunnel": "0.65.1",
388
+ "@stacksjs/types": "0.65.1",
389
+ "@stacksjs/ui": "0.65.1",
390
+ "@stacksjs/utils": "0.65.1",
391
+ "@stacksjs/validation": "0.65.1",
392
+ "@stacksjs/vite-config": "0.65.1",
393
+ "@stacksjs/vite-plugin": "0.65.1"
394
394
  }
395
395
  }