stacks 0.45.1 → 0.45.2

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 (64) hide show
  1. package/buddy/node_modules/.bin/pnpm +2 -2
  2. package/buddy/node_modules/.bin/pnpx +2 -2
  3. package/buddy/package.json +5 -4
  4. package/buddy/src/commands/build.ts +12 -5
  5. package/buddy/src/commands/fresh.ts +1 -1
  6. package/buddy/src/commands/lint.ts +7 -7
  7. package/components/vue/package.json +1 -1
  8. package/components/web/package.json +1 -1
  9. package/core/actions/package.json +3 -3
  10. package/core/actions/src/build-core.ts +1 -1
  11. package/core/actions/src/lint-fix.ts +0 -3
  12. package/core/actions/src/lint.ts +4 -11
  13. package/core/ai/package.json +3 -3
  14. package/core/alias/package.json +3 -3
  15. package/core/arrays/package.json +3 -3
  16. package/core/auth/package.json +3 -3
  17. package/core/build/node_modules/.bin/vite +2 -2
  18. package/core/build/node_modules/.bin/vite-ssg +2 -2
  19. package/core/build/package.json +3 -3
  20. package/core/cache/package.json +3 -3
  21. package/core/cli/README.md +1 -1
  22. package/core/cli/package.json +3 -3
  23. package/core/cli/src/helpers.ts +2 -2
  24. package/core/cloud/dist/actions/README.md +53 -0
  25. package/core/cloud/package.json +3 -3
  26. package/core/collections/package.json +3 -3
  27. package/core/config/package.json +3 -3
  28. package/core/dashboard/package.json +3 -3
  29. package/core/database/package.json +3 -3
  30. package/core/datetime/package.json +3 -3
  31. package/core/desktop/package.json +3 -3
  32. package/core/docs/node_modules/.bin/vitepress +2 -2
  33. package/core/docs/package.json +4 -4
  34. package/core/domains/package.json +3 -3
  35. package/core/drivers/package.json +3 -3
  36. package/core/email/package.json +3 -3
  37. package/core/error-handling/package.json +3 -3
  38. package/core/git/package.json +3 -3
  39. package/core/health/package.json +3 -3
  40. package/core/lint/package.json +3 -3
  41. package/core/logging/package.json +3 -3
  42. package/core/modules/package.json +3 -3
  43. package/core/notifications/package.json +3 -3
  44. package/core/objects/package.json +3 -3
  45. package/core/path/package.json +3 -3
  46. package/core/payments/package.json +3 -3
  47. package/core/realtime/package.json +3 -3
  48. package/core/router/package.json +3 -3
  49. package/core/search-engine/package.json +3 -3
  50. package/core/security/package.json +3 -3
  51. package/core/server/node_modules/.bin/vite +2 -2
  52. package/core/server/package.json +3 -3
  53. package/core/storage/package.json +3 -3
  54. package/core/strings/package.json +3 -3
  55. package/core/testing/node_modules/.bin/vitest +2 -2
  56. package/core/testing/package.json +6 -6
  57. package/core/types/node_modules/.bin/vitepress +2 -2
  58. package/core/types/package.json +4 -4
  59. package/core/types/src/cli.ts +4 -4
  60. package/core/ui/package.json +5 -5
  61. package/core/utils/package.json +3 -3
  62. package/core/x-ray/package.json +3 -3
  63. package/functions/package.json +1 -1
  64. package/package.json +7 -6
@@ -11,7 +11,7 @@ else
11
11
  export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
- exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/pnpm@7.18.2/node_modules/pnpm/bin/pnpm.cjs" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/pnpm@7.19.0/node_modules/pnpm/bin/pnpm.cjs" "$@"
15
15
  else
16
- exec node "$basedir/../../../../node_modules/.pnpm/pnpm@7.18.2/node_modules/pnpm/bin/pnpm.cjs" "$@"
16
+ exec node "$basedir/../../../../node_modules/.pnpm/pnpm@7.19.0/node_modules/pnpm/bin/pnpm.cjs" "$@"
17
17
  fi
@@ -11,7 +11,7 @@ else
11
11
  export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
- exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/pnpm@7.18.2/node_modules/pnpm/bin/pnpx.cjs" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/pnpm@7.19.0/node_modules/pnpm/bin/pnpx.cjs" "$@"
15
15
  else
16
- exec node "$basedir/../../../../node_modules/.pnpm/pnpm@7.18.2/node_modules/pnpm/bin/pnpx.cjs" "$@"
16
+ exec node "$basedir/../../../../node_modules/.pnpm/pnpm@7.19.0/node_modules/pnpm/bin/pnpx.cjs" "$@"
17
17
  fi
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "Meet Buddy. The Stacks runtime.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -51,7 +51,7 @@
51
51
  ],
52
52
  "engines": {
53
53
  "node": ">=v18.12.1",
54
- "pnpm": ">=7.18.2"
54
+ "pnpm": ">=7.19.0"
55
55
  },
56
56
  "scripts": {
57
57
  "buddy": "esno ./src/cli.ts",
@@ -108,6 +108,7 @@
108
108
  "example:vue": "pnpm run build:components && cd examples/vue && ln -sf ../../components/vue/dist dist && npx vite serve -c ../../core/build/example-vue.ts",
109
109
  "example:web-components": "pnpm run build:web-components && cd examples/web && ln -sf ../../components/web/dist dist && npx vite serve -c ../../core/build/example-wc.ts",
110
110
  "lint": "pnpm buddy lint",
111
+ "lint:stacks": "pnpm buddy lint:stacks",
111
112
  "lint:fix": "pnpm buddy lint:fix",
112
113
  "serve": "pnpm buddy serve",
113
114
  "serve:pages": "pnpm run dev:pages",
@@ -171,7 +172,7 @@
171
172
  },
172
173
  "devDependencies": {
173
174
  "only-allow": "^1.1.1",
174
- "pnpm": ">=7.18.2",
175
+ "pnpm": ">=7.19.0",
175
176
  "typescript": "^4.9.4",
176
177
  "unbuild": "^1.0.2"
177
178
  },
@@ -105,9 +105,17 @@ async function build(buddy: CLI) {
105
105
 
106
106
  buddy
107
107
  .command('build:core', 'Automagically build the Stacks core.')
108
- .option('--debug', descriptions.debug, { default: false })
108
+ .option('--debug', descriptions.debug, { default: true })
109
109
  .action(async (options: BuildOptions) => {
110
- await runAction(Action.BuildCore, options)
110
+ const startTime = intro('buddy build:core')
111
+ const result = await runAction(Action.BuildCore, options)
112
+
113
+ if (result.isErr()) {
114
+ log.error('Failed to build the Stacks core.', result.error)
115
+ process.exit()
116
+ }
117
+
118
+ outro('Stacks core built successfully', { startTime, useSeconds: true })
111
119
  })
112
120
 
113
121
  buddy
@@ -115,8 +123,7 @@ async function build(buddy: CLI) {
115
123
  .option('-s, --stacks', descriptions.stacks, { default: true })
116
124
  .option('--debug', descriptions.debug, { default: false })
117
125
  .action(async (options: BuildOptions) => {
118
- console.log('here')
119
- const perf = intro('buddy release')
126
+ const startTime = intro('buddy build:stacks')
120
127
  const result = await runAction(Action.BuildStacks, options)
121
128
 
122
129
  if (result.isErr()) {
@@ -124,7 +131,7 @@ async function build(buddy: CLI) {
124
131
  process.exit()
125
132
  }
126
133
 
127
- outro('Stacks built successfully', { startTime: perf, useSeconds: true })
134
+ outro('Stacks built successfully', { startTime, useSeconds: true })
128
135
  })
129
136
  }
130
137
 
@@ -14,7 +14,7 @@ async function fresh(buddy: CLI) {
14
14
  .option('--debug', descriptions.debug, { default: false })
15
15
  .action(async (options: FreshOptions) => {
16
16
  const perf = intro('buddy fresh')
17
- const result = await runAction(Action.Fresh, { ...options, shouldShowSpinner: true })
17
+ const result = await runAction(Action.Fresh, { ...options, shouldShowSpinner: true, spinnerText: 'Reinstalling your dependencies...' })
18
18
 
19
19
  if (result.isErr()) {
20
20
  outro('While running the fresh command, there was an issue', { startTime: perf, useSeconds: true, isError: true }, result.error)
@@ -5,8 +5,8 @@ import { runAction } from '@stacksjs/actions'
5
5
 
6
6
  async function lint(buddy: CLI) {
7
7
  const descriptions = {
8
- lint: 'Automagically lints your codebase',
9
- lintFix: 'Automagically fixes lint errors',
8
+ lint: 'Automagically lints your project codebase',
9
+ lintFix: 'Automagically fixes all lint errors',
10
10
  debug: 'Enable debug mode',
11
11
  }
12
12
 
@@ -16,14 +16,14 @@ async function lint(buddy: CLI) {
16
16
  .option('--debug', descriptions.debug, { default: false })
17
17
  .action(async (options: LintOptions) => {
18
18
  const perf = intro('buddy lint')
19
- const result = await runAction(Action.Lint, options)
19
+ const result = await runAction(Action.Lint, { ...options, shouldShowSpinner: true, spinnerText: 'Linting...' })
20
20
 
21
21
  if (result.isErr()) {
22
- outro('While running `buddy lint`, there was an issue', { startTime: perf, useSeconds: true, isError: true })
22
+ outro('While running `buddy lint`, there was an issue', { startTime: perf, useSeconds: true, isError: true }, result.error)
23
23
  process.exit()
24
24
  }
25
25
 
26
- outro('Linted', { startTime: perf, useSeconds: true })
26
+ outro('Linted your project.', { startTime: perf, useSeconds: true })
27
27
  })
28
28
 
29
29
  buddy
@@ -31,14 +31,14 @@ async function lint(buddy: CLI) {
31
31
  .option('--debug', descriptions.debug, { default: false })
32
32
  .action(async (options: LintOptions) => {
33
33
  log.info('Fixing lint errors...')
34
- const result = await runAction(Action.LintFix, options)
34
+ const result = await runAction(Action.LintFix, { ...options, shouldShowSpinner: true, spinnerText: 'Linting...' })
35
35
 
36
36
  if (result.isErr()) {
37
37
  log.error('There was an error lint fixing your code.', result.error)
38
38
  process.exit()
39
39
  }
40
40
 
41
- log.success('Fixed lint errors')
41
+ log.success('Fixed lint errors.')
42
42
  })
43
43
  }
44
44
 
@@ -2,7 +2,7 @@
2
2
  "name": "hello-world-vue",
3
3
  "type": "module",
4
4
  "version": "",
5
- "packageManager": "pnpm@7.18.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "Your Vue component library description",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -2,7 +2,7 @@
2
2
  "name": "hello-world-elements",
3
3
  "type": "module",
4
4
  "version": "",
5
- "packageManager": "pnpm@7.18.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "Your framework agnostic web component library description.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/actions",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks actions.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "engines": {
39
39
  "node": ">=v18.12.1",
40
- "pnpm": ">=7.18.2"
40
+ "pnpm": ">=7.19.0"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "mkdist -d",
@@ -4,4 +4,4 @@ import { runCommands } from '@stacksjs/cli'
4
4
  await runCommands([
5
5
  'pnpm --filter \'./core/**\' --filter=\'!./core/config\' --filter=\'!./core/x-ray\' build', // command to build the core packages, excluding the config & x-ray package
6
6
  'pnpm --filter \'../core/config\' build', // command to build the config package
7
- ], { debug: true, cwd: frameworkPath() })
7
+ ], { debug: true, cwd: frameworkPath(), shell: true })
@@ -1,8 +1,5 @@
1
1
  import { runAction } from '@stacksjs/actions'
2
- import { log } from '@stacksjs/cli'
3
2
  import { projectPath } from '@stacksjs/path'
4
3
  import { Action } from '@stacksjs/types'
5
4
 
6
- log.info('Linting your project.')
7
5
  await runAction(Action.FixLintIssues, { cwd: projectPath(), shouldShowSpinner: true, spinnerText: 'Linting...' })
8
- log.success('Linted your project.')
@@ -1,12 +1,5 @@
1
- import { intro, outro, runCommand } from '@stacksjs/cli'
2
- import { ExitCode, NpmScript } from '@stacksjs/types'
1
+ import { runCommand } from '@stacksjs/cli'
2
+ import { projectPath } from '@stacksjs/path'
3
+ import { NpmScript } from '@stacksjs/types'
3
4
 
4
- const perf = intro('buddy lint')
5
- const result = await runCommand(NpmScript.Lint, { cwd: frameworkPath(), debug: true })
6
-
7
- if (result.isErr()) {
8
- outro('While running `buddy lint`, there was an issue', { startTime: perf, useSeconds: true, isError: true })
9
- process.exit(ExitCode.FatalError)
10
- }
11
-
12
- outro('Linted', { startTime: perf, useSeconds: true })
5
+ await runCommand(NpmScript.Lint, { cwd: projectPath(), debug: true })
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/ai",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "Stacks Artificial Intelligence.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "engines": {
37
37
  "node": ">=v18.12.1",
38
- "pnpm": ">=7.18.2"
38
+ "pnpm": ">=7.19.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/alias",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks aliases.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "engines": {
34
34
  "node": ">=v18.12.1",
35
- "pnpm": ">=7.18.2"
35
+ "pnpm": ">=7.19.0"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/arrays",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks array utilities.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "engines": {
38
38
  "node": ">=v18.12.1",
39
- "pnpm": ">=7.18.2"
39
+ "pnpm": ">=7.19.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/auth",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "A more simplistic way to authenticate.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  ],
34
34
  "engines": {
35
35
  "node": ">=v18.12.1",
36
- "pnpm": ">=7.18.2"
36
+ "pnpm": ">=7.19.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "mkdist -d",
@@ -11,7 +11,7 @@ else
11
11
  export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
- exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vite@4.0.2/node_modules/vite/bin/vite.js" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vite@4.0.3/node_modules/vite/bin/vite.js" "$@"
15
15
  else
16
- exec node "$basedir/../../../../../node_modules/.pnpm/vite@4.0.2/node_modules/vite/bin/vite.js" "$@"
16
+ exec node "$basedir/../../../../../node_modules/.pnpm/vite@4.0.3/node_modules/vite/bin/vite.js" "$@"
17
17
  fi
@@ -11,7 +11,7 @@ else
11
11
  export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
- exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vite-ssg@0.22.1_h5aity6h2fxdq34afxf7tsy23q/node_modules/vite-ssg/bin/vite-ssg.js" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vite-ssg@0.22.1_li7wvrxy2mzcyrqcsobzlykrwu/node_modules/vite-ssg/bin/vite-ssg.js" "$@"
15
15
  else
16
- exec node "$basedir/../../../../../node_modules/.pnpm/vite-ssg@0.22.1_h5aity6h2fxdq34afxf7tsy23q/node_modules/vite-ssg/bin/vite-ssg.js" "$@"
16
+ exec node "$basedir/../../../../../node_modules/.pnpm/vite-ssg@0.22.1_li7wvrxy2mzcyrqcsobzlykrwu/node_modules/vite-ssg/bin/vite-ssg.js" "$@"
17
17
  fi
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/build",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks framework build tools and configurations.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "engines": {
37
37
  "node": ">=v18.12.1",
38
- "pnpm": ">=7.18.2"
38
+ "pnpm": ">=7.19.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/cache",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks way to test.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "engines": {
38
38
  "node": ">=v18.12.1",
39
- "pnpm": ">=7.18.2"
39
+ "pnpm": ">=7.19.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "mkdist -d",
@@ -51,7 +51,7 @@ async function install() {
51
51
  try {
52
52
  const spin = spinner('Running...').start()
53
53
  setTimeout(() => {
54
- spin.text = italic('This may take a little while...')
54
+ spin.text = italic('This may take a few moments...')
55
55
  }, 5000)
56
56
  await spawn('pnpm install')
57
57
  spin.stop()
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/cli",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The simple way to create beautiful CLIs.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  ],
42
42
  "engines": {
43
43
  "node": ">=v18.12.1",
44
- "pnpm": ">=7.18.2"
44
+ "pnpm": ">=7.19.0"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "mkdist -d",
@@ -53,9 +53,9 @@ export function startSpinner(text?: string) {
53
53
  }).start()
54
54
 
55
55
  setTimeout(() => {
56
- spin.text = italic('This may take a little while...')
56
+ spin.text = italic('This may take a few moments...')
57
57
  spin.spinner = 'clock'
58
- }, 5000)
58
+ }, 7500)
59
59
 
60
60
  return spin
61
61
  }
@@ -0,0 +1,53 @@
1
+ # Actions
2
+
3
+ Placeholder for the "On-The-Fly API."
4
+
5
+ ## ☘️ Features
6
+
7
+ - ⚡️
8
+
9
+ ## 🤖 Usage
10
+
11
+ ```bash
12
+ pnpm i -D @stacksjs/cloud
13
+ ```
14
+
15
+ Now, you can use it in your project:
16
+
17
+ ```js
18
+ import { actions } from '@stacksjs/cloud'
19
+
20
+ // wip
21
+ ```
22
+
23
+ Learn more in the docs.
24
+
25
+ ## 🧪 Testing
26
+
27
+ ```bash
28
+ pnpm test
29
+ ```
30
+
31
+ ## 📈 Changelog
32
+
33
+ Please see our [releases](https://github.com/stacksjs/stacks/releases) page for more information on what has changed recently.
34
+
35
+ ## 💪🏼 Contributing
36
+
37
+ Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
38
+
39
+ ## 🏝 Community
40
+
41
+ For help, discussion about best practices, or any other conversation that would benefit from being searchable:
42
+
43
+ [Discussions on GitHub](https://github.com/stacksjs/stacks/discussions)
44
+
45
+ For casual chit-chat with others using this package:
46
+
47
+ [Join the Stacks Discord Server](https://discord.ow3.org)
48
+
49
+ ## 📄 License
50
+
51
+ The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.
52
+
53
+ Made with ❤️
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/cloud",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks cloud/serverless integration & implementation.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "engines": {
39
39
  "node": ">=v18.12.1",
40
- "pnpm": ">=7.18.2"
40
+ "pnpm": ">=7.19.0"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/collections",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks collections.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "engines": {
39
39
  "node": ">=v18.12.1",
40
- "pnpm": ">=7.18.2"
40
+ "pnpm": ">=7.19.0"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/config",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks configuration.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "engines": {
34
34
  "node": ">=v18.12.1",
35
- "pnpm": ">=7.18.2"
35
+ "pnpm": ">=7.19.0"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "unbuild",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/dashboard",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks Dashboard.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "engines": {
39
39
  "node": ">=v18.12.1",
40
- "pnpm": ">=7.18.2"
40
+ "pnpm": ">=7.19.0"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/database",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks database integration.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -39,7 +39,7 @@
39
39
  ],
40
40
  "engines": {
41
41
  "node": ">=v18.12.1",
42
- "pnpm": ">=7.18.2"
42
+ "pnpm": ">=7.19.0"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks datetime helpers.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "engines": {
38
38
  "node": ">=v18.12.1",
39
- "pnpm": ">=7.18.2"
39
+ "pnpm": ">=7.19.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/desktop",
3
3
  "type": "module",
4
- "version": "0.45.1",
5
- "packageManager": "pnpm@7.18.2",
4
+ "version": "0.45.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks Desktop engine.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "engines": {
45
45
  "node": ">=v18.12.1",
46
- "pnpm": ">=7.18.2"
46
+ "pnpm": ">=7.19.0"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "mkdist -d",
@@ -11,7 +11,7 @@ else
11
11
  export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
- exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.32_2r467mdhb7mblpaox4bg7fatdi/node_modules/vitepress/bin/vitepress.js" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.33_2r467mdhb7mblpaox4bg7fatdi/node_modules/vitepress/bin/vitepress.js" "$@"
15
15
  else
16
- exec node "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.32_2r467mdhb7mblpaox4bg7fatdi/node_modules/vitepress/bin/vitepress.js" "$@"
16
+ exec node "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.33_2r467mdhb7mblpaox4bg7fatdi/node_modules/vitepress/bin/vitepress.js" "$@"
17
17
  fi