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/datetime",
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 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.0",
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
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/docs",
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 way to document.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "engines": {
36
36
  "node": ">=v18.12.1",
37
- "pnpm": ">=7.18.2"
37
+ "pnpm": ">=7.19.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "mkdist -d",
@@ -43,7 +43,7 @@
43
43
  "typecheck": "tsc --noEmit"
44
44
  },
45
45
  "peerDependencies": {
46
- "vitepress": "1.0.0-alpha.32"
46
+ "vitepress": "1.0.0-alpha.33"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@stacksjs/testing": "workspace:*",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/domains",
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": "Easily manage your domains.",
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/drivers",
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": "Easily create a driver-based system.",
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",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/email",
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 Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
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/error-handling",
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": "Type safe error handling.",
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/git",
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 git utilities & conventions.",
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/health",
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 Health services.",
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/lint",
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 way to lint.",
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/logging",
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 logging system.",
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/modules",
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 modules.",
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/notifications",
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 notifications integration.",
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": "unbuild",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/objects",
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 objects.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "engines": {
36
36
  "node": ">=v18.12.1",
37
- "pnpm": ">=7.18.2"
37
+ "pnpm": ">=7.19.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "mkdist -d",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/path",
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 path.",
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/payments",
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 payments package. Currently supporting Stripe.",
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/realtime",
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 realtime integration.",
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/router",
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 router.",
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/search-engine",
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 search engine integrations.",
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",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/security",
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 security.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "engines": {
36
36
  "node": ">=v18.12.1",
37
- "pnpm": ">=7.18.2"
37
+ "pnpm": ">=7.19.0"
38
38
  },
39
39
  "scripts": {
40
40
  "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
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/server",
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": "Local development and production-ready.",
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/storage",
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 file system.",
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/strings",
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 string utilities.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  ],
47
47
  "engines": {
48
48
  "node": ">=v18.12.1",
49
- "pnpm": ">=7.18.2"
49
+ "pnpm": ">=7.19.0"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "unbuild",
@@ -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/vitest@0.26.1_@vitest+ui@0.26.1/node_modules/vitest/vitest.mjs" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vitest@0.26.2_@vitest+ui@0.26.2/node_modules/vitest/vitest.mjs" "$@"
15
15
  else
16
- exec node "$basedir/../../../../../node_modules/.pnpm/vitest@0.26.1_@vitest+ui@0.26.1/node_modules/vitest/vitest.mjs" "$@"
16
+ exec node "$basedir/../../../../../node_modules/.pnpm/vitest@0.26.2_@vitest+ui@0.26.2/node_modules/vitest/vitest.mjs" "$@"
17
17
  fi
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/testing",
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 way to test.",
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",
@@ -46,9 +46,9 @@
46
46
  "typecheck": "tsc --noEmit"
47
47
  },
48
48
  "peerDependencies": {
49
- "@vitest/coverage-istanbul": "^0.26.0",
50
- "@vitest/ui": "^0.26.1",
51
- "vitest": "^0.26.1"
49
+ "@vitest/coverage-istanbul": "^0.26.2",
50
+ "@vitest/ui": "^0.26.2",
51
+ "vitest": "^0.26.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "mkdist": "^1.0.0",
@@ -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_o4l5fnurgl7shvybs3txghyb5a/node_modules/vitepress/bin/vitepress.js" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.33_o4l5fnurgl7shvybs3txghyb5a/node_modules/vitepress/bin/vitepress.js" "$@"
15
15
  else
16
- exec node "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.32_o4l5fnurgl7shvybs3txghyb5a/node_modules/vitepress/bin/vitepress.js" "$@"
16
+ exec node "$basedir/../../../../../node_modules/.pnpm/vitepress@1.0.0-alpha.33_o4l5fnurgl7shvybs3txghyb5a/node_modules/vitepress/bin/vitepress.js" "$@"
17
17
  fi
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
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 types.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "engines": {
36
36
  "node": ">=v18.12.1",
37
- "pnpm": ">=7.18.2"
37
+ "pnpm": ">=7.19.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "mkdist -d",
@@ -66,6 +66,6 @@
66
66
  "vite-plugin-inspect": "^0.7.11",
67
67
  "vite-plugin-vue-layouts": "^0.7.0",
68
68
  "vite-ssg": "^0.22.1",
69
- "vitepress": "1.0.0-alpha.32"
69
+ "vitepress": "1.0.0-alpha.33"
70
70
  }
71
71
  }
@@ -60,6 +60,15 @@ export interface CliOptions {
60
60
  */
61
61
  shouldShowSpinner?: boolean | SpinnerOptions
62
62
 
63
+ /**
64
+ * **Spinner Text**
65
+ *
66
+ * The text to show when the spinner is shown.
67
+ *
68
+ * @default 'Executing...'
69
+ */
70
+ spinnerText?: string
71
+
63
72
  /**
64
73
  * **Should the command be run inside a shell?**
65
74
  *
@@ -214,13 +223,13 @@ export const enum Action {
214
223
  BuildVueComponentLib = 'build-vue-component-lib',
215
224
  BuildWebComponentLib = 'build-web-component-lib',
216
225
  BuildCli = 'build-cli',
217
- BuildCore = 'build-core',
226
+ BuildCore = 'build-core', // ✅
218
227
  BuildDocs = 'build-docs',
219
228
  BuildFunctionLib = 'build-function-lib',
220
- Fresh = 'fresh', // wip: spinner missing
229
+ Fresh = 'fresh', //
221
230
  GeneratePackageJsons = 'generate-package-jsons', // wip: loop issue
222
- Lint = 'lint',
223
- LintFix = 'lint-fix',
231
+ Lint = 'lint', // ✅
232
+ LintFix = 'lint-fix', // ✅
224
233
  FixLintIssues = 'fix-lint-issues',
225
234
  }
226
235