@stacksjs/types 0.49.1 → 0.49.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/dist/cli.d.ts CHANGED
@@ -26,9 +26,9 @@ export interface CliOptions {
26
26
  /**
27
27
  * **CLI Debug Level**
28
28
  *
29
- * When your application is in debug mode, a different level of information,
30
- * like stack traces, will be shown on every error that occurs within the
31
- * application. When disabled, it defaults to the "normal experience."
29
+ * When your application is in debug mode, a different level
30
+ * of information, like stack traces, will be shown. When
31
+ * disabled, it defaults to the "normal experience."
32
32
  *
33
33
  * @default false
34
34
  */
@@ -161,7 +161,7 @@ export declare const enum NpmScript {
161
161
  BuildStacks = "build:stacks",
162
162
  Clean = "rimraf ./pnpm-lock.yaml ./node_modules/ ./.stacks/**/node_modules",
163
163
  Dev = "dev",
164
- DevComponents = "vite --config ./.stacks/core/build/src/vue-components.ts",
164
+ DevComponents = "vite --config ./core/build/src/vue-components.ts",
165
165
  DevDocs = "dev:docs",
166
166
  DevDesktop = "dev:desktop",
167
167
  DevPages = "dev:pages",
package/dist/cli.mjs CHANGED
@@ -7,7 +7,7 @@ export var NpmScript = /* @__PURE__ */ ((NpmScript2) => {
7
7
  NpmScript2["BuildStacks"] = "build:stacks";
8
8
  NpmScript2["Clean"] = "rimraf ./pnpm-lock.yaml ./node_modules/ ./.stacks/**/node_modules";
9
9
  NpmScript2["Dev"] = "dev";
10
- NpmScript2["DevComponents"] = "vite --config ./.stacks/core/build/src/vue-components.ts";
10
+ NpmScript2["DevComponents"] = "vite --config ./core/build/src/vue-components.ts";
11
11
  NpmScript2["DevDocs"] = "dev:docs";
12
12
  NpmScript2["DevDesktop"] = "dev:desktop";
13
13
  NpmScript2["DevPages"] = "dev:pages";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.49.1",
4
+ "version": "0.49.2",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "The Stacks framework types.",
7
7
  "author": "Chris Breuer",