@stacksjs/types 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 (2) hide show
  1. package/dist/cli.d.ts +8 -0
  2. package/package.json +4 -4
package/dist/cli.d.ts CHANGED
@@ -51,6 +51,14 @@ export interface CliOptions {
51
51
  * @default true
52
52
  */
53
53
  shouldShowSpinner?: boolean | SpinnerOptions;
54
+ /**
55
+ * **Spinner Text**
56
+ *
57
+ * The text to show when the spinner is shown.
58
+ *
59
+ * @default 'Executing...'
60
+ */
61
+ spinnerText?: string;
54
62
  /**
55
63
  * **Should the command be run inside a shell?**
56
64
  *
package/package.json CHANGED
@@ -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
  "devDependencies": {
40
40
  "@mdit-vue/plugin-component": "^0.11.1",
@@ -60,7 +60,7 @@
60
60
  "vite-plugin-inspect": "^0.7.11",
61
61
  "vite-plugin-vue-layouts": "^0.7.0",
62
62
  "vite-ssg": "^0.22.1",
63
- "vitepress": "1.0.0-alpha.32"
63
+ "vitepress": "1.0.0-alpha.33"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "mkdist -d",