stacks 0.45.0 → 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/bump.ts +1 -4
- package/core/actions/src/helpers/utils.ts +1 -1
- package/core/actions/src/lint-fix.ts +1 -4
- 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/actions/run.ts +2 -2
- package/core/cli/src/helpers.ts +7 -4
- 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 +13 -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
package/core/ui/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/ui",
|
|
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 atomic UI engine, powered by UnoCSS.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
],
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=v18.12.1",
|
|
41
|
-
"pnpm": ">=7.
|
|
41
|
+
"pnpm": ">=7.19.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "mkdist -d",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"@julr/unocss-preset-forms": "^0.0.2",
|
|
53
53
|
"@stacksjs/build": "workspace:*",
|
|
54
54
|
"@stacksjs/config": "workspace:*",
|
|
55
|
-
"@unocss/transformer-compile-class": "^0.
|
|
55
|
+
"@unocss/transformer-compile-class": "^0.48.0",
|
|
56
56
|
"pinia": "^2.0.28",
|
|
57
|
-
"unocss": "^0.
|
|
57
|
+
"unocss": "^0.48.0",
|
|
58
58
|
"vue": "^3.2.45",
|
|
59
59
|
"vue-tsc": "^1.0.16"
|
|
60
60
|
},
|
package/core/utils/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/utils",
|
|
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 helper functions.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
],
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=v18.12.1",
|
|
41
|
-
"pnpm": ">=7.
|
|
41
|
+
"pnpm": ">=7.19.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "mkdist -d",
|
package/core/x-ray/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/x-ray",
|
|
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": "All you need to debug, log & analyze.",
|
|
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": "echo 'wip'",
|
package/functions/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stacks",
|
|
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.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
],
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=v18.12.1",
|
|
64
|
-
"pnpm": ">=7.
|
|
64
|
+
"pnpm": ">=7.19.0"
|
|
65
65
|
},
|
|
66
66
|
"web-types": "./web-types.json",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@stacksjs/buddy": "0.45.
|
|
68
|
+
"@stacksjs/buddy": "0.45.2"
|
|
69
69
|
},
|
|
70
70
|
"scripts": {
|
|
71
71
|
"buddy": "esno ./buddy/src/cli.ts",
|
|
@@ -116,8 +116,9 @@
|
|
|
116
116
|
"example": "wip",
|
|
117
117
|
"example:vue": "pnpm run build:components && cd examples/vue && ln -sf ../../components/vue/dist dist && npx vite serve -c ../../core/build/example-vue.ts",
|
|
118
118
|
"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",
|
|
119
|
-
"lint": "
|
|
120
|
-
"lint:
|
|
119
|
+
"lint": "buddy lint",
|
|
120
|
+
"lint:stacks": "buddy lint:stacks",
|
|
121
|
+
"lint:fix": "buddy lint:fix",
|
|
121
122
|
"serve": "pnpm buddy serve",
|
|
122
123
|
"serve:pages": "pnpm run dev:pages",
|
|
123
124
|
"serve:functions": "pnpm run dev:functions",
|