@cedarjs/cli-helpers 0.5.1-next.0 → 0.5.1-next.38
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/cjs/lib/colors.d.ts +12 -13
- package/dist/cjs/lib/colors.d.ts.map +1 -1
- package/dist/cjs/lib/colors.js +13 -13
- package/dist/lib/colors.d.ts +12 -13
- package/dist/lib/colors.d.ts.map +1 -1
- package/dist/lib/colors.js +13 -13
- package/dist/src/lib/colors.d.ts +12 -13
- package/dist/src/lib/colors.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -6
package/dist/cjs/lib/colors.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import chalk from 'chalk';
|
|
2
1
|
/**
|
|
3
2
|
* To keep a consistent color/style palette between cli packages, such as
|
|
4
3
|
* @redwood/cli and @redwood/create-cedar-app, please only use the colors
|
|
@@ -7,17 +6,17 @@ import chalk from 'chalk';
|
|
|
7
6
|
* package you're going to use it in.
|
|
8
7
|
*/
|
|
9
8
|
export declare const colors: {
|
|
10
|
-
error:
|
|
11
|
-
warning:
|
|
12
|
-
highlight:
|
|
13
|
-
success:
|
|
14
|
-
info:
|
|
15
|
-
bold:
|
|
16
|
-
underline:
|
|
17
|
-
note:
|
|
18
|
-
tip:
|
|
19
|
-
important:
|
|
20
|
-
caution:
|
|
21
|
-
link:
|
|
9
|
+
error: import("ansis").Ansis;
|
|
10
|
+
warning: import("ansis").Ansis;
|
|
11
|
+
highlight: import("ansis").Ansis;
|
|
12
|
+
success: import("ansis").Ansis;
|
|
13
|
+
info: import("ansis").Ansis;
|
|
14
|
+
bold: import("ansis").Ansis;
|
|
15
|
+
underline: import("ansis").Ansis;
|
|
16
|
+
note: import("ansis").Ansis;
|
|
17
|
+
tip: import("ansis").Ansis;
|
|
18
|
+
important: import("ansis").Ansis;
|
|
19
|
+
caution: import("ansis").Ansis;
|
|
20
|
+
link: import("ansis").Ansis;
|
|
22
21
|
};
|
|
23
22
|
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/lib/colors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/lib/colors.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAalB,CAAA"}
|
package/dist/cjs/lib/colors.js
CHANGED
|
@@ -31,20 +31,20 @@ __export(colors_exports, {
|
|
|
31
31
|
colors: () => colors
|
|
32
32
|
});
|
|
33
33
|
module.exports = __toCommonJS(colors_exports);
|
|
34
|
-
var
|
|
34
|
+
var import_ansis = __toESM(require("ansis"), 1);
|
|
35
35
|
const colors = {
|
|
36
|
-
error:
|
|
37
|
-
warning:
|
|
38
|
-
highlight:
|
|
39
|
-
success:
|
|
40
|
-
info:
|
|
41
|
-
bold:
|
|
42
|
-
underline:
|
|
43
|
-
note:
|
|
44
|
-
tip:
|
|
45
|
-
important:
|
|
46
|
-
caution:
|
|
47
|
-
link:
|
|
36
|
+
error: import_ansis.default.bold.red,
|
|
37
|
+
warning: import_ansis.default.hex("#ffa500"),
|
|
38
|
+
highlight: import_ansis.default.hex("#ffa500"),
|
|
39
|
+
success: import_ansis.default.green,
|
|
40
|
+
info: import_ansis.default.gray,
|
|
41
|
+
bold: import_ansis.default.bold,
|
|
42
|
+
underline: import_ansis.default.underline,
|
|
43
|
+
note: import_ansis.default.blue,
|
|
44
|
+
tip: import_ansis.default.green,
|
|
45
|
+
important: import_ansis.default.magenta,
|
|
46
|
+
caution: import_ansis.default.red,
|
|
47
|
+
link: import_ansis.default.underline
|
|
48
48
|
};
|
|
49
49
|
// Annotate the CommonJS export names for ESM import in node:
|
|
50
50
|
0 && (module.exports = {
|
package/dist/lib/colors.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import chalk from 'chalk';
|
|
2
1
|
/**
|
|
3
2
|
* To keep a consistent color/style palette between cli packages, such as
|
|
4
3
|
* @redwood/cli and @redwood/create-cedar-app, please only use the colors
|
|
@@ -7,17 +6,17 @@ import chalk from 'chalk';
|
|
|
7
6
|
* package you're going to use it in.
|
|
8
7
|
*/
|
|
9
8
|
export declare const colors: {
|
|
10
|
-
error:
|
|
11
|
-
warning:
|
|
12
|
-
highlight:
|
|
13
|
-
success:
|
|
14
|
-
info:
|
|
15
|
-
bold:
|
|
16
|
-
underline:
|
|
17
|
-
note:
|
|
18
|
-
tip:
|
|
19
|
-
important:
|
|
20
|
-
caution:
|
|
21
|
-
link:
|
|
9
|
+
error: import("ansis").Ansis;
|
|
10
|
+
warning: import("ansis").Ansis;
|
|
11
|
+
highlight: import("ansis").Ansis;
|
|
12
|
+
success: import("ansis").Ansis;
|
|
13
|
+
info: import("ansis").Ansis;
|
|
14
|
+
bold: import("ansis").Ansis;
|
|
15
|
+
underline: import("ansis").Ansis;
|
|
16
|
+
note: import("ansis").Ansis;
|
|
17
|
+
tip: import("ansis").Ansis;
|
|
18
|
+
important: import("ansis").Ansis;
|
|
19
|
+
caution: import("ansis").Ansis;
|
|
20
|
+
link: import("ansis").Ansis;
|
|
22
21
|
};
|
|
23
22
|
//# sourceMappingURL=colors.d.ts.map
|
package/dist/lib/colors.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/lib/colors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/lib/colors.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAalB,CAAA"}
|
package/dist/lib/colors.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
1
|
+
import ansis from "ansis";
|
|
2
2
|
const colors = {
|
|
3
|
-
error:
|
|
4
|
-
warning:
|
|
5
|
-
highlight:
|
|
6
|
-
success:
|
|
7
|
-
info:
|
|
8
|
-
bold:
|
|
9
|
-
underline:
|
|
10
|
-
note:
|
|
11
|
-
tip:
|
|
12
|
-
important:
|
|
13
|
-
caution:
|
|
14
|
-
link:
|
|
3
|
+
error: ansis.bold.red,
|
|
4
|
+
warning: ansis.hex("#ffa500"),
|
|
5
|
+
highlight: ansis.hex("#ffa500"),
|
|
6
|
+
success: ansis.green,
|
|
7
|
+
info: ansis.gray,
|
|
8
|
+
bold: ansis.bold,
|
|
9
|
+
underline: ansis.underline,
|
|
10
|
+
note: ansis.blue,
|
|
11
|
+
tip: ansis.green,
|
|
12
|
+
important: ansis.magenta,
|
|
13
|
+
caution: ansis.red,
|
|
14
|
+
link: ansis.underline
|
|
15
15
|
};
|
|
16
16
|
export {
|
|
17
17
|
colors
|
package/dist/src/lib/colors.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import chalk from 'chalk';
|
|
2
1
|
/**
|
|
3
2
|
* To keep a consistent color/style palette between cli packages, such as
|
|
4
3
|
* @redwood/cli and @redwood/create-cedar-app, please only use the colors
|
|
@@ -7,17 +6,17 @@ import chalk from 'chalk';
|
|
|
7
6
|
* package you're going to use it in.
|
|
8
7
|
*/
|
|
9
8
|
export declare const colors: {
|
|
10
|
-
error:
|
|
11
|
-
warning:
|
|
12
|
-
highlight:
|
|
13
|
-
success:
|
|
14
|
-
info:
|
|
15
|
-
bold:
|
|
16
|
-
underline:
|
|
17
|
-
note:
|
|
18
|
-
tip:
|
|
19
|
-
important:
|
|
20
|
-
caution:
|
|
21
|
-
link:
|
|
9
|
+
error: import("ansis").Ansis;
|
|
10
|
+
warning: import("ansis").Ansis;
|
|
11
|
+
highlight: import("ansis").Ansis;
|
|
12
|
+
success: import("ansis").Ansis;
|
|
13
|
+
info: import("ansis").Ansis;
|
|
14
|
+
bold: import("ansis").Ansis;
|
|
15
|
+
underline: import("ansis").Ansis;
|
|
16
|
+
note: import("ansis").Ansis;
|
|
17
|
+
tip: import("ansis").Ansis;
|
|
18
|
+
important: import("ansis").Ansis;
|
|
19
|
+
caution: import("ansis").Ansis;
|
|
20
|
+
link: import("ansis").Ansis;
|
|
22
21
|
};
|
|
23
22
|
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/lib/colors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/lib/colors.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAalB,CAAA"}
|