@stacksjs/types 0.70.354 → 0.70.356

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 +1 -0
  2. package/package.json +2 -2
package/dist/cli.d.ts CHANGED
@@ -35,6 +35,7 @@ export declare interface CliOptions {
35
35
  project?: string
36
36
  }
37
37
  export declare interface CleanOptions extends CliOptions {
38
+ dryRun?: boolean
38
39
  force?: boolean
39
40
  }
40
41
  export declare interface CloudCliOptions extends CliOptions {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.70.354",
4
+ "version": "0.70.356",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -71,7 +71,7 @@
71
71
  }
72
72
  },
73
73
  "devDependencies": {
74
- "@stacksjs/validation": "0.70.354",
74
+ "@stacksjs/validation": "0.70.356",
75
75
  "better-dx": "^0.2.17",
76
76
  "meilisearch": "^0.59.0"
77
77
  },