eitri-cli 1.52.0 → 1.53.0-beta.1
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.
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/eitri-cli-v2/index.d.ts
CHANGED
|
@@ -3,28 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
/* auto-generated by NAPI-RS */
|
|
5
5
|
|
|
6
|
-
export interface AppCheckoutArguments {
|
|
7
|
-
verbose?: boolean
|
|
8
|
-
}
|
|
9
|
-
export interface AppCleanArguments {
|
|
10
|
-
verbose?: boolean
|
|
11
|
-
full?: boolean
|
|
12
|
-
}
|
|
13
|
-
export interface CreateAppArguments {
|
|
14
|
-
applicationName: string
|
|
15
|
-
verbose?: boolean
|
|
16
|
-
}
|
|
17
6
|
export interface PublishArgs {
|
|
18
7
|
environment: string
|
|
19
8
|
message?: string
|
|
20
9
|
}
|
|
21
|
-
export interface StartArguments {
|
|
22
|
-
shared?: boolean
|
|
23
|
-
verbose?: boolean
|
|
24
|
-
skipLibs?: boolean
|
|
25
|
-
playground?: boolean
|
|
26
|
-
initializationParams?: string
|
|
27
|
-
}
|
|
28
10
|
export interface SelectArgs {
|
|
29
11
|
name?: string
|
|
30
12
|
local?: boolean
|
|
@@ -64,6 +46,24 @@ export interface SnapshotArgs {
|
|
|
64
46
|
branchName?: string
|
|
65
47
|
verbose?: boolean
|
|
66
48
|
}
|
|
49
|
+
export interface AppCheckoutArguments {
|
|
50
|
+
verbose?: boolean
|
|
51
|
+
}
|
|
52
|
+
export interface AppCleanArguments {
|
|
53
|
+
verbose?: boolean
|
|
54
|
+
full?: boolean
|
|
55
|
+
}
|
|
56
|
+
export interface CreateAppArguments {
|
|
57
|
+
applicationName: string
|
|
58
|
+
verbose?: boolean
|
|
59
|
+
}
|
|
60
|
+
export interface StartArguments {
|
|
61
|
+
shared?: boolean
|
|
62
|
+
verbose?: boolean
|
|
63
|
+
skipLibs?: boolean
|
|
64
|
+
playground?: boolean
|
|
65
|
+
initializationParams?: string
|
|
66
|
+
}
|
|
67
67
|
export declare function publish(args: PublishArgs): Promise<void>
|
|
68
68
|
export declare function runTest(args: TestingArgs): Promise<void>
|
|
69
69
|
export declare function eitriLibs(eitriLibsArgs: EitriLibsArguments): Promise<void>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eitri-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.53.0-beta.1",
|
|
4
4
|
"description": "Command Line Interface to make \"Eitri-App\" with code and fire.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -13,8 +13,7 @@
|
|
|
13
13
|
"docsify:run": "cd docsify && docsify serve",
|
|
14
14
|
"build": "echo \"no build\"",
|
|
15
15
|
"release": "semantic-release",
|
|
16
|
-
"release:dry": "semantic-release --dry-run"
|
|
17
|
-
"prepare": "husky install"
|
|
16
|
+
"release:dry": "semantic-release --dry-run"
|
|
18
17
|
},
|
|
19
18
|
"engines": {
|
|
20
19
|
"node": ">=16.0.0",
|
|
@@ -34,7 +33,6 @@
|
|
|
34
33
|
"@semantic-release/changelog": "6.0.3",
|
|
35
34
|
"@semantic-release/git": "10.0.1",
|
|
36
35
|
"axios": "1.13.6",
|
|
37
|
-
"husky": "8.0.3",
|
|
38
36
|
"jest": "29.7.0",
|
|
39
37
|
"lint-staged": "9.5.0",
|
|
40
38
|
"playwright": "1.58.2",
|