creatium 0.2.3 → 0.2.5

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/index.d.mts CHANGED
@@ -581,7 +581,7 @@ declare class CreatiumCore<C extends Config = Config> {
581
581
  *
582
582
  * @returns {Promise<boolean>} - A promise that resolves when the notification has finished.
583
583
  */
584
- updateNotify(): Promise<boolean>;
584
+ updateNotify(): Promise<void>;
585
585
  /**
586
586
  * Cancels the current process and exits with code 0.
587
587
  *
@@ -741,13 +741,7 @@ declare class CreatiumCore<C extends Config = Config> {
741
741
  */
742
742
  build(values?: Prettify<GetPromptValues<C>>, opts?: CreateOpts): Promise<{ [K_1 in keyof C["prompt"]]?: ((C["prompt"][K_1] extends {
743
743
  type: infer T_2;
744
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_7 ? { [K_3 in keyof T_7]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never) extends infer T_5 ? { [K_2 in keyof T_5]: (C["prompt"][K_1] extends {
745
- type: infer T_2;
746
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_6 ? { [K_3 in keyof T_6]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never)[K_2]; } : never) | undefined; } extends infer T ? { [K in keyof T]: { [K_1 in keyof C["prompt"]]?: ((C["prompt"][K_1] extends {
747
- type: infer T_2;
748
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_4 ? { [K_3 in keyof T_4]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never) extends infer T_1 ? { [K_2 in keyof T_1]: (C["prompt"][K_1] extends {
749
- type: infer T_2;
750
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_3 ? { [K_3 in keyof T_3]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never)[K_2]; } : never) | undefined; }[K]; } : never>;
744
+ } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_3 ? { [K_4 in keyof T_3]: T_3[K_4]; } : never : never : never) extends infer T_1 ? { [K_3 in keyof T_1]: T_1[K_3]; } : never) | undefined; } extends infer T ? { [K in keyof T]: T[K]; } : never>;
751
745
  /**
752
746
  * Initializes and executes the command-line interface (CLI) process.
753
747
  *
@@ -762,13 +756,7 @@ declare class CreatiumCore<C extends Config = Config> {
762
756
  */
763
757
  cli(props?: CliOpts): Promise<{ [K_1 in keyof C["prompt"]]?: ((C["prompt"][K_1] extends {
764
758
  type: infer T_2;
765
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_7 ? { [K_3 in keyof T_7]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never) extends infer T_5 ? { [K_2 in keyof T_5]: (C["prompt"][K_1] extends {
766
- type: infer T_2;
767
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_6 ? { [K_3 in keyof T_6]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never)[K_2]; } : never) | undefined; } extends infer T ? { [K in keyof T]: { [K_1 in keyof C["prompt"]]?: ((C["prompt"][K_1] extends {
768
- type: infer T_2;
769
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_4 ? { [K_3 in keyof T_4]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never) extends infer T_1 ? { [K_2 in keyof T_1]: (C["prompt"][K_1] extends {
770
- type: infer T_2;
771
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_3 ? { [K_3 in keyof T_3]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never)[K_2]; } : never) | undefined; }[K]; } : never>;
759
+ } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_3 ? { [K_4 in keyof T_3]: T_3[K_4]; } : never : never : never) extends infer T_1 ? { [K_3 in keyof T_1]: T_1[K_3]; } : never) | undefined; } extends infer T ? { [K in keyof T]: T[K]; } : never>;
772
760
  }
773
761
 
774
762
  /**
package/dist/index.d.ts CHANGED
@@ -581,7 +581,7 @@ declare class CreatiumCore<C extends Config = Config> {
581
581
  *
582
582
  * @returns {Promise<boolean>} - A promise that resolves when the notification has finished.
583
583
  */
584
- updateNotify(): Promise<boolean>;
584
+ updateNotify(): Promise<void>;
585
585
  /**
586
586
  * Cancels the current process and exits with code 0.
587
587
  *
@@ -741,13 +741,7 @@ declare class CreatiumCore<C extends Config = Config> {
741
741
  */
742
742
  build(values?: Prettify<GetPromptValues<C>>, opts?: CreateOpts): Promise<{ [K_1 in keyof C["prompt"]]?: ((C["prompt"][K_1] extends {
743
743
  type: infer T_2;
744
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_7 ? { [K_3 in keyof T_7]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never) extends infer T_5 ? { [K_2 in keyof T_5]: (C["prompt"][K_1] extends {
745
- type: infer T_2;
746
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_6 ? { [K_3 in keyof T_6]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never)[K_2]; } : never) | undefined; } extends infer T ? { [K in keyof T]: { [K_1 in keyof C["prompt"]]?: ((C["prompt"][K_1] extends {
747
- type: infer T_2;
748
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_4 ? { [K_3 in keyof T_4]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never) extends infer T_1 ? { [K_2 in keyof T_1]: (C["prompt"][K_1] extends {
749
- type: infer T_2;
750
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_3 ? { [K_3 in keyof T_3]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never)[K_2]; } : never) | undefined; }[K]; } : never>;
744
+ } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_3 ? { [K_4 in keyof T_3]: T_3[K_4]; } : never : never : never) extends infer T_1 ? { [K_3 in keyof T_1]: T_1[K_3]; } : never) | undefined; } extends infer T ? { [K in keyof T]: T[K]; } : never>;
751
745
  /**
752
746
  * Initializes and executes the command-line interface (CLI) process.
753
747
  *
@@ -762,13 +756,7 @@ declare class CreatiumCore<C extends Config = Config> {
762
756
  */
763
757
  cli(props?: CliOpts): Promise<{ [K_1 in keyof C["prompt"]]?: ((C["prompt"][K_1] extends {
764
758
  type: infer T_2;
765
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_7 ? { [K_3 in keyof T_7]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never) extends infer T_5 ? { [K_2 in keyof T_5]: (C["prompt"][K_1] extends {
766
- type: infer T_2;
767
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_6 ? { [K_3 in keyof T_6]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never)[K_2]; } : never) | undefined; } extends infer T ? { [K in keyof T]: { [K_1 in keyof C["prompt"]]?: ((C["prompt"][K_1] extends {
768
- type: infer T_2;
769
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_4 ? { [K_3 in keyof T_4]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never) extends infer T_1 ? { [K_2 in keyof T_1]: (C["prompt"][K_1] extends {
770
- type: infer T_2;
771
- } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_3 ? { [K_3 in keyof T_3]: ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never)[K_3]; } : never : never : never)[K_2]; } : never) | undefined; }[K]; } : never>;
759
+ } ? T_2 extends keyof OptionsClasses ? ("prompt" extends keyof OptionsClasses[T_2]["prototype"] ? Awaited<ReturnType<OptionsClasses[T_2]["prototype"]["prompt"]>> : never) extends infer T_3 ? { [K_4 in keyof T_3]: T_3[K_4]; } : never : never : never) extends infer T_1 ? { [K_3 in keyof T_1]: T_1[K_3]; } : never) | undefined; } extends infer T ? { [K in keyof T]: T[K]; } : never>;
772
760
  }
773
761
 
774
762
  /**
package/dist/index.mjs CHANGED
@@ -1,8 +1,28 @@
1
1
  import { formatter } from '@clippium/preset-colored';
2
- import { hiddenBin, Clippium } from 'clippium';
3
- import { W as Wn, q as qn, U as Un, z as zn, S as Sn, P as Pn, a2 as Si, x as xi, T as Tn, ae as Hi, O as On, V as Vn, a as ai, ab as Wi, ag as Vi, ac as Li, L as Ln, a4 as Ti } from './shared/creatium.C0g0nmt7.mjs';
2
+ import { hideBin, Clippium } from 'clippium';
3
+ import { Updater } from '@clippium/updater';
4
+ import { T as Tn, W as Wn, q as qn, U as Un, z as zn, S as Sn, P as Pn, a2 as Si, x as xi, ae as Hi, O as On, V as Vn, a as ai, ab as Wi, ag as Vi, ac as Li, L as Ln, a4 as Ti } from './shared/creatium.CDlxh6tN.mjs';
4
5
  import 'module';
5
6
 
7
+ const updater = async (name, version) => {
8
+ const {
9
+ blue,
10
+ bold,
11
+ gray,
12
+ green,
13
+ italic
14
+ } = Tn;
15
+ const _updater = new Updater({
16
+ version,
17
+ name
18
+ });
19
+ const data = await _updater.get();
20
+ if (!data) return;
21
+ console.log(`\u2551 \u{1F4E6} ${bold("Update available")} ${gray(data.currentVersion)} \u2192 ${green(data.latestVersion)} ${italic(`(${data.type})`)}
22
+ \u2551 Run ${blue(data.packageManager + " i " + name)} to update
23
+ `);
24
+ };
25
+
6
26
  class Core {
7
27
  constructor(config, _utils) {
8
28
  this.config = config;
@@ -778,7 +798,7 @@ class CreatiumCore {
778
798
  }
779
799
  }
780
800
  #getCliArgs(props) {
781
- return props?.args && props.hideBin ? hiddenBin(props.args) ? props.args : props?.args : hiddenBin(Pn.argv);
801
+ return props?.args && props.hideBin ? hideBin(props.args) ? props.args : props?.args : hideBin(Pn.argv);
782
802
  }
783
803
  async #initCli(props) {
784
804
  if (this.config.updater) await this.updateNotify();
@@ -842,12 +862,7 @@ class CreatiumCore {
842
862
  * @returns {Promise<boolean>} - A promise that resolves when the notification has finished.
843
863
  */
844
864
  async updateNotify() {
845
- const { default: up } = await import('tiny-updater');
846
- return await up({
847
- name: this.config.name,
848
- version: this.config.version,
849
- ttl: 864e5
850
- });
865
+ return await updater(this.config.name, this.config.version);
851
866
  }
852
867
  /**
853
868
  * Cancels the current process and exits with code 0.
@@ -1,14 +1,14 @@
1
1
  import { createRequire } from 'module';
2
2
 
3
- var D = { 374: (e2, D2, o2) => {
3
+ var D = { 636: (e2, D2, o2) => {
4
4
  var a2 = {};
5
5
  e2["exports"] = a2;
6
6
  a2.themes = {};
7
7
  var l2 = o2(23);
8
- var F2 = a2.styles = o2(128);
8
+ var F2 = a2.styles = o2(850);
9
9
  var d2 = Object.defineProperties;
10
10
  var C2 = new RegExp(/[\r\n]+/g);
11
- a2.supportsColor = o2(39).supportsColor;
11
+ a2.supportsColor = o2(561).supportsColor;
12
12
  if (typeof a2.enabled === "undefined") {
13
13
  a2.enabled = a2.supportsColor() !== false;
14
14
  }
@@ -119,13 +119,13 @@ var D = { 374: (e2, D2, o2) => {
119
119
  o3 = o3.map(e3);
120
120
  return o3.join("");
121
121
  };
122
- a2.trap = o2(823);
123
- a2.zalgo = o2(415);
122
+ a2.trap = o2(457);
123
+ a2.zalgo = o2(789);
124
124
  a2.maps = {};
125
- a2.maps.america = o2(218)(a2);
126
- a2.maps.zebra = o2(338)(a2);
127
- a2.maps.rainbow = o2(408)(a2);
128
- a2.maps.random = o2(327)(a2);
125
+ a2.maps.america = o2(300)(a2);
126
+ a2.maps.zebra = o2(24)(a2);
127
+ a2.maps.rainbow = o2(6)(a2);
128
+ a2.maps.random = o2(121)(a2);
129
129
  for (var S2 in a2.maps) {
130
130
  (function(e3) {
131
131
  a2[e3] = function(D3) {
@@ -134,7 +134,7 @@ var D = { 374: (e2, D2, o2) => {
134
134
  })(S2);
135
135
  }
136
136
  d2(a2, init());
137
- }, 823: (e2) => {
137
+ }, 457: (e2) => {
138
138
  e2["exports"] = function runTheTrap(e3, D2) {
139
139
  var o2 = "";
140
140
  e3 = e3 || "Run the trap, drop the bass";
@@ -152,7 +152,7 @@ var D = { 374: (e2, D2, o2) => {
152
152
  });
153
153
  return o2;
154
154
  };
155
- }, 415: (e2) => {
155
+ }, 789: (e2) => {
156
156
  e2["exports"] = function zalgo(e3, D2) {
157
157
  e3 = e3 || " he is here ";
158
158
  var o2 = { up: ["\u030D", "\u030E", "\u0304", "\u0305", "\u033F", "\u0311", "\u0306", "\u0310", "\u0352", "\u0357", "\u0351", "\u0307", "\u0308", "\u030A", "\u0342", "\u0313", "\u0308", "\u034A", "\u034B", "\u034C", "\u0303", "\u0302", "\u030C", "\u0350", "\u0300", "\u0301", "\u030B", "\u030F", "\u0312", "\u0313", "\u0314", "\u033D", "\u0309", "\u0363", "\u0364", "\u0365", "\u0366", "\u0367", "\u0368", "\u0369", "\u036A", "\u036B", "\u036C", "\u036D", "\u036E", "\u036F", "\u033E", "\u035B", "\u0346", "\u031A"], down: ["\u0316", "\u0317", "\u0318", "\u0319", "\u031C", "\u031D", "\u031E", "\u031F", "\u0320", "\u0324", "\u0325", "\u0326", "\u0329", "\u032A", "\u032B", "\u032C", "\u032D", "\u032E", "\u032F", "\u0330", "\u0331", "\u0332", "\u0333", "\u0339", "\u033A", "\u033B", "\u033C", "\u0345", "\u0347", "\u0348", "\u0349", "\u034D", "\u034E", "\u0353", "\u0354", "\u0355", "\u0356", "\u0359", "\u035A", "\u0323"], mid: ["\u0315", "\u031B", "\u0300", "\u0301", "\u0358", "\u0321", "\u0322", "\u0327", "\u0328", "\u0334", "\u0335", "\u0336", "\u035C", "\u035D", "\u035E", "\u035F", "\u0360", "\u0362", "\u0338", "\u0337", "\u0361", " \u0489"] };
@@ -215,7 +215,7 @@ var D = { 374: (e2, D2, o2) => {
215
215
  }
216
216
  return heComes(e3, D2);
217
217
  };
218
- }, 218: (e2) => {
218
+ }, 300: (e2) => {
219
219
  e2["exports"] = function(e3) {
220
220
  return function(D2, o2, a2) {
221
221
  if (D2 === " ") return D2;
@@ -229,7 +229,7 @@ var D = { 374: (e2, D2, o2) => {
229
229
  }
230
230
  };
231
231
  };
232
- }, 408: (e2) => {
232
+ }, 6: (e2) => {
233
233
  e2["exports"] = function(e3) {
234
234
  var D2 = ["red", "yellow", "green", "blue", "magenta"];
235
235
  return function(o2, a2, l2) {
@@ -240,20 +240,20 @@ var D = { 374: (e2, D2, o2) => {
240
240
  }
241
241
  };
242
242
  };
243
- }, 327: (e2) => {
243
+ }, 121: (e2) => {
244
244
  e2["exports"] = function(e3) {
245
245
  var D2 = ["underline", "inverse", "grey", "yellow", "red", "green", "blue", "white", "cyan", "magenta", "brightYellow", "brightRed", "brightGreen", "brightBlue", "brightWhite", "brightCyan", "brightMagenta"];
246
246
  return function(o2, a2, l2) {
247
247
  return o2 === " " ? o2 : e3[D2[Math.round(Math.random() * (D2.length - 2))]](o2);
248
248
  };
249
249
  };
250
- }, 338: (e2) => {
250
+ }, 24: (e2) => {
251
251
  e2["exports"] = function(e3) {
252
252
  return function(D2, o2, a2) {
253
253
  return o2 % 2 === 0 ? D2 : e3.inverse(D2);
254
254
  };
255
255
  };
256
- }, 128: (e2) => {
256
+ }, 850: (e2) => {
257
257
  var D2 = {};
258
258
  e2["exports"] = D2;
259
259
  var o2 = { reset: [0, 0], bold: [1, 22], dim: [2, 22], italic: [3, 23], underline: [4, 24], inverse: [7, 27], hidden: [8, 28], strikethrough: [9, 29], black: [30, 39], red: [31, 39], green: [32, 39], yellow: [33, 39], blue: [34, 39], magenta: [35, 39], cyan: [36, 39], white: [37, 39], gray: [90, 39], grey: [90, 39], brightRed: [91, 39], brightGreen: [92, 39], brightYellow: [93, 39], brightBlue: [94, 39], brightMagenta: [95, 39], brightCyan: [96, 39], brightWhite: [97, 39], bgBlack: [40, 49], bgRed: [41, 49], bgGreen: [42, 49], bgYellow: [43, 49], bgBlue: [44, 49], bgMagenta: [45, 49], bgCyan: [46, 49], bgWhite: [47, 49], bgGray: [100, 49], bgGrey: [100, 49], bgBrightRed: [101, 49], bgBrightGreen: [102, 49], bgBrightYellow: [103, 49], bgBrightBlue: [104, 49], bgBrightMagenta: [105, 49], bgBrightCyan: [106, 49], bgBrightWhite: [107, 49], blackBG: [40, 49], redBG: [41, 49], greenBG: [42, 49], yellowBG: [43, 49], blueBG: [44, 49], magentaBG: [45, 49], cyanBG: [46, 49], whiteBG: [47, 49] };
@@ -263,7 +263,7 @@ var D = { 374: (e2, D2, o2) => {
263
263
  l2.open = "\x1B[" + a2[0] + "m";
264
264
  l2.close = "\x1B[" + a2[1] + "m";
265
265
  });
266
- }, 787: (e2) => {
266
+ }, 481: (e2) => {
267
267
  e2.exports = function(e3, D2) {
268
268
  D2 = D2 || process.argv;
269
269
  var o2 = D2.indexOf("--");
@@ -271,9 +271,9 @@ var D = { 374: (e2, D2, o2) => {
271
271
  var l2 = D2.indexOf(a2 + e3);
272
272
  return l2 !== -1 && (o2 === -1 ? true : l2 < o2);
273
273
  };
274
- }, 39: (e2, D2, o2) => {
274
+ }, 561: (e2, D2, o2) => {
275
275
  var a2 = o2(857);
276
- var l2 = o2(787);
276
+ var l2 = o2(481);
277
277
  var F2 = process.env;
278
278
  var d2 = void 0;
279
279
  if (l2("no-color") || l2("no-colors") || l2("color=false")) {
@@ -352,19 +352,19 @@ var D = { 374: (e2, D2, o2) => {
352
352
  return translateLevel2(D3);
353
353
  }
354
354
  e2.exports = { supportsColor: getSupportLevel, stdout: getSupportLevel(process.stdout), stderr: getSupportLevel(process.stderr) };
355
- }, 167: (e2, D2, o2) => {
356
- var a2 = o2(374);
355
+ }, 585: (e2, D2, o2) => {
356
+ var a2 = o2(636);
357
357
  e2["exports"] = a2;
358
- }, 432: (e2) => {
358
+ }, 682: (e2) => {
359
359
  e2.exports = ({ onlyFirst: e3 = false } = {}) => {
360
360
  const D2 = ["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)", "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");
361
361
  return new RegExp(D2, e3 ? void 0 : "g");
362
362
  };
363
- }, 633: (e2, D2, o2) => {
364
- e2.exports = o2(836);
365
- }, 366: (e2, D2, o2) => {
366
- const { info: a2, debug: l2 } = o2(751);
367
- const F2 = o2(617);
363
+ }, 335: (e2, D2, o2) => {
364
+ e2.exports = o2(186);
365
+ }, 216: (e2, D2, o2) => {
366
+ const { info: a2, debug: l2 } = o2(825);
367
+ const F2 = o2(231);
368
368
  class Cell {
369
369
  constructor(e3) {
370
370
  this.setOptions(e3);
@@ -522,7 +522,7 @@ var D = { 374: (e2, D2, o2) => {
522
522
  wrapWithStyleColors(e3, D3) {
523
523
  if (this[e3] && this[e3].length) {
524
524
  try {
525
- let a3 = o2(167);
525
+ let a3 = o2(585);
526
526
  for (let D4 = this[e3].length - 1; D4 >= 0; D4--) {
527
527
  a3 = a3[this[e3][D4]];
528
528
  }
@@ -650,7 +650,7 @@ var D = { 374: (e2, D2, o2) => {
650
650
  e2.exports = Cell;
651
651
  e2.exports.ColSpanCell = ColSpanCell;
652
652
  e2.exports.RowSpanCell = RowSpanCell;
653
- }, 751: (e2) => {
653
+ }, 825: (e2) => {
654
654
  let D2 = [];
655
655
  let o2 = 0;
656
656
  const debug = (e3, a2) => {
@@ -672,9 +672,9 @@ var D = { 374: (e2, D2, o2) => {
672
672
  debug.debug = (e3) => debug(e3, debug.DEBUG);
673
673
  debug.debugMessages = () => D2;
674
674
  e2.exports = debug;
675
- }, 238: (e2, D2, o2) => {
676
- const { warn: a2, debug: l2 } = o2(751);
677
- const F2 = o2(366);
675
+ }, 84: (e2, D2, o2) => {
676
+ const { warn: a2, debug: l2 } = o2(825);
677
+ const F2 = o2(216);
678
678
  const { ColSpanCell: d2, RowSpanCell: C2 } = F2;
679
679
  (function() {
680
680
  function next(e3, D3) {
@@ -896,10 +896,10 @@ var D = { 374: (e2, D2, o2) => {
896
896
  }
897
897
  };
898
898
  }
899
- }, 836: (e2, D2, o2) => {
900
- const a2 = o2(751);
901
- const l2 = o2(617);
902
- const F2 = o2(238);
899
+ }, 186: (e2, D2, o2) => {
900
+ const a2 = o2(825);
901
+ const l2 = o2(231);
902
+ const F2 = o2(84);
903
903
  class Table extends Array {
904
904
  constructor(e3) {
905
905
  super();
@@ -980,8 +980,8 @@ var D = { 374: (e2, D2, o2) => {
980
980
  if (l3.length) o3.push(l3);
981
981
  }
982
982
  e2.exports = Table;
983
- }, 617: (e2, D2, o2) => {
984
- const a2 = o2(223);
983
+ }, 231: (e2, D2, o2) => {
984
+ const a2 = o2(41);
985
985
  function codeRegex(e3) {
986
986
  return e3 ? /\u001b\[((?:\d*;){0,5}\d*)m/g : /\u001b\[(?:\d*;){0,5}\d*m/g;
987
987
  }
@@ -1237,7 +1237,7 @@ var D = { 374: (e2, D2, o2) => {
1237
1237
  return [o3, "8", l3, l3, e3 || D3, a3, D3, o3, "8", l3, l3, a3].join("");
1238
1238
  }
1239
1239
  e2.exports = { strlen, repeat, pad, truncate: truncate2, mergeOptions, wordWrap: multiLineWordWrap, colorizeLines, hyperlink };
1240
- }, 34: (e2) => {
1240
+ }, 524: (e2) => {
1241
1241
  var D2 = function() {
1242
1242
  function clone(e3, D3, o2, a2) {
1243
1243
  if (typeof D3 === "object") {
@@ -1341,9 +1341,9 @@ var D = { 374: (e2, D2, o2) => {
1341
1341
  if (e2.exports) {
1342
1342
  e2.exports = D2;
1343
1343
  }
1344
- }, 799: (e2, D2, o2) => {
1345
- var a2 = o2(303);
1346
- var l2 = o2(234), F2 = l2.padRight, d2 = l2.padCenter, C2 = l2.padLeft, g2 = l2.splitIntoLines, y2 = l2.splitLongWords, A2 = l2.truncateString;
1344
+ }, 65: (e2, D2, o2) => {
1345
+ var a2 = o2(989);
1346
+ var l2 = o2(304), F2 = l2.padRight, d2 = l2.padCenter, C2 = l2.padLeft, g2 = l2.splitIntoLines, y2 = l2.splitLongWords, A2 = l2.truncateString;
1347
1347
  var w2 = function DEFAULT_HEADING_TRANSFORM(e3) {
1348
1348
  return e3.toUpperCase();
1349
1349
  };
@@ -1549,8 +1549,8 @@ var D = { 374: (e2, D2, o2) => {
1549
1549
  }
1550
1550
  return o3;
1551
1551
  }
1552
- }, 234: (e2, D2, o2) => {
1553
- var a2 = o2(303);
1552
+ }, 304: (e2, D2, o2) => {
1553
+ var a2 = o2(989);
1554
1554
  function repeatString(e3, D3) {
1555
1555
  return Array.apply(null, { length: D3 + 1 }).join(e3).slice(0, D3);
1556
1556
  }
@@ -1648,14 +1648,14 @@ var D = { 374: (e2, D2, o2) => {
1648
1648
  e2.exports.splitIntoLines = splitIntoLines;
1649
1649
  e2.exports.splitLongWords = splitLongWords;
1650
1650
  e2.exports.truncateString = truncateString;
1651
- }, 303: (e2, D2, o2) => {
1652
- var a2 = o2(785);
1653
- var l2 = o2(900);
1651
+ }, 989: (e2, D2, o2) => {
1652
+ var a2 = o2(927);
1653
+ var l2 = o2(838);
1654
1654
  e2.exports = function(e3) {
1655
1655
  return l2(a2(e3));
1656
1656
  };
1657
- }, 199: (e2, D2, o2) => {
1658
- var a2 = o2(34);
1657
+ }, 889: (e2, D2, o2) => {
1658
+ var a2 = o2(524);
1659
1659
  e2.exports = function(e3, D3) {
1660
1660
  e3 = e3 || {};
1661
1661
  Object.keys(D3).forEach(function(o3) {
@@ -1665,13 +1665,13 @@ var D = { 374: (e2, D2, o2) => {
1665
1665
  });
1666
1666
  return e3;
1667
1667
  };
1668
- }, 375: (e2) => {
1668
+ }, 717: (e2) => {
1669
1669
  e2.exports = () => /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE89\uDE8F-\uDEC2\uDEC6\uDECE-\uDEDC\uDEDF-\uDEE9]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
1670
- }, 308: (e2) => {
1670
+ }, 142: (e2) => {
1671
1671
  e2.exports = function() {
1672
1672
  return /\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g;
1673
1673
  };
1674
- }, 462: (e2, D2, o2) => {
1674
+ }, 824: (e2, D2, o2) => {
1675
1675
  const a2 = o2(857);
1676
1676
  const l2 = o2(928);
1677
1677
  const F2 = a2.platform() === "win32";
@@ -1722,7 +1722,7 @@ var D = { 374: (e2, D2, o2) => {
1722
1722
  return { base: o3, glob: F3, isGlob: a3 };
1723
1723
  }
1724
1724
  e2.exports = globalyzer;
1725
- }, 697: (e2) => {
1725
+ }, 855: (e2) => {
1726
1726
  const D2 = process.platform === "win32";
1727
1727
  const o2 = D2 ? `\\\\+` : `\\/`;
1728
1728
  const a2 = D2 ? `\\\\` : `/`;
@@ -1940,7 +1940,7 @@ var D = { 374: (e2, D2, o2) => {
1940
1940
  return uu2;
1941
1941
  }
1942
1942
  e2.exports = globrex;
1943
- }, 545: (e2) => {
1943
+ }, 887: (e2) => {
1944
1944
  const isFullwidthCodePoint = (e3) => {
1945
1945
  if (Number.isNaN(e3)) {
1946
1946
  return false;
@@ -1952,7 +1952,7 @@ var D = { 374: (e2, D2, o2) => {
1952
1952
  };
1953
1953
  e2.exports = isFullwidthCodePoint;
1954
1954
  e2.exports["default"] = isFullwidthCodePoint;
1955
- }, 914: (e2) => {
1955
+ }, 160: (e2) => {
1956
1956
  let D2 = process || {}, o2 = D2.argv || [], a2 = D2.env || {};
1957
1957
  let l2 = !(!!a2.NO_COLOR || o2.includes("--no-color")) && (!!a2.FORCE_COLOR || o2.includes("--color") || D2.platform === "win32" || (D2.stdout || {}).isTTY && a2.TERM !== "dumb" || !!a2.CI);
1958
1958
  let formatter = (e3, D3, o3 = e3) => (a3) => {
@@ -1974,7 +1974,7 @@ var D = { 374: (e2, D2, o2) => {
1974
1974
  };
1975
1975
  e2.exports = createColors();
1976
1976
  e2.exports.createColors = createColors;
1977
- }, 441: (e2) => {
1977
+ }, 915: (e2) => {
1978
1978
  const D2 = "\x1B";
1979
1979
  const o2 = `${D2}[`;
1980
1980
  const a2 = "\x07";
@@ -1997,10 +1997,10 @@ var D = { 374: (e2, D2, o2) => {
1997
1997
  return D3;
1998
1998
  } };
1999
1999
  e2.exports = { cursor: l2, scroll: F2, erase: d2, beep: a2 };
2000
- }, 223: (e2, D2, o2) => {
2001
- const a2 = o2(785);
2002
- const l2 = o2(545);
2003
- const F2 = o2(308);
2000
+ }, 41: (e2, D2, o2) => {
2001
+ const a2 = o2(927);
2002
+ const l2 = o2(887);
2003
+ const F2 = o2(142);
2004
2004
  const stringWidth2 = (e3) => {
2005
2005
  if (typeof e3 !== "string" || e3.length === 0) {
2006
2006
  return 0;
@@ -2028,14 +2028,14 @@ var D = { 374: (e2, D2, o2) => {
2028
2028
  };
2029
2029
  e2.exports = stringWidth2;
2030
2030
  e2.exports["default"] = stringWidth2;
2031
- }, 785: (e2, D2, o2) => {
2032
- const a2 = o2(432);
2031
+ }, 927: (e2, D2, o2) => {
2032
+ const a2 = o2(682);
2033
2033
  e2.exports = (e3) => typeof e3 === "string" ? e3.replace(a2(), "") : e3;
2034
- }, 917: (e2, D2, o2) => {
2034
+ }, 99: (e2, D2, o2) => {
2035
2035
  const a2 = o2(896);
2036
- const l2 = o2(697);
2036
+ const l2 = o2(855);
2037
2037
  const { promisify: F2 } = o2(23);
2038
- const d2 = o2(462);
2038
+ const d2 = o2(824);
2039
2039
  const { join: C2, resolve: g2, relative: y2 } = o2(928);
2040
2040
  const A2 = /(^|[\\\/])\.[^\\\/\.]/g;
2041
2041
  const w2 = F2(a2.readdir);
@@ -2087,8 +2087,8 @@ var D = { 374: (e2, D2, o2) => {
2087
2087
  await walk(a3, o3.base, F3, D3, ".", 0);
2088
2088
  return D3.absolute ? a3.map((e4) => g2(D3.cwd, e4)) : a3;
2089
2089
  };
2090
- }, 891: (e2, D2, o2) => {
2091
- const a2 = o2(744);
2090
+ }, 501: (e2, D2, o2) => {
2091
+ const a2 = o2(354);
2092
2092
  const l2 = { r: 256, g: 256, b: 256, a: 1 };
2093
2093
  const F2 = { h: 360, s: 1, v: 1, a: 1 };
2094
2094
  function stepize(e3, D3, o3) {
@@ -2315,11 +2315,11 @@ var D = { 374: (e2, D2, o2) => {
2315
2315
  }
2316
2316
  return new TinyGradient(e3);
2317
2317
  };
2318
- }, 922: (e2) => {
2318
+ }, 176: (e2) => {
2319
2319
  e2.exports = [[768, 879], [1155, 1158], [1160, 1161], [1425, 1469], [1471, 1471], [1473, 1474], [1476, 1477], [1479, 1479], [1536, 1539], [1552, 1557], [1611, 1630], [1648, 1648], [1750, 1764], [1767, 1768], [1770, 1773], [1807, 1807], [1809, 1809], [1840, 1866], [1958, 1968], [2027, 2035], [2305, 2306], [2364, 2364], [2369, 2376], [2381, 2381], [2385, 2388], [2402, 2403], [2433, 2433], [2492, 2492], [2497, 2500], [2509, 2509], [2530, 2531], [2561, 2562], [2620, 2620], [2625, 2626], [2631, 2632], [2635, 2637], [2672, 2673], [2689, 2690], [2748, 2748], [2753, 2757], [2759, 2760], [2765, 2765], [2786, 2787], [2817, 2817], [2876, 2876], [2879, 2879], [2881, 2883], [2893, 2893], [2902, 2902], [2946, 2946], [3008, 3008], [3021, 3021], [3134, 3136], [3142, 3144], [3146, 3149], [3157, 3158], [3260, 3260], [3263, 3263], [3270, 3270], [3276, 3277], [3298, 3299], [3393, 3395], [3405, 3405], [3530, 3530], [3538, 3540], [3542, 3542], [3633, 3633], [3636, 3642], [3655, 3662], [3761, 3761], [3764, 3769], [3771, 3772], [3784, 3789], [3864, 3865], [3893, 3893], [3895, 3895], [3897, 3897], [3953, 3966], [3968, 3972], [3974, 3975], [3984, 3991], [3993, 4028], [4038, 4038], [4141, 4144], [4146, 4146], [4150, 4151], [4153, 4153], [4184, 4185], [4448, 4607], [4959, 4959], [5906, 5908], [5938, 5940], [5970, 5971], [6002, 6003], [6068, 6069], [6071, 6077], [6086, 6086], [6089, 6099], [6109, 6109], [6155, 6157], [6313, 6313], [6432, 6434], [6439, 6440], [6450, 6450], [6457, 6459], [6679, 6680], [6912, 6915], [6964, 6964], [6966, 6970], [6972, 6972], [6978, 6978], [7019, 7027], [7616, 7626], [7678, 7679], [8203, 8207], [8234, 8238], [8288, 8291], [8298, 8303], [8400, 8431], [12330, 12335], [12441, 12442], [43014, 43014], [43019, 43019], [43045, 43046], [64286, 64286], [65024, 65039], [65056, 65059], [65279, 65279], [65529, 65531], [68097, 68099], [68101, 68102], [68108, 68111], [68152, 68154], [68159, 68159], [119143, 119145], [119155, 119170], [119173, 119179], [119210, 119213], [119362, 119364], [917505, 917505], [917536, 917631], [917760, 917999]];
2320
- }, 900: (e2, D2, o2) => {
2321
- var a2 = o2(199);
2322
- var l2 = o2(922);
2320
+ }, 838: (e2, D2, o2) => {
2321
+ var a2 = o2(889);
2322
+ var l2 = o2(176);
2323
2323
  var F2 = { nul: 0, control: 0 };
2324
2324
  e2.exports = function wcwidth2(e3) {
2325
2325
  return wcswidth(e3, F2);
@@ -2367,7 +2367,7 @@ var D = { 374: (e2, D2, o2) => {
2367
2367
  D2.exports = createRequire(import.meta.url)("path");
2368
2368
  }, 23: (D2) => {
2369
2369
  D2.exports = createRequire(import.meta.url)("util");
2370
- }, 744: function(e2) {
2370
+ }, 354: function(e2) {
2371
2371
  (function(D2, o2) {
2372
2372
  e2.exports = o2() ;
2373
2373
  })(this, function() {
@@ -3114,10 +3114,10 @@ const existsLocalBins = async (e2) => {
3114
3114
  return D2;
3115
3115
  };
3116
3116
  const G = createRequire(import.meta.url)("node:util");
3117
- var V = __nccwpck_require__(441);
3117
+ var V = __nccwpck_require__(915);
3118
3118
  const X = createRequire(import.meta.url)("node:readline");
3119
3119
  const uu = createRequire(import.meta.url)("node:stream");
3120
- var eu = __nccwpck_require__(914);
3120
+ var eu = __nccwpck_require__(160);
3121
3121
  function DD({ onlyFirst: e2 = false } = {}) {
3122
3122
  const D2 = ["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))", "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|");
3123
3123
  return new RegExp(D2, e2 ? void 0 : "g");
@@ -4306,7 +4306,7 @@ Object.defineProperties(createChalk.prototype, We);
4306
4306
  const He = createChalk();
4307
4307
  createChalk({ level: Re ? Re.level : 0 });
4308
4308
  const Ve = He;
4309
- var ze = __nccwpck_require__(891);
4309
+ var ze = __nccwpck_require__(501);
4310
4310
  const gradient = (...e2) => {
4311
4311
  let D2;
4312
4312
  let o2;
@@ -4440,7 +4440,7 @@ function eastAsianWidth(e2, { ambiguousAsWide: D2 = false } = {}) {
4440
4440
  }
4441
4441
  return 1;
4442
4442
  }
4443
- var ct = __nccwpck_require__(375);
4443
+ var ct = __nccwpck_require__(717);
4444
4444
  const Ft = new Intl.Segmenter();
4445
4445
  const ht = new RegExp("^\\p{Default_Ignorable_Code_Point}$", "u");
4446
4446
  function stringWidth(e2, D2 = {}) {
@@ -5174,9 +5174,9 @@ const Mr = `
5174
5174
  const { columns: a2 } = se();
5175
5175
  return o2 = Hr(e2, a2, o2), Wr(Pr(e2, o2), o2.width, a2, o2);
5176
5176
  }, "boxen");
5177
- var Vr = __nccwpck_require__(633);
5177
+ var Vr = __nccwpck_require__(335);
5178
5178
  var zr = __nccwpck_require__.n(Vr);
5179
- var Ur = __nccwpck_require__(799);
5179
+ var Ur = __nccwpck_require__(65);
5180
5180
  var qr = __nccwpck_require__.n(Ur);
5181
5181
  const table = (e2, D2) => {
5182
5182
  const o2 = new (zr())(D2);
@@ -5236,7 +5236,7 @@ const Qr = { ...Zr, number, ...Xr };
5236
5236
  const un = createRequire(import.meta.url)("node:fs/promises");
5237
5237
  const en = createRequire(import.meta.url)("node:path");
5238
5238
  const tn = createRequire(import.meta.url)("node:url");
5239
- var Dn = __nccwpck_require__(917);
5239
+ var Dn = __nccwpck_require__(99);
5240
5240
  var rn = __nccwpck_require__.n(Dn);
5241
5241
  const nn = pe.homedir;
5242
5242
  const getTempDir = () => (0, pe.tmpdir)();
package/dist/utils.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export { _ as arePathsEqual, $ as box, S as cache, M as catchExecOutput, T as color, R as columns, O as copyDir, k as copyFile, j as createDir, I as createSymlink, P as currentProcess, W as deepmerge, L as deepmergeCustom, N as ensureDir, H as env, G as exec, V as execChild, z as existsDir, U as existsFile, q as existsLocalBin, Y as existsLocalBins, K as existsPath, J as fileURLToPath, Z as getAbsolutePath, X as getArch, Q as getBaseName, u as getClosestPackageDir, e as getClosestPackageJson, t as getContentDir, D as getCurrentDir, r as getDirName, n as getExtName, i as getFilteredFileNames, o as getHomeDir, s as getObjectFromJSONFile, a as getPaths, l as getPlatform, c as getStringType, F as getSystemEnvPaths, h as getTempDir, f as gradient, d as isAbsolutePath, C as isBrowser, p as isBun, g as isDeno, E as isDev, m as isDirectory, b as isJsDom, B as isNode, v as isPath, y as isWebWorker, A as joinPath, w as joinUrl, x as line, a0 as normalizePath, a1 as object2string, a2 as prompt, a3 as readDir, a4 as readFile, a5 as relativePath, a6 as removeDir, a7 as removeDirIfExist, a8 as removeFile, a9 as removeFileIfExist, aa as removePathIfExist, ab as replacePlaceholders, ac as resolvePath, ad as table, ae as truncate, af as validateHomeDir, ag as writeFile, ah as writeFileContent } from './shared/creatium.C0g0nmt7.mjs';
1
+ export { _ as arePathsEqual, $ as box, S as cache, M as catchExecOutput, T as color, R as columns, O as copyDir, k as copyFile, j as createDir, I as createSymlink, P as currentProcess, W as deepmerge, L as deepmergeCustom, N as ensureDir, H as env, G as exec, V as execChild, z as existsDir, U as existsFile, q as existsLocalBin, Y as existsLocalBins, K as existsPath, J as fileURLToPath, Z as getAbsolutePath, X as getArch, Q as getBaseName, u as getClosestPackageDir, e as getClosestPackageJson, t as getContentDir, D as getCurrentDir, r as getDirName, n as getExtName, i as getFilteredFileNames, o as getHomeDir, s as getObjectFromJSONFile, a as getPaths, l as getPlatform, c as getStringType, F as getSystemEnvPaths, h as getTempDir, f as gradient, d as isAbsolutePath, C as isBrowser, p as isBun, g as isDeno, E as isDev, m as isDirectory, b as isJsDom, B as isNode, v as isPath, y as isWebWorker, A as joinPath, w as joinUrl, x as line, a0 as normalizePath, a1 as object2string, a2 as prompt, a3 as readDir, a4 as readFile, a5 as relativePath, a6 as removeDir, a7 as removeDirIfExist, a8 as removeFile, a9 as removeFileIfExist, aa as removePathIfExist, ab as replacePlaceholders, ac as resolvePath, ad as table, ae as truncate, af as validateHomeDir, ag as writeFile, ah as writeFileContent } from './shared/creatium.CDlxh6tN.mjs';
2
2
  import 'module';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "creatium",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "Build your create-bins quickly and easily",
5
5
  "keywords": [
6
6
  "bin",
@@ -50,12 +50,12 @@
50
50
  "dist"
51
51
  ],
52
52
  "dependencies": {
53
- "@clippium/preset-colored": "1.0.0",
54
- "clippium": "0.1.0",
55
- "tiny-updater": "3.5.3"
53
+ "@clippium/preset-colored": "1.0.2",
54
+ "@clippium/updater": "1.0.2",
55
+ "clippium": "1.0.2"
56
56
  },
57
57
  "devDependencies": {
58
- "@creatium-js/repo-config": "0.2.3"
58
+ "@creatium-js/repo-config": "0.2.5"
59
59
  },
60
60
  "publishConfig": {
61
61
  "access": "public",