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.
- package/buddy/node_modules/.bin/pnpm +2 -2
- package/buddy/node_modules/.bin/pnpx +2 -2
- package/buddy/package.json +5 -4
- package/buddy/src/commands/build.ts +12 -5
- package/buddy/src/commands/fresh.ts +1 -1
- package/buddy/src/commands/lint.ts +7 -7
- package/components/vue/package.json +1 -1
- package/components/web/package.json +1 -1
- package/core/actions/package.json +3 -3
- package/core/actions/src/build-core.ts +1 -1
- package/core/actions/src/lint-fix.ts +0 -3
- package/core/actions/src/lint.ts +4 -11
- package/core/ai/package.json +3 -3
- package/core/alias/package.json +3 -3
- package/core/arrays/package.json +3 -3
- package/core/auth/package.json +3 -3
- package/core/build/node_modules/.bin/vite +2 -2
- package/core/build/node_modules/.bin/vite-ssg +2 -2
- package/core/build/package.json +3 -3
- package/core/cache/package.json +3 -3
- package/core/cli/README.md +1 -1
- package/core/cli/package.json +3 -3
- package/core/cli/src/helpers.ts +2 -2
- package/core/cloud/dist/actions/README.md +53 -0
- package/core/cloud/package.json +3 -3
- package/core/collections/package.json +3 -3
- package/core/config/package.json +3 -3
- package/core/dashboard/package.json +3 -3
- package/core/database/package.json +3 -3
- package/core/datetime/package.json +3 -3
- package/core/desktop/package.json +3 -3
- package/core/docs/node_modules/.bin/vitepress +2 -2
- package/core/docs/package.json +4 -4
- package/core/domains/package.json +3 -3
- package/core/drivers/package.json +3 -3
- package/core/email/package.json +3 -3
- package/core/error-handling/package.json +3 -3
- package/core/git/package.json +3 -3
- package/core/health/package.json +3 -3
- package/core/lint/package.json +3 -3
- package/core/logging/package.json +3 -3
- package/core/modules/package.json +3 -3
- package/core/notifications/package.json +3 -3
- package/core/objects/package.json +3 -3
- package/core/path/package.json +3 -3
- package/core/payments/package.json +3 -3
- package/core/realtime/package.json +3 -3
- package/core/router/package.json +3 -3
- package/core/search-engine/package.json +3 -3
- package/core/security/package.json +3 -3
- package/core/server/node_modules/.bin/vite +2 -2
- package/core/server/package.json +3 -3
- package/core/storage/package.json +3 -3
- package/core/strings/package.json +3 -3
- package/core/testing/node_modules/.bin/vitest +2 -2
- package/core/testing/package.json +6 -6
- package/core/types/node_modules/.bin/vitepress +2 -2
- package/core/types/package.json +4 -4
- package/core/types/src/cli.ts +4 -4
- package/core/ui/package.json +5 -5
- package/core/utils/package.json +3 -3
- package/core/x-ray/package.json +3 -3
- package/functions/package.json +1 -1
- 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.
|
|
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.
|
|
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.
|
|
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.
|
|
16
|
+
exec node "$basedir/../../../../node_modules/.pnpm/pnpm@7.19.0/node_modules/pnpm/bin/pnpx.cjs" "$@"
|
|
17
17
|
fi
|
package/buddy/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/buddy",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.45.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
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.
|
|
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:
|
|
108
|
+
.option('--debug', descriptions.debug, { default: true })
|
|
109
109
|
.action(async (options: BuildOptions) => {
|
|
110
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/actions",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.45.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
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.')
|
package/core/actions/src/lint.ts
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { runCommand } from '@stacksjs/cli'
|
|
2
|
+
import { projectPath } from '@stacksjs/path'
|
|
3
|
+
import { NpmScript } from '@stacksjs/types'
|
|
3
4
|
|
|
4
|
-
|
|
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 })
|
package/core/ai/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/ai",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.45.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
38
|
+
"pnpm": ">=7.19.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
package/core/alias/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/alias",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.45.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
35
|
+
"pnpm": ">=7.19.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "mkdist -d",
|
package/core/arrays/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/arrays",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.45.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
39
|
+
"pnpm": ">=7.19.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "mkdist -d",
|
package/core/auth/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/auth",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.45.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/vite-ssg@0.22.1_li7wvrxy2mzcyrqcsobzlykrwu/node_modules/vite-ssg/bin/vite-ssg.js" "$@"
|
|
17
17
|
fi
|
package/core/build/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/build",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.45.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
38
|
+
"pnpm": ">=7.19.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
package/core/cache/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/cache",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.45.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
39
|
+
"pnpm": ">=7.19.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "mkdist -d",
|
package/core/cli/README.md
CHANGED
|
@@ -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
|
|
54
|
+
spin.text = italic('This may take a few moments...')
|
|
55
55
|
}, 5000)
|
|
56
56
|
await spawn('pnpm install')
|
|
57
57
|
spin.stop()
|
package/core/cli/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.45.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
44
|
+
"pnpm": ">=7.19.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "mkdist -d",
|
package/core/cli/src/helpers.ts
CHANGED
|
@@ -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
|
|
56
|
+
spin.text = italic('This may take a few moments...')
|
|
57
57
|
spin.spinner = 'clock'
|
|
58
|
-
},
|
|
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 ❤️
|
package/core/cloud/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/cloud",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.45.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
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.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
40
|
+
"pnpm": ">=7.19.0"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "mkdist -d",
|
package/core/config/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.45.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
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.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
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.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
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.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
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.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
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.
|
|
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.
|
|
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.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.33_2r467mdhb7mblpaox4bg7fatdi/node_modules/vitepress/bin/vitepress.js" "$@"
|
|
17
17
|
fi
|