@stacksjs/types 0.70.113 → 0.70.115
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 +6 -1
- package/package.json +5 -4
package/dist/cli.d.ts
CHANGED
|
@@ -33,7 +33,9 @@ export declare interface CliOptions {
|
|
|
33
33
|
input?: string | ArrayBufferView | ReadableStream | Blob | Response | Request
|
|
34
34
|
project?: string
|
|
35
35
|
}
|
|
36
|
-
export declare interface CleanOptions extends CliOptions {
|
|
36
|
+
export declare interface CleanOptions extends CliOptions {
|
|
37
|
+
force?: boolean
|
|
38
|
+
}
|
|
37
39
|
export declare interface CloudCliOptions extends CliOptions {
|
|
38
40
|
ssh?: boolean
|
|
39
41
|
connect?: boolean
|
|
@@ -41,10 +43,13 @@ export declare interface CloudCliOptions extends CliOptions {
|
|
|
41
43
|
invalidateCache?: boolean
|
|
42
44
|
paths?: string
|
|
43
45
|
diff?: boolean
|
|
46
|
+
force?: boolean
|
|
47
|
+
yes?: boolean
|
|
44
48
|
}
|
|
45
49
|
export declare interface CommitOptions extends CliOptions {}
|
|
46
50
|
export declare interface FreshOptions extends CliOptions {
|
|
47
51
|
dryRun?: boolean
|
|
52
|
+
force?: boolean
|
|
48
53
|
quiet?: boolean
|
|
49
54
|
}
|
|
50
55
|
export declare interface InspireOptions 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.
|
|
4
|
+
"version": "0.70.115",
|
|
5
5
|
"description": "The Stacks framework types.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"contributors": [
|
|
@@ -52,9 +52,10 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@stacksjs/bunpress": "^0.1.12",
|
|
55
|
-
"@stacksjs/clapp": "
|
|
55
|
+
"@stacksjs/clapp": "catalog:",
|
|
56
|
+
"@stacksjs/stx": "catalog:",
|
|
56
57
|
"@stacksjs/ts-validation": "^0.5.0",
|
|
57
|
-
"bun-query-builder": "
|
|
58
|
+
"bun-query-builder": "catalog:"
|
|
58
59
|
},
|
|
59
60
|
"peerDependencies": {
|
|
60
61
|
"meilisearch": "^0.59.0"
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
}
|
|
66
67
|
},
|
|
67
68
|
"devDependencies": {
|
|
68
|
-
"@stacksjs/validation": "0.70.
|
|
69
|
+
"@stacksjs/validation": "0.70.115",
|
|
69
70
|
"@types/bun": "^1.3.11",
|
|
70
71
|
"meilisearch": "^0.59.0",
|
|
71
72
|
"typescript": "^7.0.2"
|