stacks 0.44.11 → 0.44.12
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/README.md +1 -0
- package/buddy/README.md +1 -0
- package/buddy/package.json +4 -3
- package/buddy/src/commands/add.ts +12 -12
- package/buddy/src/commands/build.ts +48 -31
- package/buddy/src/commands/clean.ts +6 -6
- package/buddy/src/commands/commit.ts +6 -6
- package/buddy/src/commands/create.ts +14 -14
- package/buddy/src/commands/dev.ts +15 -15
- package/buddy/src/commands/example.ts +11 -11
- package/buddy/src/commands/fresh.ts +19 -8
- package/buddy/src/commands/generate.ts +20 -20
- package/buddy/src/commands/key.ts +2 -2
- package/buddy/src/commands/lint.ts +8 -8
- package/buddy/src/commands/make.ts +33 -33
- package/buddy/src/commands/preinstall.ts +6 -6
- package/buddy/src/commands/prepublish.ts +6 -6
- package/buddy/src/commands/release.ts +2 -2
- package/buddy/src/commands/setup.ts +8 -8
- package/buddy/src/commands/test.ts +11 -11
- package/buddy/src/commands/types.ts +8 -8
- package/buddy/src/commands/update.ts +20 -20
- package/buddy/src/index.ts +1 -0
- package/core/actions/package.json +1 -1
- package/core/actions/src/build-component-libs.ts +15 -0
- package/core/actions/src/build-stacks.ts +9 -0
- package/core/actions/src/fresh.ts +3 -26
- package/core/actions/src/helpers/utils.ts +2 -1
- package/core/ai/package.json +1 -1
- package/core/alias/package.json +1 -1
- package/core/arrays/package.json +1 -1
- package/core/auth/package.json +1 -1
- package/core/build/package.json +1 -1
- package/core/cache/package.json +1 -1
- package/core/cli/package.json +1 -1
- package/core/cli/src/actions/run.ts +2 -2
- package/core/cli/src/helpers.ts +1 -1
- package/core/cloud/package.json +1 -1
- package/core/collections/package.json +1 -1
- package/core/config/package.json +1 -1
- package/core/dashboard/package.json +1 -1
- package/core/database/package.json +1 -1
- package/core/datetime/package.json +1 -1
- package/core/desktop/package.json +1 -1
- package/core/docs/node_modules/.bin/vitepress +2 -2
- package/core/docs/package.json +2 -2
- package/core/domains/package.json +1 -1
- package/core/drivers/package.json +1 -1
- package/core/email/package.json +1 -1
- package/core/error-handling/package.json +1 -1
- package/core/git/package.json +1 -1
- package/core/health/README.md +56 -0
- package/core/health/node_modules/.bin/mkdist +17 -0
- package/core/health/node_modules/.bin/tsc +17 -0
- package/core/health/node_modules/.bin/tsserver +17 -0
- package/core/health/package.json +54 -0
- package/core/health/src/drivers/ohdear.ts +1 -0
- package/core/health/src/index.ts +1 -0
- package/core/health/src/notifications/index.ts +1 -0
- package/core/health/tests/example.test.ts +7 -0
- package/core/lint/package.json +1 -1
- package/core/logging/package.json +1 -1
- package/core/modules/package.json +1 -1
- package/core/notifications/README.md +205 -30
- package/core/notifications/package.json +1 -1
- package/core/objects/package.json +1 -1
- package/core/path/package.json +1 -1
- package/core/payments/package.json +1 -1
- package/core/realtime/package.json +1 -1
- package/core/router/package.json +1 -1
- package/core/search-engine/package.json +2 -2
- package/core/security/package.json +1 -1
- package/core/server/package.json +1 -1
- package/core/storage/package.json +1 -1
- package/core/strings/package.json +1 -1
- package/core/testing/package.json +1 -1
- package/core/types/node_modules/.bin/vitepress +2 -2
- package/core/types/package.json +2 -2
- package/core/types/src/cli.ts +8 -0
- package/core/ui/package.json +1 -1
- package/core/utils/package.json +4 -4
- package/core/x-ray/package.json +1 -1
- package/package.json +6 -6
- package/tsconfig.json +2 -2
- package/components/vue/dist/.gitkeep +0 -0
- package/components/web/dist/.gitkeep +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/search-engine",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.44.
|
|
4
|
+
"version": "0.44.12",
|
|
5
5
|
"packageManager": "pnpm@7.18.2",
|
|
6
6
|
"description": "The Stacks search engine integrations.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@stacksjs/cli": "workspace:*",
|
|
54
54
|
"@stacksjs/config": "workspace:*",
|
|
55
|
-
"@vueuse/core": "^9.
|
|
55
|
+
"@vueuse/core": "^9.7.0",
|
|
56
56
|
"meilisearch": "^0.30.0",
|
|
57
57
|
"vue": "^3.2.45"
|
|
58
58
|
},
|
package/core/server/package.json
CHANGED
|
@@ -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.32_jxge4szrecc54xj562j6nv3uwi/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.32_jxge4szrecc54xj562j6nv3uwi/node_modules/vitepress/bin/vitepress.js" "$@"
|
|
17
17
|
fi
|
package/core/types/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/types",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.44.
|
|
4
|
+
"version": "0.44.12",
|
|
5
5
|
"packageManager": "pnpm@7.18.2",
|
|
6
6
|
"description": "The Stacks framework types.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -66,6 +66,6 @@
|
|
|
66
66
|
"vite-plugin-inspect": "^0.7.10",
|
|
67
67
|
"vite-plugin-vue-layouts": "^0.7.0",
|
|
68
68
|
"vite-ssg": "^0.22.1",
|
|
69
|
-
"vitepress": "1.0.0-alpha.
|
|
69
|
+
"vitepress": "1.0.0-alpha.32"
|
|
70
70
|
}
|
|
71
71
|
}
|
package/core/types/src/cli.ts
CHANGED
|
@@ -192,6 +192,14 @@ export const enum NpmScript {
|
|
|
192
192
|
export const enum Action {
|
|
193
193
|
Release = 'release',
|
|
194
194
|
Prepublish = 'prepublish',
|
|
195
|
+
BuildStacks = 'build-stacks',
|
|
196
|
+
BuildComponentLibs = 'build-component-libs',
|
|
197
|
+
BuildVueComponentLib = 'build-vue-component-lib',
|
|
198
|
+
BuildWebComponentLib = 'build-web-component-lib',
|
|
199
|
+
BuildCli = 'build-cli',
|
|
200
|
+
BuildDocs = 'build-docs',
|
|
201
|
+
BuildFunctionLib = 'build-function-lib',
|
|
202
|
+
Fresh = 'fresh',
|
|
195
203
|
}
|
|
196
204
|
|
|
197
205
|
export type { CAC as CLI } from 'cac'
|
package/core/ui/package.json
CHANGED
package/core/utils/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/utils",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.44.
|
|
4
|
+
"version": "0.44.12",
|
|
5
5
|
"packageManager": "pnpm@7.18.2",
|
|
6
6
|
"description": "The Stacks helper functions.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"@stacksjs/path": "workspace:*",
|
|
55
55
|
"@stacksjs/storage": "workspace:*",
|
|
56
56
|
"@stacksjs/types": "workspace:*",
|
|
57
|
-
"@vueuse/core": "^9.
|
|
57
|
+
"@vueuse/core": "^9.7.0",
|
|
58
58
|
"@vueuse/head": "^1.0.22",
|
|
59
|
-
"@vueuse/math": "^9.
|
|
60
|
-
"@vueuse/shared": "^9.
|
|
59
|
+
"@vueuse/math": "^9.7.0",
|
|
60
|
+
"@vueuse/shared": "^9.7.0",
|
|
61
61
|
"defu": "^6.1.1",
|
|
62
62
|
"detect-indent": "^7.0.1",
|
|
63
63
|
"detect-newline": "^4.0.0",
|
package/core/x-ray/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stacks",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.44.
|
|
4
|
+
"version": "0.44.12",
|
|
5
5
|
"packageManager": "pnpm@7.18.2",
|
|
6
6
|
"description": "The Stacks framework.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
},
|
|
66
66
|
"web-types": "./web-types.json",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@stacksjs/buddy": "0.44.
|
|
68
|
+
"@stacksjs/buddy": "0.44.12"
|
|
69
69
|
},
|
|
70
70
|
"scripts": {
|
|
71
71
|
"buddy": "esno ./buddy/src/cli.ts",
|
|
72
|
-
"stx": "pnpm run
|
|
73
|
-
"stacks": "pnpm run
|
|
72
|
+
"stx": "pnpm run buddy",
|
|
73
|
+
"stacks": "pnpm run buddy",
|
|
74
74
|
"prepublish": "pnpm buddy prepublish",
|
|
75
75
|
"fresh": "pnpm buddy fresh",
|
|
76
76
|
"clean": "pnpm buddy clean",
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"build:functions": "npx vite build -c ./core/build/src/functions.ts",
|
|
96
96
|
"build:docs": "npx vitepress build ../apps/docs",
|
|
97
97
|
"build:pages": "npx vite-ssg build ./pages -c ./core/build/src/pages.ts",
|
|
98
|
-
"build:cli": "
|
|
98
|
+
"build:cli": "pnpm buddy build:cli",
|
|
99
99
|
"build:core": "pnpm --filter './core/**' --filter='!./core/config' build && pnpm --filter './core/config' build",
|
|
100
|
-
"build:stacks": "
|
|
100
|
+
"build:stacks": "pnpm buddy build:stacks",
|
|
101
101
|
"build:all": "wip",
|
|
102
102
|
"prod": "pnpm run build",
|
|
103
103
|
"prod:components": "pnpm run build:components",
|
package/tsconfig.json
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"functions/*": ["../functions/*"],
|
|
95
95
|
"config/*": ["../config/*"],
|
|
96
96
|
"components/*": ["../components/*"],
|
|
97
|
-
"
|
|
97
|
+
"views/*": ["../views/*"]
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
"include": [
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"./**/*",
|
|
103
103
|
"../components/**/*",
|
|
104
104
|
"../functions/**/*",
|
|
105
|
-
"../
|
|
105
|
+
"../views/**/*"
|
|
106
106
|
],
|
|
107
107
|
"exclude": [
|
|
108
108
|
"./vitest.config.ts",
|
|
File without changes
|
|
File without changes
|