@teambit/ripple 0.0.161 → 0.0.163
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/ripple.cmd.d.ts
CHANGED
|
@@ -75,10 +75,10 @@ export declare class RippleLogCmd implements Command {
|
|
|
75
75
|
source: import("./ripple-utils").ResolveSource;
|
|
76
76
|
lastExport: LastExportData | undefined;
|
|
77
77
|
} | {
|
|
78
|
+
componentBuild?: undefined;
|
|
78
79
|
job: import("./ripple.main.runtime").RippleJobFull | null;
|
|
79
80
|
source: import("./ripple-utils").ResolveSource | undefined;
|
|
80
81
|
lastExport: LastExportData | undefined;
|
|
81
|
-
componentBuild?: undefined;
|
|
82
82
|
}>;
|
|
83
83
|
}
|
|
84
84
|
export declare class RippleErrorsCmd implements Command {
|
|
@@ -106,15 +106,15 @@ export declare class RippleErrorsCmd implements Command {
|
|
|
106
106
|
job: null;
|
|
107
107
|
ciNodes: never[];
|
|
108
108
|
containerLogs: {};
|
|
109
|
-
source: "
|
|
109
|
+
source: "arg" | "lane" | "last-export" | undefined;
|
|
110
110
|
lastExport: LastExportData | undefined;
|
|
111
111
|
} | {
|
|
112
|
+
error?: undefined;
|
|
112
113
|
job: any;
|
|
113
114
|
ciNodes: CiGraphNode[];
|
|
114
115
|
containerLogs: Record<string, string[]>;
|
|
115
|
-
source: "
|
|
116
|
+
source: "arg" | "lane" | "last-export" | undefined;
|
|
116
117
|
lastExport: LastExportData | undefined;
|
|
117
|
-
error?: undefined;
|
|
118
118
|
}>;
|
|
119
119
|
private getErrors;
|
|
120
120
|
}
|
|
@@ -140,8 +140,8 @@ export declare class RippleRetryCmd implements Command {
|
|
|
140
140
|
error: string;
|
|
141
141
|
job?: undefined;
|
|
142
142
|
} | {
|
|
143
|
-
job: RippleJob | null;
|
|
144
143
|
error?: undefined;
|
|
144
|
+
job: RippleJob | null;
|
|
145
145
|
}>;
|
|
146
146
|
}
|
|
147
147
|
export declare class RippleStopCmd implements Command {
|
|
@@ -163,10 +163,10 @@ export declare class RippleStopCmd implements Command {
|
|
|
163
163
|
json([jobId]: [string], flags: {
|
|
164
164
|
lane?: string;
|
|
165
165
|
}): Promise<{
|
|
166
|
-
error: string;
|
|
167
166
|
job?: undefined;
|
|
167
|
+
error: string;
|
|
168
168
|
} | {
|
|
169
|
-
job: RippleJob | null;
|
|
170
169
|
error?: undefined;
|
|
170
|
+
job: RippleJob | null;
|
|
171
171
|
}>;
|
|
172
172
|
}
|
package/package.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/ripple",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.163",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/cloud/ripple",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.cloud",
|
|
8
8
|
"name": "ripple",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.163"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "4.1.2",
|
|
13
13
|
"strip-ansi": "6.0.0",
|
|
14
14
|
"cli-table": "0.3.6",
|
|
15
15
|
"@teambit/harmony": "0.4.12",
|
|
16
|
-
"@teambit/
|
|
17
|
-
"@teambit/
|
|
18
|
-
"@teambit/
|
|
19
|
-
"@teambit/
|
|
20
|
-
"@teambit/
|
|
21
|
-
"@teambit/workspace": "1.0.
|
|
16
|
+
"@teambit/export": "1.0.1078",
|
|
17
|
+
"@teambit/cli": "0.0.1356",
|
|
18
|
+
"@teambit/cloud": "0.0.1376",
|
|
19
|
+
"@teambit/legacy.constants": "0.0.36",
|
|
20
|
+
"@teambit/logger": "0.0.1449",
|
|
21
|
+
"@teambit/workspace": "1.0.1078"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/cli-table": "^0.3.0",
|
|
25
|
-
"@teambit/harmony.envs.core-aspect-env": "
|
|
25
|
+
"@teambit/harmony.envs.core-aspect-env": "2.0.0"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {},
|
|
28
28
|
"license": "Apache-2.0",
|
|
File without changes
|