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.
Files changed (67) 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/bump.ts +1 -4
  12. package/core/actions/src/helpers/utils.ts +1 -1
  13. package/core/actions/src/lint-fix.ts +1 -4
  14. package/core/actions/src/lint.ts +4 -11
  15. package/core/ai/package.json +3 -3
  16. package/core/alias/package.json +3 -3
  17. package/core/arrays/package.json +3 -3
  18. package/core/auth/package.json +3 -3
  19. package/core/build/node_modules/.bin/vite +2 -2
  20. package/core/build/node_modules/.bin/vite-ssg +2 -2
  21. package/core/build/package.json +3 -3
  22. package/core/cache/package.json +3 -3
  23. package/core/cli/README.md +1 -1
  24. package/core/cli/package.json +3 -3
  25. package/core/cli/src/actions/run.ts +2 -2
  26. package/core/cli/src/helpers.ts +7 -4
  27. package/core/cloud/dist/actions/README.md +53 -0
  28. package/core/cloud/package.json +3 -3
  29. package/core/collections/package.json +3 -3
  30. package/core/config/package.json +3 -3
  31. package/core/dashboard/package.json +3 -3
  32. package/core/database/package.json +3 -3
  33. package/core/datetime/package.json +3 -3
  34. package/core/desktop/package.json +3 -3
  35. package/core/docs/node_modules/.bin/vitepress +2 -2
  36. package/core/docs/package.json +4 -4
  37. package/core/domains/package.json +3 -3
  38. package/core/drivers/package.json +3 -3
  39. package/core/email/package.json +3 -3
  40. package/core/error-handling/package.json +3 -3
  41. package/core/git/package.json +3 -3
  42. package/core/health/package.json +3 -3
  43. package/core/lint/package.json +3 -3
  44. package/core/logging/package.json +3 -3
  45. package/core/modules/package.json +3 -3
  46. package/core/notifications/package.json +3 -3
  47. package/core/objects/package.json +3 -3
  48. package/core/path/package.json +3 -3
  49. package/core/payments/package.json +3 -3
  50. package/core/realtime/package.json +3 -3
  51. package/core/router/package.json +3 -3
  52. package/core/search-engine/package.json +3 -3
  53. package/core/security/package.json +3 -3
  54. package/core/server/node_modules/.bin/vite +2 -2
  55. package/core/server/package.json +3 -3
  56. package/core/storage/package.json +3 -3
  57. package/core/strings/package.json +3 -3
  58. package/core/testing/node_modules/.bin/vitest +2 -2
  59. package/core/testing/package.json +6 -6
  60. package/core/types/node_modules/.bin/vitepress +2 -2
  61. package/core/types/package.json +4 -4
  62. package/core/types/src/cli.ts +13 -4
  63. package/core/ui/package.json +5 -5
  64. package/core/utils/package.json +3 -3
  65. package/core/x-ray/package.json +3 -3
  66. package/functions/package.json +1 -1
  67. package/package.json +7 -6
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/ui",
3
3
  "type": "module",
4
- "version": "0.45.0",
5
- "packageManager": "pnpm@7.18.2",
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.18.2"
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.47.6",
55
+ "@unocss/transformer-compile-class": "^0.48.0",
56
56
  "pinia": "^2.0.28",
57
- "unocss": "^0.47.6",
57
+ "unocss": "^0.48.0",
58
58
  "vue": "^3.2.45",
59
59
  "vue-tsc": "^1.0.16"
60
60
  },
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/utils",
3
3
  "type": "module",
4
- "version": "0.45.0",
5
- "packageManager": "pnpm@7.18.2",
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.18.2"
41
+ "pnpm": ">=7.19.0"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/x-ray",
3
3
  "type": "module",
4
- "version": "0.45.0",
5
- "packageManager": "pnpm@7.18.2",
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.18.2"
42
+ "pnpm": ">=7.19.0"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "echo 'wip'",
@@ -2,7 +2,7 @@
2
2
  "name": "hello-world-fx",
3
3
  "type": "module",
4
4
  "version": "",
5
- "packageManager": "pnpm@7.18.2",
5
+ "packageManager": "pnpm@7.19.0",
6
6
  "description": "Your function library description.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "stacks",
3
3
  "type": "module",
4
- "version": "0.45.0",
5
- "packageManager": "pnpm@7.18.2",
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.18.2"
64
+ "pnpm": ">=7.19.0"
65
65
  },
66
66
  "web-types": "./web-types.json",
67
67
  "dependencies": {
68
- "@stacksjs/buddy": "0.45.0"
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": "eslint ..",
120
- "lint:fix": "eslint .. --fix",
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",