@modern-js/monorepo-generator 1.0.4 → 1.1.3

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.
@@ -1,7 +1,7 @@
1
1
  /******/ (() => { // webpackBootstrap
2
2
  /******/ var __webpack_modules__ = ({
3
3
 
4
- /***/ 90006:
4
+ /***/ 67977:
5
5
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
6
6
 
7
7
  "use strict";
@@ -12,13 +12,13 @@ Object.defineProperty(exports, "__esModule", ({
12
12
  }));
13
13
  exports.listNode = void 0;
14
14
 
15
- var _easyFormCli = __webpack_require__(48979);
15
+ var _easyFormCli = __webpack_require__(24191);
16
16
 
17
- var _inquirerTypes = __webpack_require__(22183);
17
+ var _inquirerTypes = __webpack_require__(46133);
18
18
 
19
- var _constant = __webpack_require__(32060);
19
+ var _constant = __webpack_require__(79503);
20
20
 
21
- const registerJupiterListPrompt = inquirer => {
21
+ const registerListPrompt = inquirer => {
22
22
  try {
23
23
  inquirer.registerPrompt(_constant.CLI_TYPE.LISTNODE, _inquirerTypes.List);
24
24
  } catch (error) {}
@@ -33,7 +33,7 @@ const listNode = options => {
33
33
  promptModule,
34
34
  childNodes
35
35
  } = options;
36
- registerJupiterListPrompt(inquirer);
36
+ registerListPrompt(inquirer);
37
37
  return async answers => {
38
38
  const listHandler = (0, _easyFormCli.toPromiseQuestionHandler)({
39
39
  schema,
@@ -100,7 +100,7 @@ exports.listNode = listNode;
100
100
 
101
101
  /***/ }),
102
102
 
103
- /***/ 32060:
103
+ /***/ 79503:
104
104
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
105
105
 
106
106
  "use strict";
@@ -111,7 +111,7 @@ Object.defineProperty(exports, "__esModule", ({
111
111
  }));
112
112
  exports.CLI_TYPE = void 0;
113
113
 
114
- var _easyFormCli = __webpack_require__(48979);
114
+ var _easyFormCli = __webpack_require__(24191);
115
115
 
116
116
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
117
117
 
@@ -125,7 +125,7 @@ exports.CLI_TYPE = CLI_TYPE;
125
125
 
126
126
  /***/ }),
127
127
 
128
- /***/ 61609:
128
+ /***/ 74370:
129
129
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
130
130
 
131
131
  "use strict";
@@ -135,7 +135,7 @@ Object.defineProperty(exports, "__esModule", ({
135
135
  value: true
136
136
  }));
137
137
 
138
- var _ListNode = __webpack_require__(90006);
138
+ var _ListNode = __webpack_require__(67977);
139
139
 
140
140
  Object.keys(_ListNode).forEach(function (key) {
141
141
  if (key === "default" || key === "__esModule") return;
@@ -150,7 +150,7 @@ Object.keys(_ListNode).forEach(function (key) {
150
150
 
151
151
  /***/ }),
152
152
 
153
- /***/ 72714:
153
+ /***/ 3437:
154
154
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
155
155
 
156
156
  "use strict";
@@ -183,19 +183,19 @@ var _execa = _interopRequireDefault(__webpack_require__(16228));
183
183
 
184
184
  var _commentJson = __webpack_require__(66623);
185
185
 
186
- var _codesmithApiNpm = __webpack_require__(56332);
186
+ var _codesmithApiNpm = __webpack_require__(90423);
187
187
 
188
- var _codesmithApiGit = __webpack_require__(94959);
188
+ var _codesmithApiGit = __webpack_require__(64179);
189
189
 
190
- var _codesmithApiHandlebars = __webpack_require__(84266);
190
+ var _codesmithApiHandlebars = __webpack_require__(1849);
191
191
 
192
- var _easyFormCli = __webpack_require__(48979);
192
+ var _easyFormCli = __webpack_require__(24191);
193
193
 
194
- var _transformSchema = __webpack_require__(69622);
194
+ var _transformSchema = __webpack_require__(45921);
195
195
 
196
- var handlers = _interopRequireWildcard(__webpack_require__(61609));
196
+ var handlers = _interopRequireWildcard(__webpack_require__(74370));
197
197
 
198
- var _locale = __webpack_require__(54945);
198
+ var _locale = __webpack_require__(21557);
199
199
 
200
200
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
201
201
 
@@ -222,7 +222,7 @@ class AppAPI {
222
222
  this.generatorCore = generatorCore;
223
223
  this.generatorContext = generatorContext;
224
224
  this.npmApi = new _codesmithApiNpm.NpmAPI(generatorCore);
225
- this.gitApi = new _codesmithApiGit.GitAPI(generatorCore);
225
+ this.gitApi = new _codesmithApiGit.GitAPI(generatorCore, generatorContext);
226
226
  this.handlebarsAPI = new _codesmithApiHandlebars.HandlebarsAPI(this.generatorCore);
227
227
  }
228
228
 
@@ -409,7 +409,7 @@ exports.AppAPI = AppAPI;
409
409
 
410
410
  /***/ }),
411
411
 
412
- /***/ 33113:
412
+ /***/ 31799:
413
413
  /***/ ((__unused_webpack_module, exports) => {
414
414
 
415
415
  "use strict";
@@ -448,7 +448,7 @@ exports.EN_LOCALE = EN_LOCALE;
448
448
 
449
449
  /***/ }),
450
450
 
451
- /***/ 54945:
451
+ /***/ 21557:
452
452
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
453
453
 
454
454
  "use strict";
@@ -465,11 +465,11 @@ Object.defineProperty(exports, "I18n", ({
465
465
  }));
466
466
  exports.localeKeys = exports.i18n = void 0;
467
467
 
468
- var _pluginI18n = __webpack_require__(94093);
468
+ var _pluginI18n = __webpack_require__(98368);
469
469
 
470
- var _zh = __webpack_require__(13100);
470
+ var _zh = __webpack_require__(88218);
471
471
 
472
- var _en = __webpack_require__(33113);
472
+ var _en = __webpack_require__(31799);
473
473
 
474
474
  const i18n = new _pluginI18n.I18n();
475
475
  exports.i18n = i18n;
@@ -481,7 +481,7 @@ exports.localeKeys = localeKeys;
481
481
 
482
482
  /***/ }),
483
483
 
484
- /***/ 13100:
484
+ /***/ 88218:
485
485
  /***/ ((__unused_webpack_module, exports) => {
486
486
 
487
487
  "use strict";
@@ -520,7 +520,7 @@ exports.ZH_LOCALE = ZH_LOCALE;
520
520
 
521
521
  /***/ }),
522
522
 
523
- /***/ 69622:
523
+ /***/ 45921:
524
524
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
525
525
 
526
526
  "use strict";
@@ -533,7 +533,7 @@ exports.transformSchema = transformSchema;
533
533
 
534
534
  var _isUndefined2 = _interopRequireDefault(__webpack_require__(88066));
535
535
 
536
- var _easyFormCli = __webpack_require__(48979);
536
+ var _easyFormCli = __webpack_require__(24191);
537
537
 
538
538
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
539
539
 
@@ -580,7 +580,7 @@ function transformSchema(schema, configValue = {}, validateMap = {}) {
580
580
 
581
581
  /***/ }),
582
582
 
583
- /***/ 94959:
583
+ /***/ 64179:
584
584
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
585
585
 
586
586
  "use strict";
@@ -591,12 +591,14 @@ Object.defineProperty(exports, "__esModule", ({
591
591
  }));
592
592
  exports.GitAPI = void 0;
593
593
 
594
- var _utils = __webpack_require__(74757);
594
+ var _utils = __webpack_require__(6818);
595
595
 
596
596
  class GitAPI {
597
- constructor(generatorCore) {
597
+ constructor(generatorCore, generatorContext) {
598
598
  this.generatorCore = void 0;
599
+ this.generatorContext = void 0;
599
600
  this.generatorCore = generatorCore;
601
+ this.generatorContext = generatorContext;
600
602
  }
601
603
 
602
604
  async isInGitRepo(cwd = this.generatorCore.outputPath) {
@@ -624,7 +626,16 @@ class GitAPI {
624
626
  }
625
627
 
626
628
  try {
627
- await (0, _utils.initGitRepo)(cwd);
629
+ const {
630
+ config: {
631
+ defaultBranch = 'master'
632
+ }
633
+ } = this.generatorContext || {
634
+ config: {
635
+ defaultBranch: 'master'
636
+ }
637
+ };
638
+ await (0, _utils.initGitRepo)(cwd, defaultBranch);
628
639
  } catch (e) {
629
640
  this.generatorCore.logger.debug('[GitAPI.error]:', e);
630
641
  throw e;
@@ -653,7 +664,7 @@ exports.GitAPI = GitAPI;
653
664
 
654
665
  /***/ }),
655
666
 
656
- /***/ 74757:
667
+ /***/ 6818:
657
668
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
658
669
 
659
670
  "use strict";
@@ -695,11 +706,24 @@ async function isInGitRepo(cwd) {
695
706
  }
696
707
  }
697
708
 
698
- async function initGitRepo(cwd) {
709
+ async function initGitRepo(cwd, defaultBranch) {
699
710
  await (0, _execa.default)('git', ['init'], {
700
711
  env: process.env,
701
712
  cwd
702
713
  });
714
+ const {
715
+ stdout
716
+ } = await (0, _execa.default)('git', ['symbolic-ref', '--short', 'HEAD'], {
717
+ env: process.env,
718
+ cwd
719
+ });
720
+
721
+ if (stdout !== defaultBranch) {
722
+ await (0, _execa.default)('git', ['checkout', '-b', defaultBranch], {
723
+ env: process.env,
724
+ cwd
725
+ });
726
+ }
703
727
  }
704
728
 
705
729
  async function gitAdd(cwd) {
@@ -718,7 +742,7 @@ async function gitCommit(cwd, commitMessage) {
718
742
 
719
743
  /***/ }),
720
744
 
721
- /***/ 84266:
745
+ /***/ 1849:
722
746
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
723
747
 
724
748
  "use strict";
@@ -735,9 +759,9 @@ Object.defineProperty(exports, "renderString", ({
735
759
  }
736
760
  }));
737
761
 
738
- var _codesmith = __webpack_require__(48943);
762
+ var _codesmith = __webpack_require__(54345);
739
763
 
740
- var _utils = __webpack_require__(35225);
764
+ var _utils = __webpack_require__(40682);
741
765
 
742
766
  class HandlebarsAPI {
743
767
  constructor(generatorCore, registers) {
@@ -781,7 +805,7 @@ exports.HandlebarsAPI = HandlebarsAPI;
781
805
 
782
806
  /***/ }),
783
807
 
784
- /***/ 35225:
808
+ /***/ 40682:
785
809
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
786
810
 
787
811
  "use strict";
@@ -797,11 +821,11 @@ Object.defineProperty(exports, "renderString", ({
797
821
  }
798
822
  }));
799
823
 
800
- var _renderString = __webpack_require__(81517);
824
+ var _renderString = __webpack_require__(60311);
801
825
 
802
826
  /***/ }),
803
827
 
804
- /***/ 81517:
828
+ /***/ 60311:
805
829
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
806
830
 
807
831
  "use strict";
@@ -834,7 +858,7 @@ function renderString(template, fullData, registers) {
834
858
 
835
859
  /***/ }),
836
860
 
837
- /***/ 4752:
861
+ /***/ 99657:
838
862
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
839
863
 
840
864
  "use strict";
@@ -849,7 +873,7 @@ var _commentJson = _interopRequireDefault(__webpack_require__(66623));
849
873
 
850
874
  var declarationUpdate = _interopRequireWildcard(__webpack_require__(8200));
851
875
 
852
- var _utils = __webpack_require__(23231);
876
+ var _utils = __webpack_require__(10334);
853
877
 
854
878
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
855
879
 
@@ -915,7 +939,7 @@ exports.JsonAPI = JsonAPI;
915
939
 
916
940
  /***/ }),
917
941
 
918
- /***/ 23231:
942
+ /***/ 10334:
919
943
  /***/ ((__unused_webpack_module, exports) => {
920
944
 
921
945
  "use strict";
@@ -942,7 +966,7 @@ async function editJson(generatorCore, resource, getNewJsonValue) {
942
966
 
943
967
  /***/ }),
944
968
 
945
- /***/ 56332:
969
+ /***/ 90423:
946
970
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
947
971
 
948
972
  "use strict";
@@ -956,7 +980,7 @@ var _exportNames = {
956
980
  };
957
981
  exports.NpmAPI = void 0;
958
982
 
959
- var _utils = __webpack_require__(15714);
983
+ var _utils = __webpack_require__(63716);
960
984
 
961
985
  Object.keys(_utils).forEach(function (key) {
962
986
  if (key === "default" || key === "__esModule") return;
@@ -994,7 +1018,7 @@ exports.NpmAPI = NpmAPI;
994
1018
 
995
1019
  /***/ }),
996
1020
 
997
- /***/ 18614:
1021
+ /***/ 45033:
998
1022
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
999
1023
 
1000
1024
  "use strict";
@@ -1059,7 +1083,7 @@ async function canUsePnpm() {
1059
1083
 
1060
1084
  /***/ }),
1061
1085
 
1062
- /***/ 15714:
1086
+ /***/ 63716:
1063
1087
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1064
1088
 
1065
1089
  "use strict";
@@ -1111,13 +1135,13 @@ Object.defineProperty(exports, "yarnInstall", ({
1111
1135
  }
1112
1136
  }));
1113
1137
 
1114
- var _env = __webpack_require__(18614);
1138
+ var _env = __webpack_require__(45033);
1115
1139
 
1116
- var _install = __webpack_require__(95206);
1140
+ var _install = __webpack_require__(6285);
1117
1141
 
1118
1142
  /***/ }),
1119
1143
 
1120
- /***/ 95206:
1144
+ /***/ 6285:
1121
1145
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1122
1146
 
1123
1147
  "use strict";
@@ -1133,7 +1157,7 @@ exports.yarnInstall = yarnInstall;
1133
1157
 
1134
1158
  var _execa = _interopRequireDefault(__webpack_require__(16228));
1135
1159
 
1136
- var _env = __webpack_require__(18614);
1160
+ var _env = __webpack_require__(45033);
1137
1161
 
1138
1162
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
1139
1163
 
@@ -1211,7 +1235,7 @@ async function pnpmInstall(cwd, registryUrl) {
1211
1235
 
1212
1236
  /***/ }),
1213
1237
 
1214
- /***/ 38880:
1238
+ /***/ 5579:
1215
1239
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1216
1240
 
1217
1241
  "use strict";
@@ -1224,15 +1248,15 @@ exports.CodeSmith = void 0;
1224
1248
 
1225
1249
  var _path = _interopRequireDefault(__webpack_require__(71017));
1226
1250
 
1227
- var _generator = __webpack_require__(76195);
1251
+ var _generator = __webpack_require__(50891);
1228
1252
 
1229
- var _logger = __webpack_require__(25784);
1253
+ var _logger = __webpack_require__(73842);
1230
1254
 
1231
- var _constants = __webpack_require__(91065);
1255
+ var _constants = __webpack_require__(68725);
1232
1256
 
1233
- var _materials = __webpack_require__(73038);
1257
+ var _materials = __webpack_require__(3797);
1234
1258
 
1235
- var _FsMaterial = __webpack_require__(87657);
1259
+ var _FsMaterial = __webpack_require__(78741);
1236
1260
 
1237
1261
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
1238
1262
 
@@ -1291,7 +1315,7 @@ exports.CodeSmith = CodeSmith;
1291
1315
 
1292
1316
  /***/ }),
1293
1317
 
1294
- /***/ 66478:
1318
+ /***/ 84795:
1295
1319
  /***/ ((__unused_webpack_module, exports) => {
1296
1320
 
1297
1321
  "use strict";
@@ -1308,7 +1332,7 @@ exports.CATCHE_VALIDITY_PREIOD = CATCHE_VALIDITY_PREIOD;
1308
1332
 
1309
1333
  /***/ }),
1310
1334
 
1311
- /***/ 76195:
1335
+ /***/ 50891:
1312
1336
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1313
1337
 
1314
1338
  "use strict";
@@ -1329,11 +1353,11 @@ var _chalk = _interopRequireDefault(__webpack_require__(9834));
1329
1353
 
1330
1354
  var _fsExtra = _interopRequireDefault(__webpack_require__(96576));
1331
1355
 
1332
- var _FsMaterial = __webpack_require__(87657);
1356
+ var _FsMaterial = __webpack_require__(78741);
1333
1357
 
1334
- var _nodeRequire = __webpack_require__(20202);
1358
+ var _nodeRequire = __webpack_require__(18447);
1335
1359
 
1336
- var _getGeneratorDir = __webpack_require__(70869);
1360
+ var _getGeneratorDir = __webpack_require__(85282);
1337
1361
 
1338
1362
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
1339
1363
 
@@ -1564,7 +1588,7 @@ exports.GeneratorCore = GeneratorCore;
1564
1588
 
1565
1589
  /***/ }),
1566
1590
 
1567
- /***/ 48943:
1591
+ /***/ 54345:
1568
1592
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1569
1593
 
1570
1594
  "use strict";
@@ -1573,6 +1597,17 @@ exports.GeneratorCore = GeneratorCore;
1573
1597
  Object.defineProperty(exports, "__esModule", ({
1574
1598
  value: true
1575
1599
  }));
1600
+ var _exportNames = {
1601
+ LoggerLevel: true,
1602
+ LevelPriority: true,
1603
+ Logger: true,
1604
+ CodeSmith: true,
1605
+ GeneratorCore: true,
1606
+ MaterialsManager: true,
1607
+ FsMaterial: true,
1608
+ FsResource: true,
1609
+ FS_RESOURCE: true
1610
+ };
1576
1611
  Object.defineProperty(exports, "CodeSmith", ({
1577
1612
  enumerable: true,
1578
1613
  get: function () {
@@ -1628,23 +1663,37 @@ Object.defineProperty(exports, "MaterialsManager", ({
1628
1663
  }
1629
1664
  }));
1630
1665
 
1631
- var _constants = __webpack_require__(91065);
1666
+ var _constants = __webpack_require__(68725);
1667
+
1668
+ var _logger = __webpack_require__(73842);
1632
1669
 
1633
- var _logger = __webpack_require__(25784);
1670
+ var _codesmith = __webpack_require__(5579);
1634
1671
 
1635
- var _codesmith = __webpack_require__(38880);
1672
+ var _generator = __webpack_require__(50891);
1636
1673
 
1637
- var _generator = __webpack_require__(76195);
1674
+ var _materials = __webpack_require__(3797);
1638
1675
 
1639
- var _materials = __webpack_require__(73038);
1676
+ var _FsMaterial = __webpack_require__(78741);
1640
1677
 
1641
- var _FsMaterial = __webpack_require__(87657);
1678
+ var _FsResource = __webpack_require__(49448);
1642
1679
 
1643
- var _FsResource = __webpack_require__(19957);
1680
+ var _utils = __webpack_require__(27351);
1681
+
1682
+ Object.keys(_utils).forEach(function (key) {
1683
+ if (key === "default" || key === "__esModule") return;
1684
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
1685
+ if (key in exports && exports[key] === _utils[key]) return;
1686
+ Object.defineProperty(exports, key, {
1687
+ enumerable: true,
1688
+ get: function () {
1689
+ return _utils[key];
1690
+ }
1691
+ });
1692
+ });
1644
1693
 
1645
1694
  /***/ }),
1646
1695
 
1647
- /***/ 91065:
1696
+ /***/ 68725:
1648
1697
  /***/ ((__unused_webpack_module, exports) => {
1649
1698
 
1650
1699
  "use strict";
@@ -1672,7 +1721,7 @@ exports.LevelPriority = LevelPriority;
1672
1721
 
1673
1722
  /***/ }),
1674
1723
 
1675
- /***/ 25784:
1724
+ /***/ 73842:
1676
1725
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1677
1726
 
1678
1727
  "use strict";
@@ -1685,7 +1734,7 @@ exports.Logger = void 0;
1685
1734
 
1686
1735
  var _chalk = _interopRequireDefault(__webpack_require__(9834));
1687
1736
 
1688
- var _constants = __webpack_require__(91065);
1737
+ var _constants = __webpack_require__(68725);
1689
1738
 
1690
1739
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
1691
1740
 
@@ -1760,7 +1809,7 @@ exports.Logger = Logger;
1760
1809
 
1761
1810
  /***/ }),
1762
1811
 
1763
- /***/ 87657:
1812
+ /***/ 78741:
1764
1813
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1765
1814
 
1766
1815
  "use strict";
@@ -1775,7 +1824,7 @@ var _path = _interopRequireDefault(__webpack_require__(71017));
1775
1824
 
1776
1825
  var _globPromise = _interopRequireDefault(__webpack_require__(39646));
1777
1826
 
1778
- var _FsResource = __webpack_require__(19957);
1827
+ var _FsResource = __webpack_require__(49448);
1779
1828
 
1780
1829
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
1781
1830
 
@@ -1808,7 +1857,7 @@ exports.FsMaterial = FsMaterial;
1808
1857
 
1809
1858
  /***/ }),
1810
1859
 
1811
- /***/ 19957:
1860
+ /***/ 49448:
1812
1861
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1813
1862
 
1814
1863
  "use strict";
@@ -1823,7 +1872,7 @@ var _path = _interopRequireDefault(__webpack_require__(71017));
1823
1872
 
1824
1873
  var _fsExtra = _interopRequireDefault(__webpack_require__(96576));
1825
1874
 
1826
- var _constants = __webpack_require__(48325);
1875
+ var _constants = __webpack_require__(70516);
1827
1876
 
1828
1877
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
1829
1878
 
@@ -1861,7 +1910,7 @@ exports.FsResource = FsResource;
1861
1910
 
1862
1911
  /***/ }),
1863
1912
 
1864
- /***/ 48325:
1913
+ /***/ 70516:
1865
1914
  /***/ ((__unused_webpack_module, exports) => {
1866
1915
 
1867
1916
  "use strict";
@@ -1876,7 +1925,7 @@ exports.IMAGE_EXT_LIST = IMAGE_EXT_LIST;
1876
1925
 
1877
1926
  /***/ }),
1878
1927
 
1879
- /***/ 73038:
1928
+ /***/ 3797:
1880
1929
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1881
1930
 
1882
1931
  "use strict";
@@ -1889,9 +1938,9 @@ exports.MaterialsManager = void 0;
1889
1938
 
1890
1939
  var _path = _interopRequireDefault(__webpack_require__(71017));
1891
1940
 
1892
- var _FsMaterial = __webpack_require__(87657);
1941
+ var _FsMaterial = __webpack_require__(78741);
1893
1942
 
1894
- var _utils = __webpack_require__(41087);
1943
+ var _utils = __webpack_require__(27351);
1895
1944
 
1896
1945
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
1897
1946
 
@@ -1936,7 +1985,7 @@ exports.MaterialsManager = MaterialsManager;
1936
1985
 
1937
1986
  /***/ }),
1938
1987
 
1939
- /***/ 97838:
1988
+ /***/ 81337:
1940
1989
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1941
1990
 
1942
1991
  "use strict";
@@ -1955,15 +2004,15 @@ var _axios = _interopRequireDefault(__webpack_require__(45114));
1955
2004
 
1956
2005
  var _tar = _interopRequireDefault(__webpack_require__(74634));
1957
2006
 
1958
- var _getNpmTarballUrl = __webpack_require__(66038);
2007
+ var _getNpmTarballUrl = __webpack_require__(27272);
1959
2008
 
1960
- var _getNpmVersion = __webpack_require__(90880);
2009
+ var _getNpmVersion = __webpack_require__(38016);
1961
2010
 
1962
- var _fsExists = __webpack_require__(83821);
2011
+ var _fsExists = __webpack_require__(62279);
1963
2012
 
1964
- var _packageManager = __webpack_require__(89407);
2013
+ var _packageManager = __webpack_require__(14888);
1965
2014
 
1966
- var _constants = __webpack_require__(66478);
2015
+ var _constants = __webpack_require__(84795);
1967
2016
 
1968
2017
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
1969
2018
 
@@ -2083,7 +2132,7 @@ async function downloadPackage(pkgName, pkgVersion = 'latest', options = {}) {
2083
2132
 
2084
2133
  /***/ }),
2085
2134
 
2086
- /***/ 83821:
2135
+ /***/ 62279:
2087
2136
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2088
2137
 
2089
2138
  "use strict";
@@ -2114,7 +2163,7 @@ async function fsExists(path) {
2114
2163
 
2115
2164
  /***/ }),
2116
2165
 
2117
- /***/ 70869:
2166
+ /***/ 85282:
2118
2167
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2119
2168
 
2120
2169
  "use strict";
@@ -2129,7 +2178,7 @@ var _path = _interopRequireDefault(__webpack_require__(71017));
2129
2178
 
2130
2179
  var _fsExtra = _interopRequireDefault(__webpack_require__(96576));
2131
2180
 
2132
- var _fsExists = __webpack_require__(83821);
2181
+ var _fsExists = __webpack_require__(62279);
2133
2182
 
2134
2183
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2135
2184
 
@@ -2159,7 +2208,7 @@ async function getGeneratorDir(generator) {
2159
2208
 
2160
2209
  /***/ }),
2161
2210
 
2162
- /***/ 66038:
2211
+ /***/ 27272:
2163
2212
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2164
2213
 
2165
2214
  "use strict";
@@ -2172,9 +2221,9 @@ exports.getNpmTarballUrl = getNpmTarballUrl;
2172
2221
 
2173
2222
  var _packageJson = _interopRequireDefault(__webpack_require__(27499));
2174
2223
 
2175
- var _timeoutPromise = __webpack_require__(37165);
2224
+ var _timeoutPromise = __webpack_require__(80767);
2176
2225
 
2177
- var _constants = __webpack_require__(66478);
2226
+ var _constants = __webpack_require__(84795);
2178
2227
 
2179
2228
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2180
2229
 
@@ -2211,7 +2260,7 @@ async function getNpmTarballUrl(pkgName, pkgVersion, options) {
2211
2260
 
2212
2261
  /***/ }),
2213
2262
 
2214
- /***/ 90880:
2263
+ /***/ 38016:
2215
2264
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2216
2265
 
2217
2266
  "use strict";
@@ -2224,9 +2273,9 @@ exports.getNpmVersion = getNpmVersion;
2224
2273
 
2225
2274
  var _packageJson = _interopRequireDefault(__webpack_require__(27499));
2226
2275
 
2227
- var _timeoutPromise = __webpack_require__(37165);
2276
+ var _timeoutPromise = __webpack_require__(80767);
2228
2277
 
2229
- var _constants = __webpack_require__(66478);
2278
+ var _constants = __webpack_require__(84795);
2230
2279
 
2231
2280
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2232
2281
 
@@ -2245,7 +2294,7 @@ async function getNpmVersion(packageName, options) {
2245
2294
 
2246
2295
  /***/ }),
2247
2296
 
2248
- /***/ 69378:
2297
+ /***/ 20892:
2249
2298
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2250
2299
 
2251
2300
  "use strict";
@@ -2294,7 +2343,7 @@ function getPackageInfo(packageName) {
2294
2343
 
2295
2344
  /***/ }),
2296
2345
 
2297
- /***/ 41087:
2346
+ /***/ 27351:
2298
2347
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2299
2348
 
2300
2349
  "use strict";
@@ -2364,25 +2413,25 @@ Object.defineProperty(exports, "timeoutPromise", ({
2364
2413
  }
2365
2414
  }));
2366
2415
 
2367
- var _fsExists = __webpack_require__(83821);
2416
+ var _fsExists = __webpack_require__(62279);
2368
2417
 
2369
- var _nodeRequire = __webpack_require__(20202);
2418
+ var _nodeRequire = __webpack_require__(18447);
2370
2419
 
2371
- var _packageManager = __webpack_require__(89407);
2420
+ var _packageManager = __webpack_require__(14888);
2372
2421
 
2373
- var _timeoutPromise = __webpack_require__(37165);
2422
+ var _timeoutPromise = __webpack_require__(80767);
2374
2423
 
2375
- var _downloadPackage = __webpack_require__(97838);
2424
+ var _downloadPackage = __webpack_require__(81337);
2376
2425
 
2377
- var _getNpmTarballUrl = __webpack_require__(66038);
2426
+ var _getNpmTarballUrl = __webpack_require__(27272);
2378
2427
 
2379
- var _getNpmVersion = __webpack_require__(90880);
2428
+ var _getNpmVersion = __webpack_require__(38016);
2380
2429
 
2381
- var _getPackageInfo = __webpack_require__(69378);
2430
+ var _getPackageInfo = __webpack_require__(20892);
2382
2431
 
2383
2432
  /***/ }),
2384
2433
 
2385
- /***/ 20202:
2434
+ /***/ 18447:
2386
2435
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2387
2436
 
2388
2437
  "use strict";
@@ -2408,7 +2457,7 @@ const nodeRequire = path => {
2408
2457
 
2409
2458
  return module;
2410
2459
  } catch (error) {
2411
- const module = __webpack_require__(49208)(path);
2460
+ const module = __webpack_require__(15525)(path);
2412
2461
 
2413
2462
  if (module !== null && module !== void 0 && module.default) {
2414
2463
  return module.default;
@@ -2422,7 +2471,7 @@ exports.nodeRequire = nodeRequire;
2422
2471
 
2423
2472
  /***/ }),
2424
2473
 
2425
- /***/ 89407:
2474
+ /***/ 14888:
2426
2475
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2427
2476
 
2428
2477
  "use strict";
@@ -2517,7 +2566,7 @@ async function runInstall(targetDir, registryUrl) {
2517
2566
 
2518
2567
  /***/ }),
2519
2568
 
2520
- /***/ 37165:
2569
+ /***/ 80767:
2521
2570
  /***/ ((__unused_webpack_module, exports) => {
2522
2571
 
2523
2572
  "use strict";
@@ -2552,7 +2601,7 @@ async function timeoutPromise(promise, ms, reason = 'Operation') {
2552
2601
 
2553
2602
  /***/ }),
2554
2603
 
2555
- /***/ 49208:
2604
+ /***/ 15525:
2556
2605
  /***/ ((module) => {
2557
2606
 
2558
2607
  function webpackEmptyContext(req) {
@@ -2562,12 +2611,12 @@ function webpackEmptyContext(req) {
2562
2611
  }
2563
2612
  webpackEmptyContext.keys = () => ([]);
2564
2613
  webpackEmptyContext.resolve = webpackEmptyContext;
2565
- webpackEmptyContext.id = 49208;
2614
+ webpackEmptyContext.id = 15525;
2566
2615
  module.exports = webpackEmptyContext;
2567
2616
 
2568
2617
  /***/ }),
2569
2618
 
2570
- /***/ 88424:
2619
+ /***/ 35516:
2571
2620
  /***/ ((__unused_webpack_module, exports) => {
2572
2621
 
2573
2622
  "use strict";
@@ -2579,14 +2628,14 @@ Object.defineProperty(exports, "__esModule", ({
2579
2628
 
2580
2629
  /***/ }),
2581
2630
 
2582
- /***/ 45639:
2631
+ /***/ 32661:
2583
2632
  /***/ (() => {
2584
2633
 
2585
2634
 
2586
2635
 
2587
2636
  /***/ }),
2588
2637
 
2589
- /***/ 99490:
2638
+ /***/ 27969:
2590
2639
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2591
2640
 
2592
2641
  "use strict";
@@ -2597,9 +2646,9 @@ Object.defineProperty(exports, "__esModule", ({
2597
2646
  }));
2598
2647
  exports.BaseCliReader = void 0;
2599
2648
 
2600
- var _easyFormCore = __webpack_require__(94144);
2649
+ var _easyFormCore = __webpack_require__(67566);
2601
2650
 
2602
- var _constant = __webpack_require__(25260);
2651
+ var _constant = __webpack_require__(56124);
2603
2652
 
2604
2653
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
2605
2654
 
@@ -2785,7 +2834,7 @@ exports.BaseCliReader = BaseCliReader;
2785
2834
 
2786
2835
  /***/ }),
2787
2836
 
2788
- /***/ 84071:
2837
+ /***/ 90444:
2789
2838
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2790
2839
 
2791
2840
  "use strict";
@@ -2796,9 +2845,9 @@ Object.defineProperty(exports, "__esModule", ({
2796
2845
  }));
2797
2846
  exports.checkboxNode = void 0;
2798
2847
 
2799
- __webpack_require__(45639);
2848
+ __webpack_require__(32661);
2800
2849
 
2801
- var _utils = __webpack_require__(43711);
2850
+ var _utils = __webpack_require__(32300);
2802
2851
 
2803
2852
  const checkboxNode = options => {
2804
2853
  const {
@@ -2834,7 +2883,7 @@ exports.checkboxNode = checkboxNode;
2834
2883
 
2835
2884
  /***/ }),
2836
2885
 
2837
- /***/ 25560:
2886
+ /***/ 15352:
2838
2887
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2839
2888
 
2840
2889
  "use strict";
@@ -2845,9 +2894,9 @@ Object.defineProperty(exports, "__esModule", ({
2845
2894
  }));
2846
2895
  exports.childNode = void 0;
2847
2896
 
2848
- __webpack_require__(45639);
2897
+ __webpack_require__(32661);
2849
2898
 
2850
- var _utils = __webpack_require__(43711);
2899
+ var _utils = __webpack_require__(32300);
2851
2900
 
2852
2901
  const childNode = options => {
2853
2902
  const {
@@ -2873,7 +2922,7 @@ exports.childNode = childNode;
2873
2922
 
2874
2923
  /***/ }),
2875
2924
 
2876
- /***/ 65621:
2925
+ /***/ 79470:
2877
2926
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2878
2927
 
2879
2928
  "use strict";
@@ -2884,9 +2933,9 @@ Object.defineProperty(exports, "__esModule", ({
2884
2933
  }));
2885
2934
  exports.formNode = void 0;
2886
2935
 
2887
- __webpack_require__(45639);
2936
+ __webpack_require__(32661);
2888
2937
 
2889
- var _utils = __webpack_require__(43711);
2938
+ var _utils = __webpack_require__(32300);
2890
2939
 
2891
2940
  const formNode = options => {
2892
2941
  const {
@@ -2899,7 +2948,7 @@ exports.formNode = formNode;
2899
2948
 
2900
2949
  /***/ }),
2901
2950
 
2902
- /***/ 10860:
2951
+ /***/ 47909:
2903
2952
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2904
2953
 
2905
2954
  "use strict";
@@ -2909,7 +2958,7 @@ Object.defineProperty(exports, "__esModule", ({
2909
2958
  value: true
2910
2959
  }));
2911
2960
 
2912
- var _checkboxNode = __webpack_require__(84071);
2961
+ var _checkboxNode = __webpack_require__(90444);
2913
2962
 
2914
2963
  Object.keys(_checkboxNode).forEach(function (key) {
2915
2964
  if (key === "default" || key === "__esModule") return;
@@ -2922,7 +2971,7 @@ Object.keys(_checkboxNode).forEach(function (key) {
2922
2971
  });
2923
2972
  });
2924
2973
 
2925
- var _rootNode = __webpack_require__(56075);
2974
+ var _rootNode = __webpack_require__(75634);
2926
2975
 
2927
2976
  Object.keys(_rootNode).forEach(function (key) {
2928
2977
  if (key === "default" || key === "__esModule") return;
@@ -2935,7 +2984,7 @@ Object.keys(_rootNode).forEach(function (key) {
2935
2984
  });
2936
2985
  });
2937
2986
 
2938
- var _childNode = __webpack_require__(25560);
2987
+ var _childNode = __webpack_require__(15352);
2939
2988
 
2940
2989
  Object.keys(_childNode).forEach(function (key) {
2941
2990
  if (key === "default" || key === "__esModule") return;
@@ -2948,7 +2997,7 @@ Object.keys(_childNode).forEach(function (key) {
2948
2997
  });
2949
2998
  });
2950
2999
 
2951
- var _formNode = __webpack_require__(65621);
3000
+ var _formNode = __webpack_require__(79470);
2952
3001
 
2953
3002
  Object.keys(_formNode).forEach(function (key) {
2954
3003
  if (key === "default" || key === "__esModule") return;
@@ -2961,7 +3010,7 @@ Object.keys(_formNode).forEach(function (key) {
2961
3010
  });
2962
3011
  });
2963
3012
 
2964
- var _inputNode = __webpack_require__(49242);
3013
+ var _inputNode = __webpack_require__(78734);
2965
3014
 
2966
3015
  Object.keys(_inputNode).forEach(function (key) {
2967
3016
  if (key === "default" || key === "__esModule") return;
@@ -2974,7 +3023,7 @@ Object.keys(_inputNode).forEach(function (key) {
2974
3023
  });
2975
3024
  });
2976
3025
 
2977
- var _listNode = __webpack_require__(61505);
3026
+ var _listNode = __webpack_require__(4533);
2978
3027
 
2979
3028
  Object.keys(_listNode).forEach(function (key) {
2980
3029
  if (key === "default" || key === "__esModule") return;
@@ -2987,7 +3036,7 @@ Object.keys(_listNode).forEach(function (key) {
2987
3036
  });
2988
3037
  });
2989
3038
 
2990
- var _numberNode = __webpack_require__(98595);
3039
+ var _numberNode = __webpack_require__(14247);
2991
3040
 
2992
3041
  Object.keys(_numberNode).forEach(function (key) {
2993
3042
  if (key === "default" || key === "__esModule") return;
@@ -3002,7 +3051,7 @@ Object.keys(_numberNode).forEach(function (key) {
3002
3051
 
3003
3052
  /***/ }),
3004
3053
 
3005
- /***/ 49242:
3054
+ /***/ 78734:
3006
3055
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
3007
3056
 
3008
3057
  "use strict";
@@ -3013,9 +3062,9 @@ Object.defineProperty(exports, "__esModule", ({
3013
3062
  }));
3014
3063
  exports.inputNode = void 0;
3015
3064
 
3016
- __webpack_require__(45639);
3065
+ __webpack_require__(32661);
3017
3066
 
3018
- var _utils = __webpack_require__(43711);
3067
+ var _utils = __webpack_require__(32300);
3019
3068
 
3020
3069
  const inputNode = options => {
3021
3070
  const {
@@ -3039,7 +3088,7 @@ exports.inputNode = inputNode;
3039
3088
 
3040
3089
  /***/ }),
3041
3090
 
3042
- /***/ 61505:
3091
+ /***/ 4533:
3043
3092
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
3044
3093
 
3045
3094
  "use strict";
@@ -3050,9 +3099,9 @@ Object.defineProperty(exports, "__esModule", ({
3050
3099
  }));
3051
3100
  exports.listNode = void 0;
3052
3101
 
3053
- __webpack_require__(45639);
3102
+ __webpack_require__(32661);
3054
3103
 
3055
- var _utils = __webpack_require__(43711);
3104
+ var _utils = __webpack_require__(32300);
3056
3105
 
3057
3106
  const listNode = options => {
3058
3107
  const {
@@ -3088,7 +3137,7 @@ exports.listNode = listNode;
3088
3137
 
3089
3138
  /***/ }),
3090
3139
 
3091
- /***/ 98595:
3140
+ /***/ 14247:
3092
3141
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
3093
3142
 
3094
3143
  "use strict";
@@ -3099,9 +3148,9 @@ Object.defineProperty(exports, "__esModule", ({
3099
3148
  }));
3100
3149
  exports.numberNode = void 0;
3101
3150
 
3102
- __webpack_require__(45639);
3151
+ __webpack_require__(32661);
3103
3152
 
3104
- var _utils = __webpack_require__(43711);
3153
+ var _utils = __webpack_require__(32300);
3105
3154
 
3106
3155
  const numberNode = options => {
3107
3156
  const {
@@ -3125,7 +3174,7 @@ exports.numberNode = numberNode;
3125
3174
 
3126
3175
  /***/ }),
3127
3176
 
3128
- /***/ 56075:
3177
+ /***/ 75634:
3129
3178
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
3130
3179
 
3131
3180
  "use strict";
@@ -3136,7 +3185,7 @@ Object.defineProperty(exports, "__esModule", ({
3136
3185
  }));
3137
3186
  exports.rootNode = void 0;
3138
3187
 
3139
- __webpack_require__(45639);
3188
+ __webpack_require__(32661);
3140
3189
 
3141
3190
  const rootNode = options => {
3142
3191
  const {
@@ -3157,7 +3206,7 @@ exports.rootNode = rootNode;
3157
3206
 
3158
3207
  /***/ }),
3159
3208
 
3160
- /***/ 84250:
3209
+ /***/ 74589:
3161
3210
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
3162
3211
 
3163
3212
  "use strict";
@@ -3177,13 +3226,13 @@ var _inquirer = _interopRequireDefault(__webpack_require__(82761));
3177
3226
 
3178
3227
  var Rx = _interopRequireWildcard(__webpack_require__(68798));
3179
3228
 
3180
- var _baseCliReader = __webpack_require__(99490);
3229
+ var _baseCliReader = __webpack_require__(27969);
3181
3230
 
3182
- var _constant = __webpack_require__(25260);
3231
+ var _constant = __webpack_require__(56124);
3183
3232
 
3184
- var questionsHandlers = _interopRequireWildcard(__webpack_require__(10860));
3233
+ var questionsHandlers = _interopRequireWildcard(__webpack_require__(47909));
3185
3234
 
3186
- var _utils = __webpack_require__(43711);
3235
+ var _utils = __webpack_require__(32300);
3187
3236
 
3188
3237
  Object.keys(_utils).forEach(function (key) {
3189
3238
  if (key === "default" || key === "__esModule") return;
@@ -3391,7 +3440,7 @@ setCliQuestionsHandlers(questionsHandlers);
3391
3440
 
3392
3441
  /***/ }),
3393
3442
 
3394
- /***/ 43711:
3443
+ /***/ 32300:
3395
3444
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
3396
3445
 
3397
3446
  "use strict";
@@ -3402,7 +3451,7 @@ Object.defineProperty(exports, "__esModule", ({
3402
3451
  }));
3403
3452
  exports.toPromiseQuestionHandlerLoop = exports.toPromiseQuestionHandler = exports.getWhen = exports.getValidate = exports.getTransformer = exports.getQuestion = exports.getMessage = exports.getFilter = exports.getDefaultValue = exports.getChoices = void 0;
3404
3453
 
3405
- var _easyFormCore = __webpack_require__(94144);
3454
+ var _easyFormCore = __webpack_require__(67566);
3406
3455
 
3407
3456
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
3408
3457
 
@@ -3699,7 +3748,7 @@ exports.toPromiseQuestionHandlerLoop = toPromiseQuestionHandlerLoop;
3699
3748
 
3700
3749
  /***/ }),
3701
3750
 
3702
- /***/ 25260:
3751
+ /***/ 56124:
3703
3752
  /***/ ((__unused_webpack_module, exports) => {
3704
3753
 
3705
3754
  "use strict";
@@ -3724,7 +3773,7 @@ exports.CliNodeHandlers = CliNodeHandlers;
3724
3773
 
3725
3774
  /***/ }),
3726
3775
 
3727
- /***/ 48979:
3776
+ /***/ 24191:
3728
3777
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
3729
3778
 
3730
3779
  "use strict";
@@ -3734,7 +3783,7 @@ Object.defineProperty(exports, "__esModule", ({
3734
3783
  value: true
3735
3784
  }));
3736
3785
 
3737
- var _cliReader = __webpack_require__(84250);
3786
+ var _cliReader = __webpack_require__(74589);
3738
3787
 
3739
3788
  Object.keys(_cliReader).forEach(function (key) {
3740
3789
  if (key === "default" || key === "__esModule") return;
@@ -3747,7 +3796,7 @@ Object.keys(_cliReader).forEach(function (key) {
3747
3796
  });
3748
3797
  });
3749
3798
 
3750
- var _ICli = __webpack_require__(88424);
3799
+ var _ICli = __webpack_require__(35516);
3751
3800
 
3752
3801
  Object.keys(_ICli).forEach(function (key) {
3753
3802
  if (key === "default" || key === "__esModule") return;
@@ -3760,7 +3809,7 @@ Object.keys(_ICli).forEach(function (key) {
3760
3809
  });
3761
3810
  });
3762
3811
 
3763
- var _easyFormCore = __webpack_require__(94144);
3812
+ var _easyFormCore = __webpack_require__(67566);
3764
3813
 
3765
3814
  Object.keys(_easyFormCore).forEach(function (key) {
3766
3815
  if (key === "default" || key === "__esModule") return;
@@ -3775,7 +3824,7 @@ Object.keys(_easyFormCore).forEach(function (key) {
3775
3824
 
3776
3825
  /***/ }),
3777
3826
 
3778
- /***/ 65124:
3827
+ /***/ 85973:
3779
3828
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
3780
3829
 
3781
3830
  "use strict";
@@ -3786,11 +3835,11 @@ Object.defineProperty(exports, "__esModule", ({
3786
3835
  }));
3787
3836
  exports.BaseReader = void 0;
3788
3837
 
3789
- var _checkSchema = __webpack_require__(1085);
3838
+ var _checkSchema = __webpack_require__(54887);
3790
3839
 
3791
- var _constant = __webpack_require__(89428);
3840
+ var _constant = __webpack_require__(38085);
3792
3841
 
3793
- var _utils = __webpack_require__(29932);
3842
+ var _utils = __webpack_require__(44068);
3794
3843
 
3795
3844
  const _excluded = ["effectedByFields", "action"];
3796
3845
 
@@ -4080,7 +4129,7 @@ exports.BaseReader = BaseReader;
4080
4129
 
4081
4130
  /***/ }),
4082
4131
 
4083
- /***/ 1085:
4132
+ /***/ 54887:
4084
4133
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4085
4134
 
4086
4135
  "use strict";
@@ -4091,9 +4140,9 @@ Object.defineProperty(exports, "__esModule", ({
4091
4140
  }));
4092
4141
  exports.checkSchema = void 0;
4093
4142
 
4094
- var _constant = __webpack_require__(89428);
4143
+ var _constant = __webpack_require__(38085);
4095
4144
 
4096
- var _utils = __webpack_require__(29932);
4145
+ var _utils = __webpack_require__(44068);
4097
4146
 
4098
4147
  const checkFieldType = schema => {
4099
4148
  // field type detection
@@ -4220,7 +4269,7 @@ exports.checkSchema = checkSchema;
4220
4269
 
4221
4270
  /***/ }),
4222
4271
 
4223
- /***/ 89428:
4272
+ /***/ 38085:
4224
4273
  /***/ ((__unused_webpack_module, exports) => {
4225
4274
 
4226
4275
  "use strict";
@@ -4277,7 +4326,7 @@ exports.MESSAGE = MESSAGE;
4277
4326
 
4278
4327
  /***/ }),
4279
4328
 
4280
- /***/ 28618:
4329
+ /***/ 82344:
4281
4330
  /***/ ((__unused_webpack_module, exports) => {
4282
4331
 
4283
4332
  "use strict";
@@ -4328,7 +4377,7 @@ function forEach(from, callback) {
4328
4377
 
4329
4378
  /***/ }),
4330
4379
 
4331
- /***/ 62348:
4380
+ /***/ 93783:
4332
4381
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4333
4382
 
4334
4383
  "use strict";
@@ -4339,9 +4388,9 @@ Object.defineProperty(exports, "__esModule", ({
4339
4388
  }));
4340
4389
  exports.Graph = void 0;
4341
4390
 
4342
- var _collections = __webpack_require__(28618);
4391
+ var _collections = __webpack_require__(82344);
4343
4392
 
4344
- var _types = __webpack_require__(28309);
4393
+ var _types = __webpack_require__(96691);
4345
4394
 
4346
4395
  function newNode(data) {
4347
4396
  return {
@@ -4433,7 +4482,7 @@ exports.Graph = Graph;
4433
4482
 
4434
4483
  /***/ }),
4435
4484
 
4436
- /***/ 22810:
4485
+ /***/ 45741:
4437
4486
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4438
4487
 
4439
4488
  "use strict";
@@ -4444,11 +4493,11 @@ Object.defineProperty(exports, "__esModule", ({
4444
4493
  }));
4445
4494
  exports.EffectUtil = void 0;
4446
4495
 
4447
- var _utils = __webpack_require__(29932);
4496
+ var _utils = __webpack_require__(44068);
4448
4497
 
4449
- var _graph = __webpack_require__(62348);
4498
+ var _graph = __webpack_require__(93783);
4450
4499
 
4451
- var _types = __webpack_require__(28309);
4500
+ var _types = __webpack_require__(96691);
4452
4501
 
4453
4502
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
4454
4503
 
@@ -4613,7 +4662,7 @@ exports.EffectUtil = EffectUtil;
4613
4662
 
4614
4663
  /***/ }),
4615
4664
 
4616
- /***/ 28309:
4665
+ /***/ 96691:
4617
4666
  /***/ ((__unused_webpack_module, exports) => {
4618
4667
 
4619
4668
  "use strict";
@@ -4651,7 +4700,7 @@ function isObject(obj) {
4651
4700
 
4652
4701
  /***/ }),
4653
4702
 
4654
- /***/ 94144:
4703
+ /***/ 67566:
4655
4704
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4656
4705
 
4657
4706
  "use strict";
@@ -4661,7 +4710,7 @@ Object.defineProperty(exports, "__esModule", ({
4661
4710
  value: true
4662
4711
  }));
4663
4712
 
4664
- var _baseReader = __webpack_require__(65124);
4713
+ var _baseReader = __webpack_require__(85973);
4665
4714
 
4666
4715
  Object.keys(_baseReader).forEach(function (key) {
4667
4716
  if (key === "default" || key === "__esModule") return;
@@ -4674,7 +4723,7 @@ Object.keys(_baseReader).forEach(function (key) {
4674
4723
  });
4675
4724
  });
4676
4725
 
4677
- var _types = __webpack_require__(13027);
4726
+ var _types = __webpack_require__(25996);
4678
4727
 
4679
4728
  Object.keys(_types).forEach(function (key) {
4680
4729
  if (key === "default" || key === "__esModule") return;
@@ -4687,7 +4736,7 @@ Object.keys(_types).forEach(function (key) {
4687
4736
  });
4688
4737
  });
4689
4738
 
4690
- var _constant = __webpack_require__(89428);
4739
+ var _constant = __webpack_require__(38085);
4691
4740
 
4692
4741
  Object.keys(_constant).forEach(function (key) {
4693
4742
  if (key === "default" || key === "__esModule") return;
@@ -4700,7 +4749,7 @@ Object.keys(_constant).forEach(function (key) {
4700
4749
  });
4701
4750
  });
4702
4751
 
4703
- var _utils = __webpack_require__(29932);
4752
+ var _utils = __webpack_require__(44068);
4704
4753
 
4705
4754
  Object.keys(_utils).forEach(function (key) {
4706
4755
  if (key === "default" || key === "__esModule") return;
@@ -4713,7 +4762,7 @@ Object.keys(_utils).forEach(function (key) {
4713
4762
  });
4714
4763
  });
4715
4764
 
4716
- var _effectUtil = __webpack_require__(22810);
4765
+ var _effectUtil = __webpack_require__(45741);
4717
4766
 
4718
4767
  Object.keys(_effectUtil).forEach(function (key) {
4719
4768
  if (key === "default" || key === "__esModule") return;
@@ -4726,7 +4775,7 @@ Object.keys(_effectUtil).forEach(function (key) {
4726
4775
  });
4727
4776
  });
4728
4777
 
4729
- var _checkSchema = __webpack_require__(1085);
4778
+ var _checkSchema = __webpack_require__(54887);
4730
4779
 
4731
4780
  Object.keys(_checkSchema).forEach(function (key) {
4732
4781
  if (key === "default" || key === "__esModule") return;
@@ -4741,14 +4790,14 @@ Object.keys(_checkSchema).forEach(function (key) {
4741
4790
 
4742
4791
  /***/ }),
4743
4792
 
4744
- /***/ 20378:
4793
+ /***/ 54365:
4745
4794
  /***/ (() => {
4746
4795
 
4747
4796
 
4748
4797
 
4749
4798
  /***/ }),
4750
4799
 
4751
- /***/ 13027:
4800
+ /***/ 25996:
4752
4801
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4753
4802
 
4754
4803
  "use strict";
@@ -4758,7 +4807,7 @@ Object.defineProperty(exports, "__esModule", ({
4758
4807
  value: true
4759
4808
  }));
4760
4809
 
4761
- var _ISchema = __webpack_require__(20378);
4810
+ var _ISchema = __webpack_require__(54365);
4762
4811
 
4763
4812
  Object.keys(_ISchema).forEach(function (key) {
4764
4813
  if (key === "default" || key === "__esModule") return;
@@ -4773,7 +4822,7 @@ Object.keys(_ISchema).forEach(function (key) {
4773
4822
 
4774
4823
  /***/ }),
4775
4824
 
4776
- /***/ 29932:
4825
+ /***/ 44068:
4777
4826
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4778
4827
 
4779
4828
  "use strict";
@@ -4783,7 +4832,7 @@ Object.defineProperty(exports, "__esModule", ({
4783
4832
  value: true
4784
4833
  }));
4785
4834
 
4786
- var _tools = __webpack_require__(1202);
4835
+ var _tools = __webpack_require__(97734);
4787
4836
 
4788
4837
  Object.keys(_tools).forEach(function (key) {
4789
4838
  if (key === "default" || key === "__esModule") return;
@@ -4796,7 +4845,7 @@ Object.keys(_tools).forEach(function (key) {
4796
4845
  });
4797
4846
  });
4798
4847
 
4799
- var _interator = __webpack_require__(18683);
4848
+ var _interator = __webpack_require__(2369);
4800
4849
 
4801
4850
  Object.keys(_interator).forEach(function (key) {
4802
4851
  if (key === "default" || key === "__esModule") return;
@@ -4809,7 +4858,7 @@ Object.keys(_interator).forEach(function (key) {
4809
4858
  });
4810
4859
  });
4811
4860
 
4812
- var _itemsField = __webpack_require__(4963);
4861
+ var _itemsField = __webpack_require__(60959);
4813
4862
 
4814
4863
  Object.keys(_itemsField).forEach(function (key) {
4815
4864
  if (key === "default" || key === "__esModule") return;
@@ -4822,7 +4871,7 @@ Object.keys(_itemsField).forEach(function (key) {
4822
4871
  });
4823
4872
  });
4824
4873
 
4825
- var _keyField = __webpack_require__(3260);
4874
+ var _keyField = __webpack_require__(3310);
4826
4875
 
4827
4876
  Object.keys(_keyField).forEach(function (key) {
4828
4877
  if (key === "default" || key === "__esModule") return;
@@ -4835,7 +4884,7 @@ Object.keys(_keyField).forEach(function (key) {
4835
4884
  });
4836
4885
  });
4837
4886
 
4838
- var _stateField = __webpack_require__(65788);
4887
+ var _stateField = __webpack_require__(63179);
4839
4888
 
4840
4889
  Object.keys(_stateField).forEach(function (key) {
4841
4890
  if (key === "default" || key === "__esModule") return;
@@ -4848,7 +4897,7 @@ Object.keys(_stateField).forEach(function (key) {
4848
4897
  });
4849
4898
  });
4850
4899
 
4851
- var _nodeInfo = __webpack_require__(45761);
4900
+ var _nodeInfo = __webpack_require__(16784);
4852
4901
 
4853
4902
  Object.keys(_nodeInfo).forEach(function (key) {
4854
4903
  if (key === "default" || key === "__esModule") return;
@@ -4863,7 +4912,7 @@ Object.keys(_nodeInfo).forEach(function (key) {
4863
4912
 
4864
4913
  /***/ }),
4865
4914
 
4866
- /***/ 18683:
4915
+ /***/ 2369:
4867
4916
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4868
4917
 
4869
4918
  "use strict";
@@ -4874,9 +4923,9 @@ Object.defineProperty(exports, "__esModule", ({
4874
4923
  }));
4875
4924
  exports.forEachWithKeyChain = exports.forEach = exports.filterNone = exports.filter = void 0;
4876
4925
 
4877
- var _itemsField = __webpack_require__(4963);
4926
+ var _itemsField = __webpack_require__(60959);
4878
4927
 
4879
- var _stateField = __webpack_require__(65788);
4928
+ var _stateField = __webpack_require__(63179);
4880
4929
 
4881
4930
  // Foreach with key chain
4882
4931
  const forEachWithKeyChain = (schema, handler) => {
@@ -5043,7 +5092,7 @@ exports.filter = filter;
5043
5092
 
5044
5093
  /***/ }),
5045
5094
 
5046
- /***/ 4963:
5095
+ /***/ 60959:
5047
5096
  /***/ ((__unused_webpack_module, exports) => {
5048
5097
 
5049
5098
  "use strict";
@@ -5071,7 +5120,7 @@ exports.getItems = getItems;
5071
5120
 
5072
5121
  /***/ }),
5073
5122
 
5074
- /***/ 3260:
5123
+ /***/ 3310:
5075
5124
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
5076
5125
 
5077
5126
  "use strict";
@@ -5082,7 +5131,7 @@ Object.defineProperty(exports, "__esModule", ({
5082
5131
  }));
5083
5132
  exports.getAllKeys = void 0;
5084
5133
 
5085
- var _itemsField = __webpack_require__(4963);
5134
+ var _itemsField = __webpack_require__(60959);
5086
5135
 
5087
5136
  const getAllKeys = schema => {
5088
5137
  const keys = [];
@@ -5103,7 +5152,7 @@ exports.getAllKeys = getAllKeys;
5103
5152
 
5104
5153
  /***/ }),
5105
5154
 
5106
- /***/ 45761:
5155
+ /***/ 16784:
5107
5156
  /***/ ((__unused_webpack_module, exports) => {
5108
5157
 
5109
5158
  "use strict";
@@ -5192,7 +5241,7 @@ exports.getNodeInfo = getNodeInfo;
5192
5241
 
5193
5242
  /***/ }),
5194
5243
 
5195
- /***/ 65788:
5244
+ /***/ 63179:
5196
5245
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
5197
5246
 
5198
5247
  "use strict";
@@ -5205,9 +5254,9 @@ exports.setSchemaInitValue = exports.setInitValues = exports.isEffectedValue = e
5205
5254
 
5206
5255
  var _cloneDeep2 = _interopRequireDefault(__webpack_require__(11605));
5207
5256
 
5208
- var _itemsField = __webpack_require__(4963);
5257
+ var _itemsField = __webpack_require__(60959);
5209
5258
 
5210
- var _tools = __webpack_require__(1202);
5259
+ var _tools = __webpack_require__(97734);
5211
5260
 
5212
5261
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
5213
5262
 
@@ -5305,7 +5354,7 @@ exports.getItemValue = getItemValue;
5305
5354
 
5306
5355
  /***/ }),
5307
5356
 
5308
- /***/ 1202:
5357
+ /***/ 97734:
5309
5358
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
5310
5359
 
5311
5360
  "use strict";
@@ -5362,7 +5411,7 @@ exports.booleanToString = booleanToString;
5362
5411
 
5363
5412
  /***/ }),
5364
5413
 
5365
- /***/ 22183:
5414
+ /***/ 46133:
5366
5415
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
5367
5416
 
5368
5417
  "use strict";
@@ -5378,11 +5427,11 @@ Object.defineProperty(exports, "List", ({
5378
5427
  }
5379
5428
  }));
5380
5429
 
5381
- var _list = __webpack_require__(73405);
5430
+ var _list = __webpack_require__(29149);
5382
5431
 
5383
5432
  /***/ }),
5384
5433
 
5385
- /***/ 73405:
5434
+ /***/ 29149:
5386
5435
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
5387
5436
 
5388
5437
  "use strict";
@@ -5413,7 +5462,7 @@ var _operators = __webpack_require__(26579);
5413
5462
 
5414
5463
  var _incrementListIndex = _interopRequireDefault(__webpack_require__(69062));
5415
5464
 
5416
- var _utils = __webpack_require__(41450);
5465
+ var _utils = __webpack_require__(17697);
5417
5466
 
5418
5467
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
5419
5468
 
@@ -5550,7 +5599,7 @@ exports.List = List;
5550
5599
 
5551
5600
  /***/ }),
5552
5601
 
5553
- /***/ 41450:
5602
+ /***/ 17697:
5554
5603
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
5555
5604
 
5556
5605
  "use strict";
@@ -5563,7 +5612,7 @@ exports.listRender = listRender;
5563
5612
 
5564
5613
  var _chalk = _interopRequireDefault(__webpack_require__(9834));
5565
5614
 
5566
- var _pointer = __webpack_require__(50180);
5615
+ var _pointer = __webpack_require__(56040);
5567
5616
 
5568
5617
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
5569
5618
 
@@ -5612,7 +5661,7 @@ function listRender(choices, pointer, answers) {
5612
5661
 
5613
5662
  /***/ }),
5614
5663
 
5615
- /***/ 50180:
5664
+ /***/ 56040:
5616
5665
  /***/ ((__unused_webpack_module, exports) => {
5617
5666
 
5618
5667
  "use strict";
@@ -5639,7 +5688,7 @@ exports.pointer = pointer;
5639
5688
 
5640
5689
  /***/ }),
5641
5690
 
5642
- /***/ 94093:
5691
+ /***/ 98368:
5643
5692
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
5644
5693
 
5645
5694
  "use strict";
@@ -5652,7 +5701,7 @@ exports.I18n = void 0;
5652
5701
 
5653
5702
  var _get2 = _interopRequireDefault(__webpack_require__(71189));
5654
5703
 
5655
- var _utils = __webpack_require__(87923);
5704
+ var _index = __webpack_require__(24033);
5656
5705
 
5657
5706
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
5658
5707
 
@@ -5690,7 +5739,7 @@ class I18n {
5690
5739
  this.languageMap = languageMap;
5691
5740
  }
5692
5741
 
5693
- return (0, _utils.getObjKeyMap)(this.languageMap[this.language]);
5742
+ return (0, _index.getObjKeyMap)(this.languageMap[this.language]);
5694
5743
  }
5695
5744
 
5696
5745
  changeLanguage(config) {
@@ -5713,7 +5762,7 @@ exports.I18n = I18n;
5713
5762
 
5714
5763
  /***/ }),
5715
5764
 
5716
- /***/ 87923:
5765
+ /***/ 24033:
5717
5766
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
5718
5767
 
5719
5768
  "use strict";
@@ -7774,8 +7823,8 @@ var buildFullPath = __webpack_require__(95889);
7774
7823
  var buildURL = __webpack_require__(52737);
7775
7824
  var http = __webpack_require__(13685);
7776
7825
  var https = __webpack_require__(95687);
7777
- var httpFollow = __webpack_require__(30920).http;
7778
- var httpsFollow = __webpack_require__(30920).https;
7826
+ var httpFollow = (__webpack_require__(30920).http);
7827
+ var httpsFollow = (__webpack_require__(30920).https);
7779
7828
  var url = __webpack_require__(57310);
7780
7829
  var zlib = __webpack_require__(59796);
7781
7830
  var pkg = __webpack_require__(31025);
@@ -10542,7 +10591,7 @@ module.exports = BufferList
10542
10591
  "use strict";
10543
10592
 
10544
10593
 
10545
- const DuplexStream = __webpack_require__(84961).Duplex
10594
+ const DuplexStream = (__webpack_require__(84961).Duplex)
10546
10595
  const inherits = __webpack_require__(57337)
10547
10596
  const BufferList = __webpack_require__(45445)
10548
10597
 
@@ -14222,7 +14271,7 @@ function cliWidth(options) {
14222
14271
  "use strict";
14223
14272
 
14224
14273
 
14225
- const PassThrough = __webpack_require__(12781).PassThrough;
14274
+ const PassThrough = (__webpack_require__(12781).PassThrough);
14226
14275
  const mimicResponse = __webpack_require__(19062);
14227
14276
 
14228
14277
  const cloneResponse = response => {
@@ -17435,7 +17484,7 @@ module.exports = resolveCommand;
17435
17484
 
17436
17485
  /***/ }),
17437
17486
 
17438
- /***/ 45357:
17487
+ /***/ 88351:
17439
17488
  /***/ ((module, exports, __webpack_require__) => {
17440
17489
 
17441
17490
  /* eslint-env browser */
@@ -17692,7 +17741,7 @@ function localstorage() {
17692
17741
  }
17693
17742
  }
17694
17743
 
17695
- module.exports = __webpack_require__(10214)(exports);
17744
+ module.exports = __webpack_require__(19507)(exports);
17696
17745
 
17697
17746
  const {formatters} = module.exports;
17698
17747
 
@@ -17711,7 +17760,7 @@ formatters.j = function (v) {
17711
17760
 
17712
17761
  /***/ }),
17713
17762
 
17714
- /***/ 10214:
17763
+ /***/ 19507:
17715
17764
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
17716
17765
 
17717
17766
 
@@ -17750,7 +17799,7 @@ function setup(env) {
17750
17799
 
17751
17800
  /**
17752
17801
  * Selects a color for a debug namespace
17753
- * @param {String} namespace The namespace string for the for the debug instance to be colored
17802
+ * @param {String} namespace The namespace string for the debug instance to be colored
17754
17803
  * @return {Number|String} An ANSI color code for the given namespace
17755
17804
  * @api private
17756
17805
  */
@@ -17992,7 +18041,7 @@ module.exports = setup;
17992
18041
 
17993
18042
  /***/ }),
17994
18043
 
17995
- /***/ 24744:
18044
+ /***/ 68919:
17996
18045
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
17997
18046
 
17998
18047
  /**
@@ -18001,15 +18050,15 @@ module.exports = setup;
18001
18050
  */
18002
18051
 
18003
18052
  if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) {
18004
- module.exports = __webpack_require__(45357);
18053
+ module.exports = __webpack_require__(88351);
18005
18054
  } else {
18006
- module.exports = __webpack_require__(58500);
18055
+ module.exports = __webpack_require__(89534);
18007
18056
  }
18008
18057
 
18009
18058
 
18010
18059
  /***/ }),
18011
18060
 
18012
- /***/ 58500:
18061
+ /***/ 89534:
18013
18062
  /***/ ((module, exports, __webpack_require__) => {
18014
18063
 
18015
18064
  /**
@@ -18251,7 +18300,7 @@ function init(debug) {
18251
18300
  }
18252
18301
  }
18253
18302
 
18254
- module.exports = __webpack_require__(10214)(exports);
18303
+ module.exports = __webpack_require__(19507)(exports);
18255
18304
 
18256
18305
  const {formatters} = module.exports;
18257
18306
 
@@ -18292,7 +18341,7 @@ var __spreadArrays = (this && this.__spreadArrays) || function () {
18292
18341
  return r;
18293
18342
  };
18294
18343
  Object.defineProperty(exports, "__esModule", ({ value: true }));
18295
- var debug_1 = __webpack_require__(24744);
18344
+ var debug_1 = __webpack_require__(68919);
18296
18345
  var mongo_eql_1 = __webpack_require__(11418);
18297
18346
  var ops = __webpack_require__(98402);
18298
18347
  var get_type_1 = __webpack_require__(66692);
@@ -18446,7 +18495,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
18446
18495
  /**
18447
18496
  * Module dependencies.
18448
18497
  */
18449
- var debug_1 = __webpack_require__(24744);
18498
+ var debug_1 = __webpack_require__(68919);
18450
18499
  var mongoDot = __webpack_require__(18266);
18451
18500
  var mongo_eql_1 = __webpack_require__(11418);
18452
18501
  var get_type_1 = __webpack_require__(66692);
@@ -19271,7 +19320,7 @@ exports.$size = function (matcher, val) {
19271
19320
  "use strict";
19272
19321
 
19273
19322
  Object.defineProperty(exports, "__esModule", ({ value: true }));
19274
- var debug_1 = __webpack_require__(24744);
19323
+ var debug_1 = __webpack_require__(68919);
19275
19324
  var filter_1 = __webpack_require__(32889);
19276
19325
  var mods = __webpack_require__(88708);
19277
19326
  var mongoDot = __webpack_require__(18266);
@@ -26980,7 +27029,7 @@ module.exports = makeError;
26980
27029
  "use strict";
26981
27030
 
26982
27031
  const os = __webpack_require__(22037);
26983
- const onExit = __webpack_require__(41975);
27032
+ const onExit = __webpack_require__(66217);
26984
27033
 
26985
27034
  const DEFAULT_FORCE_KILL_TIMEOUT = 1000 * 5;
26986
27035
 
@@ -27873,7 +27922,7 @@ module.exports = function () {
27873
27922
  if (!debug) {
27874
27923
  try {
27875
27924
  /* eslint global-require: off */
27876
- debug = __webpack_require__(24744)("follow-redirects");
27925
+ debug = __webpack_require__(68919)("follow-redirects");
27877
27926
  }
27878
27927
  catch (error) { /* */ }
27879
27928
  if (typeof debug !== "function") {
@@ -27893,7 +27942,7 @@ var url = __webpack_require__(57310);
27893
27942
  var URL = url.URL;
27894
27943
  var http = __webpack_require__(13685);
27895
27944
  var https = __webpack_require__(95687);
27896
- var Writable = __webpack_require__(12781).Writable;
27945
+ var Writable = (__webpack_require__(12781).Writable);
27897
27946
  var assert = __webpack_require__(39491);
27898
27947
  var debug = __webpack_require__(60832);
27899
27948
 
@@ -28469,8 +28518,8 @@ module.exports.wrap = wrap;
28469
28518
 
28470
28519
  const fs = __webpack_require__(62204)
28471
28520
  const path = __webpack_require__(71017)
28472
- const mkdirsSync = __webpack_require__(17433).mkdirsSync
28473
- const utimesMillisSync = __webpack_require__(16333).utimesMillisSync
28521
+ const mkdirsSync = (__webpack_require__(17433).mkdirsSync)
28522
+ const utimesMillisSync = (__webpack_require__(16333).utimesMillisSync)
28474
28523
  const stat = __webpack_require__(31197)
28475
28524
 
28476
28525
  function copySync (src, dest, opts) {
@@ -28656,9 +28705,9 @@ module.exports = {
28656
28705
 
28657
28706
  const fs = __webpack_require__(62204)
28658
28707
  const path = __webpack_require__(71017)
28659
- const mkdirs = __webpack_require__(17433).mkdirs
28660
- const pathExists = __webpack_require__(84906).pathExists
28661
- const utimesMillis = __webpack_require__(16333).utimesMillis
28708
+ const mkdirs = (__webpack_require__(17433).mkdirs)
28709
+ const pathExists = (__webpack_require__(84906).pathExists)
28710
+ const utimesMillis = (__webpack_require__(16333).utimesMillis)
28662
28711
  const stat = __webpack_require__(31197)
28663
28712
 
28664
28713
  function copy (src, dest, opts, cb) {
@@ -28894,7 +28943,7 @@ module.exports = copy
28894
28943
  "use strict";
28895
28944
 
28896
28945
 
28897
- const u = __webpack_require__(84357).fromCallback
28946
+ const u = (__webpack_require__(84357).fromCallback)
28898
28947
  module.exports = {
28899
28948
  copy: u(__webpack_require__(77544))
28900
28949
  }
@@ -28908,7 +28957,7 @@ module.exports = {
28908
28957
  "use strict";
28909
28958
 
28910
28959
 
28911
- const u = __webpack_require__(84357).fromPromise
28960
+ const u = (__webpack_require__(84357).fromPromise)
28912
28961
  const fs = __webpack_require__(48085)
28913
28962
  const path = __webpack_require__(71017)
28914
28963
  const mkdir = __webpack_require__(17433)
@@ -28955,7 +29004,7 @@ module.exports = {
28955
29004
  "use strict";
28956
29005
 
28957
29006
 
28958
- const u = __webpack_require__(84357).fromCallback
29007
+ const u = (__webpack_require__(84357).fromCallback)
28959
29008
  const path = __webpack_require__(71017)
28960
29009
  const fs = __webpack_require__(62204)
28961
29010
  const mkdir = __webpack_require__(17433)
@@ -29063,11 +29112,11 @@ module.exports = {
29063
29112
  "use strict";
29064
29113
 
29065
29114
 
29066
- const u = __webpack_require__(84357).fromCallback
29115
+ const u = (__webpack_require__(84357).fromCallback)
29067
29116
  const path = __webpack_require__(71017)
29068
29117
  const fs = __webpack_require__(62204)
29069
29118
  const mkdir = __webpack_require__(17433)
29070
- const pathExists = __webpack_require__(84906).pathExists
29119
+ const pathExists = (__webpack_require__(84906).pathExists)
29071
29120
  const { areIdentical } = __webpack_require__(31197)
29072
29121
 
29073
29122
  function createLink (srcpath, dstpath, callback) {
@@ -29137,7 +29186,7 @@ module.exports = {
29137
29186
 
29138
29187
  const path = __webpack_require__(71017)
29139
29188
  const fs = __webpack_require__(62204)
29140
- const pathExists = __webpack_require__(84906).pathExists
29189
+ const pathExists = (__webpack_require__(84906).pathExists)
29141
29190
 
29142
29191
  /**
29143
29192
  * Function that returns two types of paths, one relative to symlink, and one
@@ -29281,7 +29330,7 @@ module.exports = {
29281
29330
  "use strict";
29282
29331
 
29283
29332
 
29284
- const u = __webpack_require__(84357).fromCallback
29333
+ const u = (__webpack_require__(84357).fromCallback)
29285
29334
  const path = __webpack_require__(71017)
29286
29335
  const fs = __webpack_require__(48085)
29287
29336
  const _mkdirs = __webpack_require__(17433)
@@ -29296,7 +29345,7 @@ const _symlinkType = __webpack_require__(68938)
29296
29345
  const symlinkType = _symlinkType.symlinkType
29297
29346
  const symlinkTypeSync = _symlinkType.symlinkTypeSync
29298
29347
 
29299
- const pathExists = __webpack_require__(84906).pathExists
29348
+ const pathExists = (__webpack_require__(84906).pathExists)
29300
29349
 
29301
29350
  const { areIdentical } = __webpack_require__(31197)
29302
29351
 
@@ -29372,7 +29421,7 @@ module.exports = {
29372
29421
 
29373
29422
  // This is adapted from https://github.com/normalize/mz
29374
29423
  // Copyright (c) 2014-2016 Jonathan Ong me@jongleberry.com and Contributors
29375
- const u = __webpack_require__(84357).fromCallback
29424
+ const u = (__webpack_require__(84357).fromCallback)
29376
29425
  const fs = __webpack_require__(62204)
29377
29426
 
29378
29427
  const api = [
@@ -29524,7 +29573,7 @@ module.exports = {
29524
29573
  "use strict";
29525
29574
 
29526
29575
 
29527
- const u = __webpack_require__(84357).fromPromise
29576
+ const u = (__webpack_require__(84357).fromPromise)
29528
29577
  const jsonFile = __webpack_require__(73545)
29529
29578
 
29530
29579
  jsonFile.outputJson = u(__webpack_require__(84981))
@@ -29606,7 +29655,7 @@ module.exports = outputJson
29606
29655
 
29607
29656
  "use strict";
29608
29657
 
29609
- const u = __webpack_require__(84357).fromPromise
29658
+ const u = (__webpack_require__(84357).fromPromise)
29610
29659
  const { makeDir: _makeDir, makeDirSync } = __webpack_require__(75594)
29611
29660
  const makeDir = u(_makeDir)
29612
29661
 
@@ -29708,9 +29757,9 @@ module.exports = {
29708
29757
 
29709
29758
  const fs = __webpack_require__(62204)
29710
29759
  const path = __webpack_require__(71017)
29711
- const copySync = __webpack_require__(55391).copySync
29712
- const removeSync = __webpack_require__(13490).removeSync
29713
- const mkdirpSync = __webpack_require__(17433).mkdirpSync
29760
+ const copySync = (__webpack_require__(55391).copySync)
29761
+ const removeSync = (__webpack_require__(13490).removeSync)
29762
+ const mkdirpSync = (__webpack_require__(17433).mkdirpSync)
29714
29763
  const stat = __webpack_require__(31197)
29715
29764
 
29716
29765
  function moveSync (src, dest, opts) {
@@ -29768,7 +29817,7 @@ module.exports = moveSync
29768
29817
  "use strict";
29769
29818
 
29770
29819
 
29771
- const u = __webpack_require__(84357).fromCallback
29820
+ const u = (__webpack_require__(84357).fromCallback)
29772
29821
  module.exports = {
29773
29822
  move: u(__webpack_require__(69071))
29774
29823
  }
@@ -29784,10 +29833,10 @@ module.exports = {
29784
29833
 
29785
29834
  const fs = __webpack_require__(62204)
29786
29835
  const path = __webpack_require__(71017)
29787
- const copy = __webpack_require__(97969).copy
29788
- const remove = __webpack_require__(13490).remove
29789
- const mkdirp = __webpack_require__(17433).mkdirp
29790
- const pathExists = __webpack_require__(84906).pathExists
29836
+ const copy = (__webpack_require__(97969).copy)
29837
+ const remove = (__webpack_require__(13490).remove)
29838
+ const mkdirp = (__webpack_require__(17433).mkdirp)
29839
+ const pathExists = (__webpack_require__(84906).pathExists)
29791
29840
  const stat = __webpack_require__(31197)
29792
29841
 
29793
29842
  function move (src, dest, opts, cb) {
@@ -29863,11 +29912,11 @@ module.exports = move
29863
29912
  "use strict";
29864
29913
 
29865
29914
 
29866
- const u = __webpack_require__(84357).fromCallback
29915
+ const u = (__webpack_require__(84357).fromCallback)
29867
29916
  const fs = __webpack_require__(62204)
29868
29917
  const path = __webpack_require__(71017)
29869
29918
  const mkdir = __webpack_require__(17433)
29870
- const pathExists = __webpack_require__(84906).pathExists
29919
+ const pathExists = (__webpack_require__(84906).pathExists)
29871
29920
 
29872
29921
  function outputFile (file, data, encoding, callback) {
29873
29922
  if (typeof encoding === 'function') {
@@ -29910,7 +29959,7 @@ module.exports = {
29910
29959
 
29911
29960
  "use strict";
29912
29961
 
29913
- const u = __webpack_require__(84357).fromPromise
29962
+ const u = (__webpack_require__(84357).fromPromise)
29914
29963
  const fs = __webpack_require__(48085)
29915
29964
 
29916
29965
  function pathExists (path) {
@@ -29932,7 +29981,7 @@ module.exports = {
29932
29981
 
29933
29982
 
29934
29983
  const fs = __webpack_require__(62204)
29935
- const u = __webpack_require__(84357).fromCallback
29984
+ const u = (__webpack_require__(84357).fromCallback)
29936
29985
  const rimraf = __webpack_require__(94392)
29937
29986
 
29938
29987
  function remove (path, callback) {
@@ -30467,7 +30516,7 @@ module.exports = {
30467
30516
  "use strict";
30468
30517
 
30469
30518
  const MiniPass = __webpack_require__(39357)
30470
- const EE = __webpack_require__(82361).EventEmitter
30519
+ const EE = (__webpack_require__(82361).EventEmitter)
30471
30520
  const fs = __webpack_require__(57147)
30472
30521
 
30473
30522
  let writev = fs.writev
@@ -31847,7 +31896,7 @@ var rp = __webpack_require__(63936)
31847
31896
  var minimatch = __webpack_require__(30852)
31848
31897
  var Minimatch = minimatch.Minimatch
31849
31898
  var inherits = __webpack_require__(57337)
31850
- var EE = __webpack_require__(82361).EventEmitter
31899
+ var EE = (__webpack_require__(82361).EventEmitter)
31851
31900
  var path = __webpack_require__(71017)
31852
31901
  var assert = __webpack_require__(39491)
31853
31902
  var isAbsolute = __webpack_require__(44186)
@@ -32601,7 +32650,7 @@ globSync.GlobSync = GlobSync
32601
32650
  var rp = __webpack_require__(63936)
32602
32651
  var minimatch = __webpack_require__(30852)
32603
32652
  var Minimatch = minimatch.Minimatch
32604
- var Glob = __webpack_require__(18318).Glob
32653
+ var Glob = (__webpack_require__(18318).Glob)
32605
32654
  var util = __webpack_require__(73837)
32606
32655
  var path = __webpack_require__(71017)
32607
32656
  var assert = __webpack_require__(39491)
@@ -33082,13 +33131,13 @@ GlobSync.prototype._makeAbs = function (f) {
33082
33131
 
33083
33132
  /***/ }),
33084
33133
 
33085
- /***/ 83166:
33134
+ /***/ 39026:
33086
33135
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
33087
33136
 
33088
33137
  "use strict";
33089
33138
 
33090
33139
  Object.defineProperty(exports, "__esModule", ({ value: true }));
33091
- const types_1 = __webpack_require__(47681);
33140
+ const types_1 = __webpack_require__(10009);
33092
33141
  function createRejection(error, ...beforeErrorGroups) {
33093
33142
  const promise = (async () => {
33094
33143
  if (error instanceof types_1.RequestError) {
@@ -33120,7 +33169,7 @@ exports["default"] = createRejection;
33120
33169
 
33121
33170
  /***/ }),
33122
33171
 
33123
- /***/ 13294:
33172
+ /***/ 93285:
33124
33173
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
33125
33174
 
33126
33175
  "use strict";
@@ -33139,12 +33188,12 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
33139
33188
  const events_1 = __webpack_require__(82361);
33140
33189
  const is_1 = __webpack_require__(49460);
33141
33190
  const PCancelable = __webpack_require__(74469);
33142
- const types_1 = __webpack_require__(47681);
33143
- const parse_body_1 = __webpack_require__(53158);
33144
- const core_1 = __webpack_require__(30105);
33145
- const proxy_events_1 = __webpack_require__(78608);
33146
- const get_buffer_1 = __webpack_require__(92183);
33147
- const is_response_ok_1 = __webpack_require__(78904);
33191
+ const types_1 = __webpack_require__(10009);
33192
+ const parse_body_1 = __webpack_require__(58405);
33193
+ const core_1 = __webpack_require__(40753);
33194
+ const proxy_events_1 = __webpack_require__(47538);
33195
+ const get_buffer_1 = __webpack_require__(21750);
33196
+ const is_response_ok_1 = __webpack_require__(67930);
33148
33197
  const proxiedRequestEvents = [
33149
33198
  'request',
33150
33199
  'response',
@@ -33298,12 +33347,12 @@ function asPromise(normalizedOptions) {
33298
33347
  return promise;
33299
33348
  }
33300
33349
  exports["default"] = asPromise;
33301
- __exportStar(__webpack_require__(47681), exports);
33350
+ __exportStar(__webpack_require__(10009), exports);
33302
33351
 
33303
33352
 
33304
33353
  /***/ }),
33305
33354
 
33306
- /***/ 63681:
33355
+ /***/ 11307:
33307
33356
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
33308
33357
 
33309
33358
  "use strict";
@@ -33389,13 +33438,13 @@ exports["default"] = normalizeArguments;
33389
33438
 
33390
33439
  /***/ }),
33391
33440
 
33392
- /***/ 53158:
33441
+ /***/ 58405:
33393
33442
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
33394
33443
 
33395
33444
  "use strict";
33396
33445
 
33397
33446
  Object.defineProperty(exports, "__esModule", ({ value: true }));
33398
- const types_1 = __webpack_require__(47681);
33447
+ const types_1 = __webpack_require__(10009);
33399
33448
  const parseBody = (response, responseType, parseJson, encoding) => {
33400
33449
  const { rawBody } = response;
33401
33450
  try {
@@ -33422,7 +33471,7 @@ exports["default"] = parseBody;
33422
33471
 
33423
33472
  /***/ }),
33424
33473
 
33425
- /***/ 47681:
33474
+ /***/ 10009:
33426
33475
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
33427
33476
 
33428
33477
  "use strict";
@@ -33439,7 +33488,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
33439
33488
  };
33440
33489
  Object.defineProperty(exports, "__esModule", ({ value: true }));
33441
33490
  exports.CancelError = exports.ParseError = void 0;
33442
- const core_1 = __webpack_require__(30105);
33491
+ const core_1 = __webpack_require__(40753);
33443
33492
  /**
33444
33493
  An error to be thrown when server response code is 2xx, and parsing body fails.
33445
33494
  Includes a `response` property.
@@ -33449,6 +33498,7 @@ class ParseError extends core_1.RequestError {
33449
33498
  const { options } = response.request;
33450
33499
  super(`${error.message} in "${options.url.toString()}"`, error, response.request);
33451
33500
  this.name = 'ParseError';
33501
+ this.code = this.code === 'ERR_GOT_REQUEST_ERROR' ? 'ERR_BODY_PARSE_FAILURE' : this.code;
33452
33502
  }
33453
33503
  }
33454
33504
  exports.ParseError = ParseError;
@@ -33459,18 +33509,19 @@ class CancelError extends core_1.RequestError {
33459
33509
  constructor(request) {
33460
33510
  super('Promise was canceled', {}, request);
33461
33511
  this.name = 'CancelError';
33512
+ this.code = 'ERR_CANCELED';
33462
33513
  }
33463
33514
  get isCanceled() {
33464
33515
  return true;
33465
33516
  }
33466
33517
  }
33467
33518
  exports.CancelError = CancelError;
33468
- __exportStar(__webpack_require__(30105), exports);
33519
+ __exportStar(__webpack_require__(40753), exports);
33469
33520
 
33470
33521
 
33471
33522
  /***/ }),
33472
33523
 
33473
- /***/ 54178:
33524
+ /***/ 1512:
33474
33525
  /***/ ((__unused_webpack_module, exports) => {
33475
33526
 
33476
33527
  "use strict";
@@ -33507,7 +33558,7 @@ exports["default"] = calculateRetryDelay;
33507
33558
 
33508
33559
  /***/ }),
33509
33560
 
33510
- /***/ 30105:
33561
+ /***/ 40753:
33511
33562
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
33512
33563
 
33513
33564
  "use strict";
@@ -33529,19 +33580,19 @@ const decompressResponse = __webpack_require__(8673);
33529
33580
  const http2wrapper = __webpack_require__(14277);
33530
33581
  const lowercaseKeys = __webpack_require__(5974);
33531
33582
  const is_1 = __webpack_require__(49460);
33532
- const get_body_size_1 = __webpack_require__(23279);
33533
- const is_form_data_1 = __webpack_require__(79308);
33534
- const proxy_events_1 = __webpack_require__(78608);
33535
- const timed_out_1 = __webpack_require__(16000);
33536
- const url_to_options_1 = __webpack_require__(333);
33537
- const options_to_url_1 = __webpack_require__(23377);
33538
- const weakable_map_1 = __webpack_require__(24052);
33539
- const get_buffer_1 = __webpack_require__(92183);
33540
- const dns_ip_version_1 = __webpack_require__(15847);
33541
- const is_response_ok_1 = __webpack_require__(78904);
33542
- const deprecation_warning_1 = __webpack_require__(75302);
33543
- const normalize_arguments_1 = __webpack_require__(63681);
33544
- const calculate_retry_delay_1 = __webpack_require__(54178);
33583
+ const get_body_size_1 = __webpack_require__(96004);
33584
+ const is_form_data_1 = __webpack_require__(99678);
33585
+ const proxy_events_1 = __webpack_require__(47538);
33586
+ const timed_out_1 = __webpack_require__(69012);
33587
+ const url_to_options_1 = __webpack_require__(22326);
33588
+ const options_to_url_1 = __webpack_require__(84045);
33589
+ const weakable_map_1 = __webpack_require__(37954);
33590
+ const get_buffer_1 = __webpack_require__(21750);
33591
+ const dns_ip_version_1 = __webpack_require__(26855);
33592
+ const is_response_ok_1 = __webpack_require__(67930);
33593
+ const deprecation_warning_1 = __webpack_require__(45907);
33594
+ const normalize_arguments_1 = __webpack_require__(11307);
33595
+ const calculate_retry_delay_1 = __webpack_require__(1512);
33545
33596
  let globalDnsCache;
33546
33597
  const kRequest = Symbol('request');
33547
33598
  const kResponse = Symbol('response');
@@ -33634,11 +33685,11 @@ Contains a `code` property with error class code, like `ECONNREFUSED`.
33634
33685
  */
33635
33686
  class RequestError extends Error {
33636
33687
  constructor(message, error, self) {
33637
- var _a;
33688
+ var _a, _b;
33638
33689
  super(message);
33639
33690
  Error.captureStackTrace(this, this.constructor);
33640
33691
  this.name = 'RequestError';
33641
- this.code = error.code;
33692
+ this.code = (_a = error.code) !== null && _a !== void 0 ? _a : 'ERR_GOT_REQUEST_ERROR';
33642
33693
  if (self instanceof Request) {
33643
33694
  Object.defineProperty(this, 'request', {
33644
33695
  enumerable: false,
@@ -33663,7 +33714,7 @@ class RequestError extends Error {
33663
33714
  value: self
33664
33715
  });
33665
33716
  }
33666
- this.timings = (_a = this.request) === null || _a === void 0 ? void 0 : _a.timings;
33717
+ this.timings = (_b = this.request) === null || _b === void 0 ? void 0 : _b.timings;
33667
33718
  // Recover the original stacktrace
33668
33719
  if (is_1.default.string(error.stack) && is_1.default.string(this.stack)) {
33669
33720
  const indexOfMessage = this.stack.indexOf(this.message) + this.message.length;
@@ -33686,6 +33737,7 @@ class MaxRedirectsError extends RequestError {
33686
33737
  constructor(request) {
33687
33738
  super(`Redirected ${request.options.maxRedirects} times. Aborting.`, {}, request);
33688
33739
  this.name = 'MaxRedirectsError';
33740
+ this.code = 'ERR_TOO_MANY_REDIRECTS';
33689
33741
  }
33690
33742
  }
33691
33743
  exports.MaxRedirectsError = MaxRedirectsError;
@@ -33697,6 +33749,7 @@ class HTTPError extends RequestError {
33697
33749
  constructor(response) {
33698
33750
  super(`Response code ${response.statusCode} (${response.statusMessage})`, {}, response.request);
33699
33751
  this.name = 'HTTPError';
33752
+ this.code = 'ERR_NON_2XX_3XX_RESPONSE';
33700
33753
  }
33701
33754
  }
33702
33755
  exports.HTTPError = HTTPError;
@@ -33708,6 +33761,7 @@ class CacheError extends RequestError {
33708
33761
  constructor(error, request) {
33709
33762
  super(error.message, error, request);
33710
33763
  this.name = 'CacheError';
33764
+ this.code = this.code === 'ERR_GOT_REQUEST_ERROR' ? 'ERR_CACHE_ACCESS' : this.code;
33711
33765
  }
33712
33766
  }
33713
33767
  exports.CacheError = CacheError;
@@ -33718,6 +33772,7 @@ class UploadError extends RequestError {
33718
33772
  constructor(error, request) {
33719
33773
  super(error.message, error, request);
33720
33774
  this.name = 'UploadError';
33775
+ this.code = this.code === 'ERR_GOT_REQUEST_ERROR' ? 'ERR_UPLOAD' : this.code;
33721
33776
  }
33722
33777
  }
33723
33778
  exports.UploadError = UploadError;
@@ -33741,6 +33796,7 @@ class ReadError extends RequestError {
33741
33796
  constructor(error, request) {
33742
33797
  super(error.message, error, request);
33743
33798
  this.name = 'ReadError';
33799
+ this.code = this.code === 'ERR_GOT_REQUEST_ERROR' ? 'ERR_READING_RESPONSE_STREAM' : this.code;
33744
33800
  }
33745
33801
  }
33746
33802
  exports.ReadError = ReadError;
@@ -33751,6 +33807,7 @@ class UnsupportedProtocolError extends RequestError {
33751
33807
  constructor(options) {
33752
33808
  super(`Unsupported protocol "${options.url.protocol}"`, {}, options);
33753
33809
  this.name = 'UnsupportedProtocolError';
33810
+ this.code = 'ERR_UNSUPPORTED_PROTOCOL';
33754
33811
  }
33755
33812
  }
33756
33813
  exports.UnsupportedProtocolError = UnsupportedProtocolError;
@@ -35006,7 +35063,7 @@ exports["default"] = Request;
35006
35063
 
35007
35064
  /***/ }),
35008
35065
 
35009
- /***/ 15847:
35066
+ /***/ 26855:
35010
35067
  /***/ ((__unused_webpack_module, exports) => {
35011
35068
 
35012
35069
  "use strict";
@@ -35031,7 +35088,7 @@ exports.dnsLookupIpVersionToFamily = (dnsLookupIpVersion) => {
35031
35088
 
35032
35089
  /***/ }),
35033
35090
 
35034
- /***/ 23279:
35091
+ /***/ 96004:
35035
35092
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
35036
35093
 
35037
35094
  "use strict";
@@ -35040,7 +35097,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
35040
35097
  const fs_1 = __webpack_require__(57147);
35041
35098
  const util_1 = __webpack_require__(73837);
35042
35099
  const is_1 = __webpack_require__(49460);
35043
- const is_form_data_1 = __webpack_require__(79308);
35100
+ const is_form_data_1 = __webpack_require__(99678);
35044
35101
  const statAsync = util_1.promisify(fs_1.stat);
35045
35102
  exports["default"] = async (body, headers) => {
35046
35103
  if (headers && 'content-length' in headers) {
@@ -35071,7 +35128,7 @@ exports["default"] = async (body, headers) => {
35071
35128
 
35072
35129
  /***/ }),
35073
35130
 
35074
- /***/ 92183:
35131
+ /***/ 21750:
35075
35132
  /***/ ((__unused_webpack_module, exports) => {
35076
35133
 
35077
35134
  "use strict";
@@ -35095,7 +35152,7 @@ exports["default"] = getBuffer;
35095
35152
 
35096
35153
  /***/ }),
35097
35154
 
35098
- /***/ 79308:
35155
+ /***/ 99678:
35099
35156
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
35100
35157
 
35101
35158
  "use strict";
@@ -35107,7 +35164,7 @@ exports["default"] = (body) => is_1.default.nodeStream(body) && is_1.default.fun
35107
35164
 
35108
35165
  /***/ }),
35109
35166
 
35110
- /***/ 78904:
35167
+ /***/ 67930:
35111
35168
  /***/ ((__unused_webpack_module, exports) => {
35112
35169
 
35113
35170
  "use strict";
@@ -35123,7 +35180,7 @@ exports.isResponseOk = (response) => {
35123
35180
 
35124
35181
  /***/ }),
35125
35182
 
35126
- /***/ 23377:
35183
+ /***/ 84045:
35127
35184
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
35128
35185
 
35129
35186
  "use strict";
@@ -35184,7 +35241,7 @@ exports["default"] = (origin, options) => {
35184
35241
 
35185
35242
  /***/ }),
35186
35243
 
35187
- /***/ 78608:
35244
+ /***/ 47538:
35188
35245
  /***/ ((__unused_webpack_module, exports) => {
35189
35246
 
35190
35247
  "use strict";
@@ -35209,7 +35266,7 @@ exports["default"] = default_1;
35209
35266
 
35210
35267
  /***/ }),
35211
35268
 
35212
- /***/ 16000:
35269
+ /***/ 69012:
35213
35270
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
35214
35271
 
35215
35272
  "use strict";
@@ -35217,7 +35274,7 @@ exports["default"] = default_1;
35217
35274
  Object.defineProperty(exports, "__esModule", ({ value: true }));
35218
35275
  exports.TimeoutError = void 0;
35219
35276
  const net = __webpack_require__(41808);
35220
- const unhandle_1 = __webpack_require__(56191);
35277
+ const unhandle_1 = __webpack_require__(47884);
35221
35278
  const reentry = Symbol('reentry');
35222
35279
  const noop = () => { };
35223
35280
  class TimeoutError extends Error {
@@ -35338,7 +35395,7 @@ exports["default"] = (request, delays, options) => {
35338
35395
 
35339
35396
  /***/ }),
35340
35397
 
35341
- /***/ 56191:
35398
+ /***/ 47884:
35342
35399
  /***/ ((__unused_webpack_module, exports) => {
35343
35400
 
35344
35401
  "use strict";
@@ -35368,7 +35425,7 @@ exports["default"] = () => {
35368
35425
 
35369
35426
  /***/ }),
35370
35427
 
35371
- /***/ 333:
35428
+ /***/ 22326:
35372
35429
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
35373
35430
 
35374
35431
  "use strict";
@@ -35400,7 +35457,7 @@ exports["default"] = (url) => {
35400
35457
 
35401
35458
  /***/ }),
35402
35459
 
35403
- /***/ 24052:
35460
+ /***/ 37954:
35404
35461
  /***/ ((__unused_webpack_module, exports) => {
35405
35462
 
35406
35463
  "use strict";
@@ -35437,7 +35494,7 @@ exports["default"] = WeakableMap;
35437
35494
 
35438
35495
  /***/ }),
35439
35496
 
35440
- /***/ 91864:
35497
+ /***/ 79613:
35441
35498
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
35442
35499
 
35443
35500
  "use strict";
@@ -35455,10 +35512,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
35455
35512
  Object.defineProperty(exports, "__esModule", ({ value: true }));
35456
35513
  exports.defaultHandler = void 0;
35457
35514
  const is_1 = __webpack_require__(49460);
35458
- const as_promise_1 = __webpack_require__(13294);
35459
- const create_rejection_1 = __webpack_require__(83166);
35460
- const core_1 = __webpack_require__(30105);
35461
- const deep_freeze_1 = __webpack_require__(60348);
35515
+ const as_promise_1 = __webpack_require__(93285);
35516
+ const create_rejection_1 = __webpack_require__(39026);
35517
+ const core_1 = __webpack_require__(40753);
35518
+ const deep_freeze_1 = __webpack_require__(77116);
35462
35519
  const errors = {
35463
35520
  RequestError: as_promise_1.RequestError,
35464
35521
  CacheError: as_promise_1.CacheError,
@@ -35680,12 +35737,12 @@ const create = (defaults) => {
35680
35737
  return got;
35681
35738
  };
35682
35739
  exports["default"] = create;
35683
- __exportStar(__webpack_require__(63353), exports);
35740
+ __exportStar(__webpack_require__(37335), exports);
35684
35741
 
35685
35742
 
35686
35743
  /***/ }),
35687
35744
 
35688
- /***/ 64419:
35745
+ /***/ 98351:
35689
35746
  /***/ (function(module, exports, __webpack_require__) {
35690
35747
 
35691
35748
  "use strict";
@@ -35702,7 +35759,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
35702
35759
  };
35703
35760
  Object.defineProperty(exports, "__esModule", ({ value: true }));
35704
35761
  const url_1 = __webpack_require__(57310);
35705
- const create_1 = __webpack_require__(91864);
35762
+ const create_1 = __webpack_require__(79613);
35706
35763
  const defaults = {
35707
35764
  options: {
35708
35765
  method: 'GET',
@@ -35819,13 +35876,13 @@ exports["default"] = got;
35819
35876
  module.exports = got;
35820
35877
  module.exports["default"] = got;
35821
35878
  module.exports.__esModule = true; // Workaround for TS issue: https://github.com/sindresorhus/got/pull/1267
35822
- __exportStar(__webpack_require__(91864), exports);
35823
- __exportStar(__webpack_require__(13294), exports);
35879
+ __exportStar(__webpack_require__(79613), exports);
35880
+ __exportStar(__webpack_require__(93285), exports);
35824
35881
 
35825
35882
 
35826
35883
  /***/ }),
35827
35884
 
35828
- /***/ 63353:
35885
+ /***/ 37335:
35829
35886
  /***/ ((__unused_webpack_module, exports) => {
35830
35887
 
35831
35888
  "use strict";
@@ -35835,7 +35892,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
35835
35892
 
35836
35893
  /***/ }),
35837
35894
 
35838
- /***/ 60348:
35895
+ /***/ 77116:
35839
35896
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
35840
35897
 
35841
35898
  "use strict";
@@ -35855,7 +35912,7 @@ exports["default"] = deepFreeze;
35855
35912
 
35856
35913
  /***/ }),
35857
35914
 
35858
- /***/ 75302:
35915
+ /***/ 45907:
35859
35916
  /***/ ((__unused_webpack_module, exports) => {
35860
35917
 
35861
35918
  "use strict";
@@ -36346,7 +36403,7 @@ function retry () {
36346
36403
  /***/ 31563:
36347
36404
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
36348
36405
 
36349
- var Stream = __webpack_require__(12781).Stream
36406
+ var Stream = (__webpack_require__(12781).Stream)
36350
36407
 
36351
36408
  module.exports = legacy
36352
36409
 
@@ -36838,7 +36895,7 @@ var _handlebarsRuntime2 = _interopRequireDefault(_handlebarsRuntime);
36838
36895
 
36839
36896
  // Compiler imports
36840
36897
 
36841
- var _handlebarsCompilerAst = __webpack_require__(68725);
36898
+ var _handlebarsCompilerAst = __webpack_require__(43753);
36842
36899
 
36843
36900
  var _handlebarsCompilerAst2 = _interopRequireDefault(_handlebarsCompilerAst);
36844
36901
 
@@ -37093,7 +37150,7 @@ exports.logger = _logger2['default'];
37093
37150
 
37094
37151
  /***/ }),
37095
37152
 
37096
- /***/ 68725:
37153
+ /***/ 43753:
37097
37154
  /***/ ((module, exports) => {
37098
37155
 
37099
37156
  "use strict";
@@ -37390,7 +37447,7 @@ var _exception2 = _interopRequireDefault(_exception);
37390
37447
 
37391
37448
  var _utils = __webpack_require__(35617);
37392
37449
 
37393
- var _ast = __webpack_require__(68725);
37450
+ var _ast = __webpack_require__(43753);
37394
37451
 
37395
37452
  var _ast2 = _interopRequireDefault(_ast);
37396
37453
 
@@ -41977,7 +42034,7 @@ function appendContextPath(contextPath, id) {
41977
42034
 
41978
42035
  // var local = handlebars.create();
41979
42036
 
41980
- var handlebars = __webpack_require__(76157)["default"];
42037
+ var handlebars = (__webpack_require__(76157)["default"]);
41981
42038
 
41982
42039
  var printer = __webpack_require__(84372);
41983
42040
  handlebars.PrintVisitor = printer.PrintVisitor;
@@ -44687,7 +44744,7 @@ return{name,number,description,supported,action,forced,standard};
44687
44744
 
44688
44745
  "use strict";
44689
44746
 
44690
- var Buffer = __webpack_require__(25311).Buffer;
44747
+ var Buffer = (__webpack_require__(25311).Buffer);
44691
44748
 
44692
44749
  // Multibyte codec. In this scheme, a character is represented by 1 or more bytes.
44693
44750
  // Our codec supports UTF-16 surrogates, extensions for GB18030 and unicode sequences.
@@ -45341,7 +45398,7 @@ module.exports = {
45341
45398
  // GBK (~22000 chars) is an extension of CP936 that added user-mapped chars and some other.
45342
45399
  'gbk': {
45343
45400
  type: '_dbcs',
45344
- table: function() { return __webpack_require__(98195).concat(__webpack_require__(98901)) },
45401
+ table: function() { return (__webpack_require__(98195).concat)(__webpack_require__(98901)) },
45345
45402
  },
45346
45403
  'xgbk': 'gbk',
45347
45404
  'isoir58': 'gbk',
@@ -45353,7 +45410,7 @@ module.exports = {
45353
45410
  // http://www.khngai.com/chinese/charmap/tblgbk.php?page=0
45354
45411
  'gb18030': {
45355
45412
  type: '_dbcs',
45356
- table: function() { return __webpack_require__(98195).concat(__webpack_require__(98901)) },
45413
+ table: function() { return (__webpack_require__(98195).concat)(__webpack_require__(98901)) },
45357
45414
  gb18030: function() { return __webpack_require__(184) },
45358
45415
  encodeSkipVals: [0x80],
45359
45416
  encodeAdd: {'€': 0xA2E3},
@@ -45417,7 +45474,7 @@ module.exports = {
45417
45474
  'big5': 'big5hkscs',
45418
45475
  'big5hkscs': {
45419
45476
  type: '_dbcs',
45420
- table: function() { return __webpack_require__(85474).concat(__webpack_require__(86047)) },
45477
+ table: function() { return (__webpack_require__(85474).concat)(__webpack_require__(86047)) },
45421
45478
  encodeSkipVals: [0xa2cc],
45422
45479
  },
45423
45480
 
@@ -45464,7 +45521,7 @@ for (var i = 0; i < modules.length; i++) {
45464
45521
 
45465
45522
  "use strict";
45466
45523
 
45467
- var Buffer = __webpack_require__(25311).Buffer;
45524
+ var Buffer = (__webpack_require__(25311).Buffer);
45468
45525
 
45469
45526
  // Export Node.js internal encodings.
45470
45527
 
@@ -45511,7 +45568,7 @@ InternalCodec.prototype.decoder = InternalDecoder;
45511
45568
  //------------------------------------------------------------------------------
45512
45569
 
45513
45570
  // We use node.js internal decoder. Its signature is the same as ours.
45514
- var StringDecoder = __webpack_require__(71576).StringDecoder;
45571
+ var StringDecoder = (__webpack_require__(71576).StringDecoder);
45515
45572
 
45516
45573
  if (!StringDecoder.prototype.end) // Node v0.8 doesn't have this method.
45517
45574
  StringDecoder.prototype.end = function() {};
@@ -45660,7 +45717,7 @@ InternalDecoderCesu8.prototype.end = function() {
45660
45717
 
45661
45718
  "use strict";
45662
45719
 
45663
- var Buffer = __webpack_require__(25311).Buffer;
45720
+ var Buffer = (__webpack_require__(25311).Buffer);
45664
45721
 
45665
45722
  // Single-byte codec. Needs a 'chars' string parameter that contains 256 or 128 chars that
45666
45723
  // correspond to encoded bytes (if 128 - then lower half is ASCII).
@@ -46380,7 +46437,7 @@ module.exports = {
46380
46437
 
46381
46438
  "use strict";
46382
46439
 
46383
- var Buffer = __webpack_require__(25311).Buffer;
46440
+ var Buffer = (__webpack_require__(25311).Buffer);
46384
46441
 
46385
46442
  // Note: UTF16-LE (or UCS2) codec is Node.js native. See encodings/internal.js
46386
46443
 
@@ -46565,7 +46622,7 @@ function detectEncoding(buf, defaultEncoding) {
46565
46622
 
46566
46623
  "use strict";
46567
46624
 
46568
- var Buffer = __webpack_require__(25311).Buffer;
46625
+ var Buffer = (__webpack_require__(25311).Buffer);
46569
46626
 
46570
46627
  // UTF-7 codec, according to https://tools.ietf.org/html/rfc2152
46571
46628
  // See also below a UTF-7-IMAP codec, according to http://tools.ietf.org/html/rfc3501#section-5.1.3
@@ -46923,7 +46980,7 @@ StripBOMWrapper.prototype.end = function() {
46923
46980
 
46924
46981
  "use strict";
46925
46982
 
46926
- var Buffer = __webpack_require__(14300).Buffer;
46983
+ var Buffer = (__webpack_require__(14300).Buffer);
46927
46984
  // Note: not polyfilled with safer-buffer on a purpose, as overrides Buffer
46928
46985
 
46929
46986
  // == Extend Node primitives to use iconv-lite =================================
@@ -46956,7 +47013,7 @@ module.exports = function (iconv) {
46956
47013
  }
46957
47014
 
46958
47015
  // -- SlowBuffer -----------------------------------------------------------
46959
- var SlowBuffer = __webpack_require__(14300).SlowBuffer;
47016
+ var SlowBuffer = (__webpack_require__(14300).SlowBuffer);
46960
47017
 
46961
47018
  original.SlowBufferToString = SlowBuffer.prototype.toString;
46962
47019
  SlowBuffer.prototype.toString = function(encoding, start, end) {
@@ -47096,7 +47153,7 @@ module.exports = function (iconv) {
47096
47153
 
47097
47154
  // -- Readable -------------------------------------------------------------
47098
47155
  if (iconv.supportsStreams) {
47099
- var Readable = __webpack_require__(12781).Readable;
47156
+ var Readable = (__webpack_require__(12781).Readable);
47100
47157
 
47101
47158
  original.ReadableSetEncoding = Readable.prototype.setEncoding;
47102
47159
  Readable.prototype.setEncoding = function setEncoding(enc, options) {
@@ -47119,7 +47176,7 @@ module.exports = function (iconv) {
47119
47176
 
47120
47177
  delete Buffer.isNativeEncoding;
47121
47178
 
47122
- var SlowBuffer = __webpack_require__(14300).SlowBuffer;
47179
+ var SlowBuffer = (__webpack_require__(14300).SlowBuffer);
47123
47180
 
47124
47181
  SlowBuffer.prototype.toString = original.SlowBufferToString;
47125
47182
  SlowBuffer.prototype.write = original.SlowBufferWrite;
@@ -47130,7 +47187,7 @@ module.exports = function (iconv) {
47130
47187
  Buffer.prototype.write = original.BufferWrite;
47131
47188
 
47132
47189
  if (iconv.supportsStreams) {
47133
- var Readable = __webpack_require__(12781).Readable;
47190
+ var Readable = (__webpack_require__(12781).Readable);
47134
47191
 
47135
47192
  Readable.prototype.setEncoding = original.ReadableSetEncoding;
47136
47193
  delete Readable.prototype.collect;
@@ -47151,7 +47208,7 @@ module.exports = function (iconv) {
47151
47208
 
47152
47209
  // Some environments don't have global Buffer (e.g. React Native).
47153
47210
  // Solution would be installing npm modules "buffer" and "stream" explicitly.
47154
- var Buffer = __webpack_require__(25311).Buffer;
47211
+ var Buffer = (__webpack_require__(25311).Buffer);
47155
47212
 
47156
47213
  var bomHandling = __webpack_require__(53988),
47157
47214
  iconv = module.exports;
@@ -47308,8 +47365,8 @@ if (false) {}
47308
47365
  "use strict";
47309
47366
 
47310
47367
 
47311
- var Buffer = __webpack_require__(14300).Buffer,
47312
- Transform = __webpack_require__(12781).Transform;
47368
+ var Buffer = (__webpack_require__(14300).Buffer),
47369
+ Transform = (__webpack_require__(12781).Transform);
47313
47370
 
47314
47371
 
47315
47372
  // == Exports ==================================================================
@@ -60563,7 +60620,7 @@ const proc = typeof process === 'object' && process ? process : {
60563
60620
  const EE = __webpack_require__(82361)
60564
60621
  const Stream = __webpack_require__(12781)
60565
60622
  const Yallist = __webpack_require__(17590)
60566
- const SD = __webpack_require__(71576).StringDecoder
60623
+ const SD = (__webpack_require__(71576).StringDecoder)
60567
60624
 
60568
60625
  const EOF = Symbol('EOF')
60569
60626
  const MAYBE_EMIT_END = Symbol('maybeEmitEnd')
@@ -61121,7 +61178,7 @@ module.exports = class Minipass extends Stream {
61121
61178
  // Node v6 didn't export this, so we just hard code the version and rely
61122
61179
  // on all the other hard-coded values from zlib v4736. When node v6
61123
61180
  // support drops, we can just export the realZlibConstants object.
61124
- const realZlibConstants = __webpack_require__(59796).constants ||
61181
+ const realZlibConstants = (__webpack_require__(59796).constants) ||
61125
61182
  /* istanbul ignore next */ { ZLIB_VERNUM: 4736 }
61126
61183
 
61127
61184
  module.exports = Object.freeze(Object.assign(Object.create(null), {
@@ -61243,7 +61300,7 @@ module.exports = Object.freeze(Object.assign(Object.create(null), {
61243
61300
 
61244
61301
 
61245
61302
  const assert = __webpack_require__(39491)
61246
- const Buffer = __webpack_require__(14300).Buffer
61303
+ const Buffer = (__webpack_require__(14300).Buffer)
61247
61304
  const realZlib = __webpack_require__(59796)
61248
61305
 
61249
61306
  const constants = exports.constants = __webpack_require__(14473)
@@ -63141,7 +63198,7 @@ module.exports.CancelError = CancelError;
63141
63198
 
63142
63199
  const {Agent: HttpAgent} = __webpack_require__(13685);
63143
63200
  const {Agent: HttpsAgent} = __webpack_require__(95687);
63144
- const got = __webpack_require__(64419);
63201
+ const got = __webpack_require__(98351);
63145
63202
  const registryUrl = __webpack_require__(99399);
63146
63203
  const registryAuthToken = __webpack_require__(5086);
63147
63204
  const semver = __webpack_require__(20962);
@@ -63529,7 +63586,7 @@ module.exports = QuickLRU;
63529
63586
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
63530
63587
 
63531
63588
  var cc = __webpack_require__(81769)
63532
- var join = __webpack_require__(71017).join
63589
+ var join = (__webpack_require__(71017).join)
63533
63590
  var deepExtend = __webpack_require__(81678)
63534
63591
  var etc = '/etc'
63535
63592
  var win = process.platform === "win32"
@@ -64048,7 +64105,7 @@ var Duplex;
64048
64105
  Readable.ReadableState = ReadableState;
64049
64106
  /*<replacement>*/
64050
64107
 
64051
- var EE = __webpack_require__(82361).EventEmitter;
64108
+ var EE = (__webpack_require__(82361).EventEmitter);
64052
64109
 
64053
64110
  var EElistenerCount = function EElistenerCount(emitter, type) {
64054
64111
  return emitter.listeners(type).length;
@@ -64062,7 +64119,7 @@ var Stream = __webpack_require__(81793);
64062
64119
  /*</replacement>*/
64063
64120
 
64064
64121
 
64065
- var Buffer = __webpack_require__(14300).Buffer;
64122
+ var Buffer = (__webpack_require__(14300).Buffer);
64066
64123
 
64067
64124
  var OurUint8Array = global.Uint8Array || function () {};
64068
64125
 
@@ -64095,7 +64152,7 @@ var destroyImpl = __webpack_require__(43592);
64095
64152
  var _require = __webpack_require__(75694),
64096
64153
  getHighWaterMark = _require.getHighWaterMark;
64097
64154
 
64098
- var _require$codes = __webpack_require__(39891)/* .codes */ .q,
64155
+ var _require$codes = (__webpack_require__(39891)/* .codes */ .q),
64099
64156
  ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,
64100
64157
  ERR_STREAM_PUSH_AFTER_EOF = _require$codes.ERR_STREAM_PUSH_AFTER_EOF,
64101
64158
  ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,
@@ -64179,7 +64236,7 @@ function ReadableState(options, stream, isDuplex) {
64179
64236
  this.encoding = null;
64180
64237
 
64181
64238
  if (options.encoding) {
64182
- if (!StringDecoder) StringDecoder = __webpack_require__(51688)/* .StringDecoder */ .s;
64239
+ if (!StringDecoder) StringDecoder = (__webpack_require__(51688)/* .StringDecoder */ .s);
64183
64240
  this.decoder = new StringDecoder(options.encoding);
64184
64241
  this.encoding = options.encoding;
64185
64242
  }
@@ -64341,7 +64398,7 @@ Readable.prototype.isPaused = function () {
64341
64398
 
64342
64399
 
64343
64400
  Readable.prototype.setEncoding = function (enc) {
64344
- if (!StringDecoder) StringDecoder = __webpack_require__(51688)/* .StringDecoder */ .s;
64401
+ if (!StringDecoder) StringDecoder = (__webpack_require__(51688)/* .StringDecoder */ .s);
64345
64402
  var decoder = new StringDecoder(enc);
64346
64403
  this._readableState.decoder = decoder; // If setEncoding(null), decoder.encoding equals utf8
64347
64404
 
@@ -65213,7 +65270,7 @@ function indexOf(xs, x) {
65213
65270
 
65214
65271
  module.exports = Transform;
65215
65272
 
65216
- var _require$codes = __webpack_require__(39891)/* .codes */ .q,
65273
+ var _require$codes = (__webpack_require__(39891)/* .codes */ .q),
65217
65274
  ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,
65218
65275
  ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,
65219
65276
  ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING,
@@ -65425,7 +65482,7 @@ var Stream = __webpack_require__(81793);
65425
65482
  /*</replacement>*/
65426
65483
 
65427
65484
 
65428
- var Buffer = __webpack_require__(14300).Buffer;
65485
+ var Buffer = (__webpack_require__(14300).Buffer);
65429
65486
 
65430
65487
  var OurUint8Array = global.Uint8Array || function () {};
65431
65488
 
@@ -65442,7 +65499,7 @@ var destroyImpl = __webpack_require__(43592);
65442
65499
  var _require = __webpack_require__(75694),
65443
65500
  getHighWaterMark = _require.getHighWaterMark;
65444
65501
 
65445
- var _require$codes = __webpack_require__(39891)/* .codes */ .q,
65502
+ var _require$codes = (__webpack_require__(39891)/* .codes */ .q),
65446
65503
  ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,
65447
65504
  ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,
65448
65505
  ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,
@@ -66607,7 +66664,7 @@ module.exports = {
66607
66664
  // permission from the author, Mathias Buus (@mafintosh).
66608
66665
 
66609
66666
 
66610
- var ERR_STREAM_PREMATURE_CLOSE = __webpack_require__(39891)/* .codes.ERR_STREAM_PREMATURE_CLOSE */ .q.ERR_STREAM_PREMATURE_CLOSE;
66667
+ var ERR_STREAM_PREMATURE_CLOSE = (__webpack_require__(39891)/* .codes.ERR_STREAM_PREMATURE_CLOSE */ .q.ERR_STREAM_PREMATURE_CLOSE);
66611
66668
 
66612
66669
  function once(callback) {
66613
66670
  var called = false;
@@ -66726,7 +66783,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
66726
66783
 
66727
66784
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
66728
66785
 
66729
- var ERR_INVALID_ARG_TYPE = __webpack_require__(39891)/* .codes.ERR_INVALID_ARG_TYPE */ .q.ERR_INVALID_ARG_TYPE;
66786
+ var ERR_INVALID_ARG_TYPE = (__webpack_require__(39891)/* .codes.ERR_INVALID_ARG_TYPE */ .q.ERR_INVALID_ARG_TYPE);
66730
66787
 
66731
66788
  function from(Readable, iterable, opts) {
66732
66789
  var iterator;
@@ -66800,7 +66857,7 @@ function once(callback) {
66800
66857
  };
66801
66858
  }
66802
66859
 
66803
- var _require$codes = __webpack_require__(39891)/* .codes */ .q,
66860
+ var _require$codes = (__webpack_require__(39891)/* .codes */ .q),
66804
66861
  ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS,
66805
66862
  ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED;
66806
66863
 
@@ -66891,7 +66948,7 @@ module.exports = pipeline;
66891
66948
  "use strict";
66892
66949
 
66893
66950
 
66894
- var ERR_INVALID_OPT_VALUE = __webpack_require__(39891)/* .codes.ERR_INVALID_OPT_VALUE */ .q.ERR_INVALID_OPT_VALUE;
66951
+ var ERR_INVALID_OPT_VALUE = (__webpack_require__(39891)/* .codes.ERR_INVALID_OPT_VALUE */ .q.ERR_INVALID_OPT_VALUE);
66895
66952
 
66896
66953
  function highWaterMarkFrom(options, isDuplex, duplexKey) {
66897
66954
  return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null;
@@ -67273,7 +67330,7 @@ module.exports = (options = {}, connect = tls.connect) => new Promise((resolve,
67273
67330
  "use strict";
67274
67331
 
67275
67332
 
67276
- const Readable = __webpack_require__(12781).Readable;
67333
+ const Readable = (__webpack_require__(12781).Readable);
67277
67334
  const lowercaseKeys = __webpack_require__(5974);
67278
67335
 
67279
67336
  class Response extends Readable {
@@ -67315,7 +67372,7 @@ module.exports = Response;
67315
67372
  "use strict";
67316
67373
 
67317
67374
  const onetime = __webpack_require__(26401);
67318
- const signalExit = __webpack_require__(41975);
67375
+ const signalExit = __webpack_require__(66217);
67319
67376
 
67320
67377
  module.exports = onetime(() => {
67321
67378
  signalExit(() => {
@@ -82885,10 +82942,10 @@ module.exports = {
82885
82942
  re: internalRe.re,
82886
82943
  src: internalRe.src,
82887
82944
  tokens: internalRe.t,
82888
- SEMVER_SPEC_VERSION: __webpack_require__(19359).SEMVER_SPEC_VERSION,
82945
+ SEMVER_SPEC_VERSION: (__webpack_require__(19359).SEMVER_SPEC_VERSION),
82889
82946
  SemVer: __webpack_require__(87250),
82890
- compareIdentifiers: __webpack_require__(97070).compareIdentifiers,
82891
- rcompareIdentifiers: __webpack_require__(97070).rcompareIdentifiers,
82947
+ compareIdentifiers: (__webpack_require__(97070).compareIdentifiers),
82948
+ rcompareIdentifiers: (__webpack_require__(97070).rcompareIdentifiers),
82892
82949
  parse: __webpack_require__(86425),
82893
82950
  valid: __webpack_require__(12406),
82894
82951
  clean: __webpack_require__(43075),
@@ -83811,7 +83868,7 @@ module.exports = /^#!(.*)/;
83811
83868
 
83812
83869
  /***/ }),
83813
83870
 
83814
- /***/ 41975:
83871
+ /***/ 66217:
83815
83872
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
83816
83873
 
83817
83874
  // Note: since nyc uses this module to output coverage, any lines
@@ -83819,12 +83876,26 @@ module.exports = /^#!(.*)/;
83819
83876
  // ignored, since we can never get coverage for them.
83820
83877
  // grab a reference to node's real process object right away
83821
83878
  var process = global.process
83879
+
83880
+ const processOk = function (process) {
83881
+ return process &&
83882
+ typeof process === 'object' &&
83883
+ typeof process.removeListener === 'function' &&
83884
+ typeof process.emit === 'function' &&
83885
+ typeof process.reallyExit === 'function' &&
83886
+ typeof process.listeners === 'function' &&
83887
+ typeof process.kill === 'function' &&
83888
+ typeof process.pid === 'number' &&
83889
+ typeof process.on === 'function'
83890
+ }
83891
+
83822
83892
  // some kind of non-node environment, just no-op
83823
- if (typeof process !== 'object' || !process) {
83893
+ /* istanbul ignore if */
83894
+ if (!processOk(process)) {
83824
83895
  module.exports = function () {}
83825
83896
  } else {
83826
83897
  var assert = __webpack_require__(39491)
83827
- var signals = __webpack_require__(69394)
83898
+ var signals = __webpack_require__(16869)
83828
83899
  var isWin = /^win/i.test(process.platform)
83829
83900
 
83830
83901
  var EE = __webpack_require__(82361)
@@ -83852,7 +83923,8 @@ if (typeof process !== 'object' || !process) {
83852
83923
  }
83853
83924
 
83854
83925
  module.exports = function (cb, opts) {
83855
- if (global.process !== process) {
83926
+ /* istanbul ignore if */
83927
+ if (!processOk(global.process)) {
83856
83928
  return
83857
83929
  }
83858
83930
  assert.equal(typeof cb, 'function', 'a callback must be provided for exit handler')
@@ -83879,7 +83951,7 @@ if (typeof process !== 'object' || !process) {
83879
83951
  }
83880
83952
 
83881
83953
  var unload = function unload () {
83882
- if (!loaded || global.process !== process) {
83954
+ if (!loaded || !processOk(global.process)) {
83883
83955
  return
83884
83956
  }
83885
83957
  loaded = false
@@ -83896,6 +83968,7 @@ if (typeof process !== 'object' || !process) {
83896
83968
  module.exports.unload = unload
83897
83969
 
83898
83970
  var emit = function emit (event, code, signal) {
83971
+ /* istanbul ignore if */
83899
83972
  if (emitter.emitted[event]) {
83900
83973
  return
83901
83974
  }
@@ -83907,7 +83980,8 @@ if (typeof process !== 'object' || !process) {
83907
83980
  var sigListeners = {}
83908
83981
  signals.forEach(function (sig) {
83909
83982
  sigListeners[sig] = function listener () {
83910
- if (process !== global.process) {
83983
+ /* istanbul ignore if */
83984
+ if (!processOk(global.process)) {
83911
83985
  return
83912
83986
  }
83913
83987
  // If there are no other listeners, an exit is coming!
@@ -83926,6 +84000,7 @@ if (typeof process !== 'object' || !process) {
83926
84000
  // so use a supported signal instead
83927
84001
  sig = 'SIGINT'
83928
84002
  }
84003
+ /* istanbul ignore next */
83929
84004
  process.kill(process.pid, sig)
83930
84005
  }
83931
84006
  }
@@ -83938,7 +84013,7 @@ if (typeof process !== 'object' || !process) {
83938
84013
  var loaded = false
83939
84014
 
83940
84015
  var load = function load () {
83941
- if (loaded || process !== global.process) {
84016
+ if (loaded || !processOk(global.process)) {
83942
84017
  return
83943
84018
  }
83944
84019
  loaded = true
@@ -83965,10 +84040,11 @@ if (typeof process !== 'object' || !process) {
83965
84040
 
83966
84041
  var originalProcessReallyExit = process.reallyExit
83967
84042
  var processReallyExit = function processReallyExit (code) {
83968
- if (process !== global.process) {
84043
+ /* istanbul ignore if */
84044
+ if (!processOk(global.process)) {
83969
84045
  return
83970
84046
  }
83971
- process.exitCode = code || 0
84047
+ process.exitCode = code || /* istanbul ignore next */ 0
83972
84048
  emit('exit', process.exitCode, null)
83973
84049
  /* istanbul ignore next */
83974
84050
  emit('afterexit', process.exitCode, null)
@@ -83978,14 +84054,17 @@ if (typeof process !== 'object' || !process) {
83978
84054
 
83979
84055
  var originalProcessEmit = process.emit
83980
84056
  var processEmit = function processEmit (ev, arg) {
83981
- if (ev === 'exit' && process === global.process) {
84057
+ if (ev === 'exit' && processOk(global.process)) {
84058
+ /* istanbul ignore else */
83982
84059
  if (arg !== undefined) {
83983
84060
  process.exitCode = arg
83984
84061
  }
83985
84062
  var ret = originalProcessEmit.apply(this, arguments)
84063
+ /* istanbul ignore next */
83986
84064
  emit('exit', process.exitCode, null)
83987
84065
  /* istanbul ignore next */
83988
84066
  emit('afterexit', process.exitCode, null)
84067
+ /* istanbul ignore next */
83989
84068
  return ret
83990
84069
  } else {
83991
84070
  return originalProcessEmit.apply(this, arguments)
@@ -83996,7 +84075,7 @@ if (typeof process !== 'object' || !process) {
83996
84075
 
83997
84076
  /***/ }),
83998
84077
 
83999
- /***/ 69394:
84078
+ /***/ 16869:
84000
84079
  /***/ ((module) => {
84001
84080
 
84002
84081
  // This is not the set of all possible signals.
@@ -84140,7 +84219,7 @@ module.exports["default"] = stringWidth;
84140
84219
 
84141
84220
  /*<replacement>*/
84142
84221
 
84143
- var Buffer = __webpack_require__(76834).Buffer;
84222
+ var Buffer = (__webpack_require__(76834).Buffer);
84144
84223
  /*</replacement>*/
84145
84224
 
84146
84225
  var isEncoding = Buffer.isEncoding || function (encoding) {
@@ -84962,7 +85041,7 @@ module.exports = !fMapEnabled ? () => 'w'
84962
85041
  // (Also, check header.needPax to see if it needs a pax header.)
84963
85042
 
84964
85043
  const types = __webpack_require__(70096)
84965
- const pathModule = __webpack_require__(71017).posix
85044
+ const pathModule = (__webpack_require__(71017).posix)
84966
85045
  const large = __webpack_require__(82011)
84967
85046
 
84968
85047
  const SLURP = Symbol('slurp')
@@ -87359,7 +87438,7 @@ const addFilesAsync = (p, files) => {
87359
87438
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
87360
87439
 
87361
87440
  // unix absolute paths are also absolute on win32, so we use this for both
87362
- const { isAbsolute, parse } = __webpack_require__(71017).win32
87441
+ const { isAbsolute, parse } = (__webpack_require__(71017).win32)
87363
87442
 
87364
87443
  // returns [root, stripped]
87365
87444
  // Note that windows will think that //x/y/z/a has a "root" of //x/y, and in
@@ -90649,6 +90728,59 @@ function getObjKeyMap(obj, prefix = '') {
90649
90728
 
90650
90729
  /***/ }),
90651
90730
 
90731
+ /***/ 32746:
90732
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
90733
+
90734
+ "use strict";
90735
+
90736
+
90737
+ Object.defineProperty(exports, "__esModule", ({
90738
+ value: true
90739
+ }));
90740
+
90741
+ var _project = __webpack_require__(40542);
90742
+
90743
+ Object.keys(_project).forEach(function (key) {
90744
+ if (key === "default" || key === "__esModule") return;
90745
+ if (key in exports && exports[key] === _project[key]) return;
90746
+ Object.defineProperty(exports, key, {
90747
+ enumerable: true,
90748
+ get: function () {
90749
+ return _project[key];
90750
+ }
90751
+ });
90752
+ });
90753
+
90754
+ /***/ }),
90755
+
90756
+ /***/ 40542:
90757
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
90758
+
90759
+ "use strict";
90760
+
90761
+
90762
+ Object.defineProperty(exports, "__esModule", ({
90763
+ value: true
90764
+ }));
90765
+ exports.BaseSchemas = exports.BaseSchema = exports.BaseDefaultConfig = void 0;
90766
+
90767
+ var _common = __webpack_require__(25523);
90768
+
90769
+ const BaseSchemas = [_common.PackageManagerSchema];
90770
+ exports.BaseSchemas = BaseSchemas;
90771
+ const BaseSchema = {
90772
+ key: 'base',
90773
+ isObject: true,
90774
+ items: BaseSchemas
90775
+ };
90776
+ exports.BaseSchema = BaseSchema;
90777
+ const BaseDefaultConfig = {
90778
+ packageManager: _common.PackageManager.Pnpm
90779
+ };
90780
+ exports.BaseDefaultConfig = BaseDefaultConfig;
90781
+
90782
+ /***/ }),
90783
+
90652
90784
  /***/ 34069:
90653
90785
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
90654
90786
 
@@ -90658,7 +90790,7 @@ function getObjKeyMap(obj, prefix = '') {
90658
90790
  Object.defineProperty(exports, "__esModule", ({
90659
90791
  value: true
90660
90792
  }));
90661
- exports.getBooleanSchemas = exports.BooleanConfigName = exports.BooleanConfig = void 0;
90793
+ exports.BooleanSchemas = exports.BooleanConfigName = exports.BooleanConfig = void 0;
90662
90794
 
90663
90795
  var _locale = __webpack_require__(94646);
90664
90796
 
@@ -90675,20 +90807,14 @@ const BooleanConfigName = {
90675
90807
  [BooleanConfig.YES]: () => _locale.i18n.t(_locale.localeKeys.boolean.yes)
90676
90808
  };
90677
90809
  exports.BooleanConfigName = BooleanConfigName;
90678
-
90679
- const getBooleanSchemas = (YesChildSchemas, NoChildSchemas) => [{
90810
+ const BooleanSchemas = [{
90680
90811
  key: BooleanConfig.NO,
90681
- label: BooleanConfigName[BooleanConfig.NO],
90682
- isObject: Boolean(NoChildSchemas),
90683
- items: NoChildSchemas
90812
+ label: BooleanConfigName[BooleanConfig.NO]
90684
90813
  }, {
90685
90814
  key: BooleanConfig.YES,
90686
- label: BooleanConfigName[BooleanConfig.YES],
90687
- isObject: Boolean(YesChildSchemas),
90688
- items: YesChildSchemas
90815
+ label: BooleanConfigName[BooleanConfig.YES]
90689
90816
  }];
90690
-
90691
- exports.getBooleanSchemas = getBooleanSchemas;
90817
+ exports.BooleanSchemas = BooleanSchemas;
90692
90818
 
90693
90819
  /***/ }),
90694
90820
 
@@ -90711,24 +90837,22 @@ const EnableLessSchema = {
90711
90837
  key: 'enableLess',
90712
90838
  type: ['string'],
90713
90839
  label: () => _locale.i18n.t(_locale.localeKeys.needModifyConfig.enableLess),
90714
- when: (_, extra) => (extra === null || extra === void 0 ? void 0 : extra.isEmptySrc) === undefined ? true : Boolean(extra === null || extra === void 0 ? void 0 : extra.isEmptySrc),
90715
90840
  mutualExclusion: true,
90716
90841
  state: {
90717
90842
  value: _boolean.BooleanConfig.NO
90718
90843
  },
90719
- items: (0, _boolean.getBooleanSchemas)()
90844
+ items: _boolean.BooleanSchemas
90720
90845
  };
90721
90846
  exports.EnableLessSchema = EnableLessSchema;
90722
90847
  const EnableSassSchema = {
90723
90848
  key: 'enableSass',
90724
90849
  type: ['string'],
90725
90850
  label: () => _locale.i18n.t(_locale.localeKeys.needModifyConfig.enableSass),
90726
- when: (_, extra) => (extra === null || extra === void 0 ? void 0 : extra.isEmptySrc) === undefined ? true : Boolean(extra === null || extra === void 0 ? void 0 : extra.isEmptySrc),
90727
90851
  mutualExclusion: true,
90728
90852
  state: {
90729
90853
  value: _boolean.BooleanConfig.NO
90730
90854
  },
90731
- items: (0, _boolean.getBooleanSchemas)()
90855
+ items: _boolean.BooleanSchemas
90732
90856
  };
90733
90857
  exports.EnableSassSchema = EnableSassSchema;
90734
90858
 
@@ -90998,7 +91122,7 @@ exports.PackagePathSchema = PackagePathSchema;
90998
91122
  Object.defineProperty(exports, "__esModule", ({
90999
91123
  value: true
91000
91124
  }));
91001
- exports.SubSolutionText = exports.SubSolutionSchema = exports.SubSolutionGenerator = exports.SubSolution = exports.SolutionText = exports.SolutionSchema = exports.SolutionGenerator = exports.Solution = exports.EntryGenerator = exports.ElectronGenerator = exports.DependenceGenerator = exports.ChangesetGenerator = exports.BaseGenerator = void 0;
91125
+ exports.SubSolutionText = exports.SubSolutionSchema = exports.SubSolutionGenerator = exports.SubSolution = exports.SolutionText = exports.SolutionSchema = exports.SolutionGenerator = exports.Solution = exports.EslintGenerator = exports.EntryGenerator = exports.ElectronGenerator = exports.DependenceGenerator = exports.ChangesetGenerator = exports.BaseGenerator = void 0;
91002
91126
 
91003
91127
  var _locale = __webpack_require__(94646);
91004
91128
 
@@ -91087,6 +91211,8 @@ const EntryGenerator = '@modern-js/entry-generator';
91087
91211
  exports.EntryGenerator = EntryGenerator;
91088
91212
  const ElectronGenerator = '@modern-js/electron-generator';
91089
91213
  exports.ElectronGenerator = ElectronGenerator;
91214
+ const EslintGenerator = '@modern-js/eslint-generator';
91215
+ exports.EslintGenerator = EslintGenerator;
91090
91216
 
91091
91217
  /***/ }),
91092
91218
 
@@ -91103,16 +91229,11 @@ exports.GeneratorSchema = exports.GeneratorDefaultConfig = void 0;
91103
91229
 
91104
91230
  var _common = __webpack_require__(25523);
91105
91231
 
91106
- const GeneratorSchemaMap = {
91107
- packageName: _common.PackageNameSchema,
91108
- packagePath: _common.PackagePathSchema,
91109
- PackageManager: _common.PackageManagerSchema,
91110
- language: _common.LanguageSchema
91111
- };
91232
+ const GeneratorSchemas = [_common.PackageNameSchema, _common.PackagePathSchema, _common.PackageManagerSchema, _common.LanguageSchema];
91112
91233
  const GeneratorSchema = {
91113
91234
  key: 'generator-generator',
91114
91235
  isObject: true,
91115
- items: Object.values(GeneratorSchemaMap)
91236
+ items: Object.values(GeneratorSchemas)
91116
91237
  };
91117
91238
  exports.GeneratorSchema = GeneratorSchema;
91118
91239
  const GeneratorDefaultConfig = {
@@ -91259,6 +91380,20 @@ Object.keys(_expand).forEach(function (key) {
91259
91380
  }
91260
91381
  });
91261
91382
  });
91383
+
91384
+ var _base = __webpack_require__(32746);
91385
+
91386
+ Object.keys(_base).forEach(function (key) {
91387
+ if (key === "default" || key === "__esModule") return;
91388
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
91389
+ if (key in exports && exports[key] === _base[key]) return;
91390
+ Object.defineProperty(exports, key, {
91391
+ enumerable: true,
91392
+ get: function () {
91393
+ return _base[key];
91394
+ }
91395
+ });
91396
+ });
91262
91397
  const SolutionDefualtConfig = {
91263
91398
  [_common.Solution.MWA]: _mwa.MWADefaultConfig,
91264
91399
  [_common.Solution.Module]: _module.ModuleDefaultConfig,
@@ -91311,13 +91446,13 @@ const EN_LOCALE = {
91311
91446
  storybook: 'Enable "Storybook"',
91312
91447
  runtime_api: 'Enable "Runtime API"',
91313
91448
  mwa_storybook: 'Enable "Visual Testing (Storybook)"',
91314
- ssg: 'Enable "SSG"'
91449
+ ssg: 'Enable "SSG"',
91450
+ deploy: 'Enable "Deploy"'
91315
91451
  },
91316
91452
  element: {
91317
91453
  self: 'Create project element',
91318
91454
  entry: 'New "entry"',
91319
- server: 'New "Server Custom" source code directory',
91320
- env: 'Generate ".env" file'
91455
+ server: 'New "Server Custom" source code directory'
91321
91456
  },
91322
91457
  refactor: {
91323
91458
  self: 'Automatic refactor',
@@ -91379,6 +91514,23 @@ const EN_LOCALE = {
91379
91514
  func: 'Function',
91380
91515
  framework: 'Framework'
91381
91516
  }
91517
+ },
91518
+ deploy: {
91519
+ cloud: {
91520
+ self: 'Modify the default Web Server?'
91521
+ },
91522
+ cdn: {
91523
+ self: 'Please select the cdn platform you want to use',
91524
+ oss: 'Aliyun OSS',
91525
+ cos: 'Tencent COS',
91526
+ no: 'Not Enabled'
91527
+ },
91528
+ lambda: {
91529
+ self: 'Please select the lambda you want to use',
91530
+ fc: 'Aliyun FC',
91531
+ scf: 'Tencent SCF',
91532
+ no: 'Not Enabled'
91533
+ }
91382
91534
  }
91383
91535
  };
91384
91536
  exports.EN_LOCALE = EN_LOCALE;
@@ -91454,13 +91606,13 @@ const ZH_LOCALE = {
91454
91606
  storybook: '启用「Storybook」',
91455
91607
  runtime_api: '启用「Rumtime API」',
91456
91608
  mwa_storybook: '启用「Visual Testing (Storybook)」模式',
91457
- ssg: '启用「SSG」功能'
91609
+ ssg: '启用「SSG」功能',
91610
+ deploy: '启用「部署」功能'
91458
91611
  },
91459
91612
  element: {
91460
91613
  self: '创建工程元素',
91461
91614
  entry: '新建「应用入口」',
91462
- server: '新建「Server 自定义」源码目录',
91463
- env: '生成「.env」文件'
91615
+ server: '新建「Server 自定义」源码目录'
91464
91616
  },
91465
91617
  refactor: {
91466
91618
  self: '自动重构',
@@ -91523,6 +91675,23 @@ const ZH_LOCALE = {
91523
91675
  func: '函数模式',
91524
91676
  framework: '框架模式'
91525
91677
  }
91678
+ },
91679
+ deploy: {
91680
+ cloud: {
91681
+ self: '默认使用框架内置的产品级 Web 服务器,是否调整?'
91682
+ },
91683
+ cdn: {
91684
+ self: '请选择 CDN 平台',
91685
+ oss: '阿里云 OSS',
91686
+ cos: '腾讯云 COS',
91687
+ no: '不使用 CDN'
91688
+ },
91689
+ lambda: {
91690
+ self: '请选择云函数平台',
91691
+ fc: '阿里云 FC',
91692
+ scf: '腾讯云 SCF',
91693
+ no: '不使用云函数部署'
91694
+ }
91526
91695
  }
91527
91696
  };
91528
91697
  exports.ZH_LOCALE = ZH_LOCALE;
@@ -91563,7 +91732,7 @@ Object.keys(_project).forEach(function (key) {
91563
91732
  Object.defineProperty(exports, "__esModule", ({
91564
91733
  value: true
91565
91734
  }));
91566
- exports.ModuleSchema = exports.ModuleDefaultConfig = void 0;
91735
+ exports.moduleConfigWhenFunc = exports.NeedModifyModuleConfigSchema = exports.ModuleSchemas = exports.ModuleSchema = exports.ModuleDefaultConfig = exports.EnableModuleSassSchema = exports.EnableModuleLessSchema = void 0;
91567
91736
 
91568
91737
  var _locale = __webpack_require__(94646);
91569
91738
 
@@ -91571,6 +91740,27 @@ var _common = __webpack_require__(25523);
91571
91740
 
91572
91741
  var _css = __webpack_require__(99961);
91573
91742
 
91743
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
91744
+
91745
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
91746
+
91747
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
91748
+
91749
+ const moduleConfigWhenFunc = values => values.needModifyModuleConfig === _common.BooleanConfig.YES;
91750
+
91751
+ exports.moduleConfigWhenFunc = moduleConfigWhenFunc;
91752
+
91753
+ const EnableModuleLessSchema = _objectSpread(_objectSpread({}, _css.EnableLessSchema), {}, {
91754
+ when: moduleConfigWhenFunc
91755
+ });
91756
+
91757
+ exports.EnableModuleLessSchema = EnableModuleLessSchema;
91758
+
91759
+ const EnableModuleSassSchema = _objectSpread(_objectSpread({}, _css.EnableSassSchema), {}, {
91760
+ when: moduleConfigWhenFunc
91761
+ });
91762
+
91763
+ exports.EnableModuleSassSchema = EnableModuleSassSchema;
91574
91764
  const NeedModifyModuleConfigSchema = {
91575
91765
  key: 'needModifyModuleConfig',
91576
91766
  label: () => _locale.i18n.t(_locale.localeKeys.needModifyConfig.self),
@@ -91579,24 +91769,23 @@ const NeedModifyModuleConfigSchema = {
91579
91769
  state: {
91580
91770
  value: _common.BooleanConfig.NO
91581
91771
  },
91582
- items: (0, _common.getBooleanSchemas)([_css.EnableLessSchema, _css.EnableSassSchema])
91583
- };
91584
- const ModuleSchemaMap = {
91585
- packageName: _common.PackageNameSchema,
91586
- packagePath: _common.PackagePathSchema,
91587
- language: _common.LanguageSchema,
91588
- packageManager: _common.PackageManagerSchema,
91589
- needModifyModuleConfig: NeedModifyModuleConfigSchema
91772
+ items: _common.BooleanSchemas
91590
91773
  };
91774
+ exports.NeedModifyModuleConfigSchema = NeedModifyModuleConfigSchema;
91775
+ const ModuleSchemas = [_common.PackageNameSchema, _common.PackagePathSchema, _common.LanguageSchema, _common.PackageManagerSchema, NeedModifyModuleConfigSchema, EnableModuleLessSchema, EnableModuleSassSchema];
91776
+ exports.ModuleSchemas = ModuleSchemas;
91591
91777
  const ModuleSchema = {
91592
91778
  key: 'module',
91593
91779
  isObject: true,
91594
- items: Object.values(ModuleSchemaMap)
91780
+ items: ModuleSchemas
91595
91781
  };
91596
91782
  exports.ModuleSchema = ModuleSchema;
91597
91783
  const ModuleDefaultConfig = {
91598
91784
  language: _common.Language.TS,
91599
- packageManager: _common.PackageManager.Pnpm
91785
+ packageManager: _common.PackageManager.Pnpm,
91786
+ needModifyModuleConfig: _common.BooleanConfig.NO,
91787
+ enableLess: _common.BooleanConfig.NO,
91788
+ enableSass: _common.BooleanConfig.NO
91600
91789
  };
91601
91790
  exports.ModuleDefaultConfig = ModuleDefaultConfig;
91602
91791
 
@@ -91636,17 +91825,16 @@ Object.keys(_project).forEach(function (key) {
91636
91825
  Object.defineProperty(exports, "__esModule", ({
91637
91826
  value: true
91638
91827
  }));
91639
- exports.MonorepoSchema = exports.MonorepoDefaultConfig = void 0;
91828
+ exports.MonorepoSchemas = exports.MonorepoSchema = exports.MonorepoDefaultConfig = void 0;
91640
91829
 
91641
91830
  var _common = __webpack_require__(25523);
91642
91831
 
91643
- const MonorepoSchemaMap = {
91644
- packageManager: _common.PackageManagerSchema
91645
- };
91832
+ const MonorepoSchemas = [_common.PackageManagerSchema];
91833
+ exports.MonorepoSchemas = MonorepoSchemas;
91646
91834
  const MonorepoSchema = {
91647
91835
  key: 'monorepo',
91648
91836
  isObject: true,
91649
- items: Object.values(MonorepoSchemaMap)
91837
+ items: MonorepoSchemas
91650
91838
  };
91651
91839
  exports.MonorepoSchema = MonorepoSchema;
91652
91840
  const MonorepoDefaultConfig = {
@@ -91665,7 +91853,7 @@ exports.MonorepoDefaultConfig = MonorepoDefaultConfig;
91665
91853
  Object.defineProperty(exports, "__esModule", ({
91666
91854
  value: true
91667
91855
  }));
91668
- exports.BFFTypeSchema = exports.BFFType = exports.BFFSchema = void 0;
91856
+ exports.MWADefaultBffConfig = exports.BFFTypeSchema = exports.BFFType = exports.BFFSchemas = exports.BFFSchema = void 0;
91669
91857
 
91670
91858
  var _common = __webpack_require__(70852);
91671
91859
 
@@ -91690,17 +91878,20 @@ const BFFTypeSchema = {
91690
91878
  }))
91691
91879
  };
91692
91880
  exports.BFFTypeSchema = BFFTypeSchema;
91693
- const BFFSchemaMap = {
91694
- bffType: BFFTypeSchema,
91695
- framework: _common.FrameworkSchema
91696
- };
91881
+ const BFFSchemas = [BFFTypeSchema, _common.FrameworkSchema];
91882
+ exports.BFFSchemas = BFFSchemas;
91697
91883
  const BFFSchema = {
91698
91884
  key: 'bff',
91699
91885
  label: () => _locale.i18n.t(_locale.localeKeys.action.function.bff),
91700
91886
  isObject: true,
91701
- items: Object.values(BFFSchemaMap)
91887
+ items: BFFSchemas
91702
91888
  };
91703
91889
  exports.BFFSchema = BFFSchema;
91890
+ const MWADefaultBffConfig = {
91891
+ bffType: BFFType.Func,
91892
+ frameWork: _common.Framework.Express
91893
+ };
91894
+ exports.MWADefaultBffConfig = MWADefaultBffConfig;
91704
91895
 
91705
91896
  /***/ }),
91706
91897
 
@@ -91713,7 +91904,7 @@ exports.BFFSchema = BFFSchema;
91713
91904
  Object.defineProperty(exports, "__esModule", ({
91714
91905
  value: true
91715
91906
  }));
91716
- exports.RunWaySchema = exports.RunWay = exports.NeedModifyMWAConfigSchema = exports.FrameworkSchema = exports.Framework = exports.ClientRoute = void 0;
91907
+ exports.mwaConfigWhenFunc = exports.RunWaySchema = exports.RunWay = exports.NeedModifyMWAConfigSchema = exports.FrameworkSchema = exports.Framework = exports.EnableMWASassSchema = exports.EnableMWALessSchema = exports.DisableStateManagementSchema = exports.ClientRouteSchema = exports.ClientRoute = void 0;
91717
91908
 
91718
91909
  var _locale = __webpack_require__(94646);
91719
91910
 
@@ -91721,6 +91912,15 @@ var _boolean = __webpack_require__(34069);
91721
91912
 
91722
91913
  var _css = __webpack_require__(99961);
91723
91914
 
91915
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
91916
+
91917
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
91918
+
91919
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
91920
+
91921
+ const mwaConfigWhenFunc = values => values.needModifyMWAConfig === _boolean.BooleanConfig.YES;
91922
+
91923
+ exports.mwaConfigWhenFunc = mwaConfigWhenFunc;
91724
91924
  let RunWay;
91725
91925
  exports.RunWay = RunWay;
91726
91926
 
@@ -91758,6 +91958,7 @@ const ClientRouteSchema = {
91758
91958
  type: ['string'],
91759
91959
  label: () => _locale.i18n.t(_locale.localeKeys.entry.clientRoute.self),
91760
91960
  mutualExclusion: true,
91961
+ when: mwaConfigWhenFunc,
91761
91962
  state: {
91762
91963
  value: ClientRoute.SelfControlRoute
91763
91964
  },
@@ -91766,16 +91967,31 @@ const ClientRouteSchema = {
91766
91967
  label: () => _locale.i18n.t(_locale.localeKeys.entry.clientRoute[clientRoute])
91767
91968
  }))
91768
91969
  };
91970
+ exports.ClientRouteSchema = ClientRouteSchema;
91769
91971
  const DisableStateManagementSchema = {
91770
91972
  key: 'disableStateManagement',
91771
91973
  type: ['string'],
91772
91974
  label: () => _locale.i18n.t(_locale.localeKeys.entry.disableStateManagement),
91773
91975
  mutualExclusion: true,
91976
+ when: mwaConfigWhenFunc,
91774
91977
  state: {
91775
91978
  value: _boolean.BooleanConfig.NO
91776
91979
  },
91777
- items: (0, _boolean.getBooleanSchemas)()
91980
+ items: _boolean.BooleanSchemas
91778
91981
  };
91982
+ exports.DisableStateManagementSchema = DisableStateManagementSchema;
91983
+
91984
+ const EnableMWALessSchema = _objectSpread(_objectSpread({}, _css.EnableLessSchema), {}, {
91985
+ when: mwaConfigWhenFunc
91986
+ });
91987
+
91988
+ exports.EnableMWALessSchema = EnableMWALessSchema;
91989
+
91990
+ const EnableMWASassSchema = _objectSpread(_objectSpread({}, _css.EnableSassSchema), {}, {
91991
+ when: mwaConfigWhenFunc
91992
+ });
91993
+
91994
+ exports.EnableMWASassSchema = EnableMWASassSchema;
91779
91995
  const NeedModifyMWAConfigSchema = {
91780
91996
  key: 'needModifyMWAConfig',
91781
91997
  label: () => _locale.i18n.t(_locale.localeKeys.needModifyConfig.self),
@@ -91784,7 +92000,7 @@ const NeedModifyMWAConfigSchema = {
91784
92000
  state: {
91785
92001
  value: _boolean.BooleanConfig.NO
91786
92002
  },
91787
- items: (0, _boolean.getBooleanSchemas)([ClientRouteSchema, DisableStateManagementSchema, _css.EnableLessSchema, _css.EnableSassSchema])
92003
+ items: _boolean.BooleanSchemas
91788
92004
  };
91789
92005
  exports.NeedModifyMWAConfigSchema = NeedModifyMWAConfigSchema;
91790
92006
  let Framework;
@@ -91811,6 +92027,82 @@ exports.FrameworkSchema = FrameworkSchema;
91811
92027
 
91812
92028
  /***/ }),
91813
92029
 
92030
+ /***/ 73423:
92031
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
92032
+
92033
+ "use strict";
92034
+
92035
+
92036
+ Object.defineProperty(exports, "__esModule", ({
92037
+ value: true
92038
+ }));
92039
+ exports.LambdaTypeSchema = exports.LambdaType = exports.DeployTypeSchema = exports.CloudTypeSchema = exports.CDNTypeSchema = exports.CDNType = void 0;
92040
+
92041
+ var _locale = __webpack_require__(94646);
92042
+
92043
+ var _common = __webpack_require__(25523);
92044
+
92045
+ let CDNType;
92046
+ exports.CDNType = CDNType;
92047
+
92048
+ (function (CDNType) {
92049
+ CDNType["OSS"] = "oss";
92050
+ CDNType["COS"] = "cos";
92051
+ CDNType["NO"] = "no";
92052
+ })(CDNType || (exports.CDNType = CDNType = {}));
92053
+
92054
+ let LambdaType;
92055
+ exports.LambdaType = LambdaType;
92056
+
92057
+ (function (LambdaType) {
92058
+ LambdaType["FC"] = "fc";
92059
+ LambdaType["SCF"] = "scf";
92060
+ LambdaType["NO"] = "no";
92061
+ })(LambdaType || (exports.LambdaType = LambdaType = {}));
92062
+
92063
+ const CloudTypeSchema = {
92064
+ key: 'disableModernServer',
92065
+ type: ['string'],
92066
+ label: () => _locale.i18n.t(_locale.localeKeys.deploy.cloud.self),
92067
+ mutualExclusion: true,
92068
+ state: {
92069
+ value: _common.BooleanConfig.NO
92070
+ },
92071
+ items: _common.BooleanSchemas
92072
+ };
92073
+ exports.CloudTypeSchema = CloudTypeSchema;
92074
+ const CDNTypeSchema = {
92075
+ key: 'cdnType',
92076
+ type: ['string'],
92077
+ label: () => _locale.i18n.t(_locale.localeKeys.deploy.cdn.self),
92078
+ mutualExclusion: true,
92079
+ items: Object.values(CDNType).map(deployType => ({
92080
+ key: deployType,
92081
+ label: () => _locale.i18n.t(_locale.localeKeys.deploy.cdn[deployType])
92082
+ }))
92083
+ };
92084
+ exports.CDNTypeSchema = CDNTypeSchema;
92085
+ const LambdaTypeSchema = {
92086
+ key: 'lambdaType',
92087
+ type: ['string'],
92088
+ label: () => _locale.i18n.t(_locale.localeKeys.deploy.lambda.self),
92089
+ mutualExclusion: true,
92090
+ when: values => values.disableModernServer === _common.BooleanConfig.NO,
92091
+ items: Object.values(LambdaType).map(deployType => ({
92092
+ key: deployType,
92093
+ label: () => _locale.i18n.t(_locale.localeKeys.deploy.lambda[deployType])
92094
+ }))
92095
+ };
92096
+ exports.LambdaTypeSchema = LambdaTypeSchema;
92097
+ const DeployTypeSchema = {
92098
+ key: 'Deploy',
92099
+ isObject: true,
92100
+ items: [CloudTypeSchema, CDNTypeSchema, LambdaTypeSchema]
92101
+ };
92102
+ exports.DeployTypeSchema = DeployTypeSchema;
92103
+
92104
+ /***/ }),
92105
+
91814
92106
  /***/ 91124:
91815
92107
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
91816
92108
 
@@ -91820,12 +92112,14 @@ exports.FrameworkSchema = FrameworkSchema;
91820
92112
  Object.defineProperty(exports, "__esModule", ({
91821
92113
  value: true
91822
92114
  }));
91823
- exports.EntrySchema = void 0;
92115
+ exports.MWADefaultEntryConfig = exports.EntrySchemas = exports.EntrySchema = void 0;
91824
92116
 
91825
92117
  var _common = __webpack_require__(70852);
91826
92118
 
91827
92119
  var _locale = __webpack_require__(94646);
91828
92120
 
92121
+ var _common2 = __webpack_require__(25523);
92122
+
91829
92123
  const EntryNameSchema = {
91830
92124
  key: 'name',
91831
92125
  type: ['string'],
@@ -91860,17 +92154,21 @@ const EntryNameSchema = {
91860
92154
  return true;
91861
92155
  }
91862
92156
  };
91863
- const EntrySchemaMap = {
91864
- name: EntryNameSchema,
91865
- needModifyEntryConfig: _common.NeedModifyMWAConfigSchema
91866
- };
92157
+ const EntrySchemas = [EntryNameSchema, _common.NeedModifyMWAConfigSchema, _common.ClientRouteSchema, _common.DisableStateManagementSchema];
92158
+ exports.EntrySchemas = EntrySchemas;
91867
92159
  const EntrySchema = {
91868
92160
  key: 'entry',
91869
92161
  label: () => _locale.i18n.t(_locale.localeKeys.action.element.entry),
91870
92162
  isObject: true,
91871
- items: Object.values(EntrySchemaMap)
92163
+ items: EntrySchemas
91872
92164
  };
91873
92165
  exports.EntrySchema = EntrySchema;
92166
+ const MWADefaultEntryConfig = {
92167
+ needModifyMWAConfig: _common2.BooleanConfig.NO,
92168
+ clientRoute: _common.ClientRoute.SelfControlRoute,
92169
+ disableStateManagement: _common2.BooleanConfig.NO
92170
+ };
92171
+ exports.MWADefaultEntryConfig = MWADefaultEntryConfig;
91874
92172
 
91875
92173
  /***/ }),
91876
92174
 
@@ -91923,6 +92221,19 @@ Object.keys(_bff).forEach(function (key) {
91923
92221
  });
91924
92222
  });
91925
92223
 
92224
+ var _deploy = __webpack_require__(73423);
92225
+
92226
+ Object.keys(_deploy).forEach(function (key) {
92227
+ if (key === "default" || key === "__esModule") return;
92228
+ if (key in exports && exports[key] === _deploy[key]) return;
92229
+ Object.defineProperty(exports, key, {
92230
+ enumerable: true,
92231
+ get: function () {
92232
+ return _deploy[key];
92233
+ }
92234
+ });
92235
+ });
92236
+
91926
92237
  var _project = __webpack_require__(30968);
91927
92238
 
91928
92239
  Object.keys(_project).forEach(function (key) {
@@ -91960,31 +92271,29 @@ Object.keys(_server).forEach(function (key) {
91960
92271
  Object.defineProperty(exports, "__esModule", ({
91961
92272
  value: true
91962
92273
  }));
91963
- exports.MWASchema = exports.MWADefaultConfig = void 0;
92274
+ exports.MWASchemas = exports.MWASchema = exports.MWADefaultConfig = void 0;
91964
92275
 
91965
92276
  var _common = __webpack_require__(70852);
91966
92277
 
91967
92278
  var _common2 = __webpack_require__(25523);
91968
92279
 
91969
- const MWASchemaMap = {
91970
- packageName: _common2.PackageNameSchema,
91971
- packagePath: _common2.PackagePathSchema,
91972
- language: _common2.LanguageSchema,
91973
- packageManager: _common2.PackageManagerSchema,
91974
- runWay: _common.RunWaySchema,
91975
- needModifyMWAConfig: _common.NeedModifyMWAConfigSchema
91976
- };
92280
+ const MWASchemas = [_common2.PackageNameSchema, _common2.PackagePathSchema, _common2.LanguageSchema, _common2.PackageManagerSchema, _common.RunWaySchema, _common.NeedModifyMWAConfigSchema, _common.ClientRouteSchema, _common.DisableStateManagementSchema, _common.EnableMWALessSchema, _common.EnableMWASassSchema];
92281
+ exports.MWASchemas = MWASchemas;
91977
92282
  const MWASchema = {
91978
92283
  key: 'mwa',
91979
92284
  isObject: true,
91980
- items: Object.values(MWASchemaMap)
92285
+ items: MWASchemas
91981
92286
  };
91982
92287
  exports.MWASchema = MWASchema;
91983
92288
  const MWADefaultConfig = {
91984
92289
  language: _common2.Language.TS,
91985
92290
  packageManager: _common2.PackageManager.Pnpm,
91986
92291
  runWay: _common.RunWay.No,
91987
- needModifyMWAConfig: _common2.BooleanConfig.NO
92292
+ needModifyMWAConfig: _common2.BooleanConfig.NO,
92293
+ clientRoute: _common.ClientRoute.SelfControlRoute,
92294
+ disableStateManagement: _common2.BooleanConfig.NO,
92295
+ enableLess: _common2.BooleanConfig.NO,
92296
+ enableSass: _common2.BooleanConfig.NO
91988
92297
  };
91989
92298
  exports.MWADefaultConfig = MWADefaultConfig;
91990
92299
 
@@ -91999,22 +92308,25 @@ exports.MWADefaultConfig = MWADefaultConfig;
91999
92308
  Object.defineProperty(exports, "__esModule", ({
92000
92309
  value: true
92001
92310
  }));
92002
- exports.ServerSchema = void 0;
92311
+ exports.ServerSchemas = exports.ServerSchema = exports.MWADefaultServerConfig = void 0;
92003
92312
 
92004
92313
  var _locale = __webpack_require__(94646);
92005
92314
 
92006
92315
  var _common = __webpack_require__(70852);
92007
92316
 
92008
- const ServerSchemaMap = {
92009
- framework: _common.FrameworkSchema
92010
- };
92317
+ const ServerSchemas = [_common.FrameworkSchema];
92318
+ exports.ServerSchemas = ServerSchemas;
92011
92319
  const ServerSchema = {
92012
92320
  key: 'server',
92013
92321
  label: () => _locale.i18n.t(_locale.localeKeys.action.element.server),
92014
92322
  isObject: true,
92015
- items: Object.values(ServerSchemaMap)
92323
+ items: ServerSchemas
92016
92324
  };
92017
92325
  exports.ServerSchema = ServerSchema;
92326
+ const MWADefaultServerConfig = {
92327
+ framework: _common.Framework.Express
92328
+ };
92329
+ exports.MWADefaultServerConfig = MWADefaultServerConfig;
92018
92330
 
92019
92331
  /***/ }),
92020
92332
 
@@ -92046,7 +92358,6 @@ exports.ActionElement = ActionElement;
92046
92358
  (function (ActionElement) {
92047
92359
  ActionElement["Entry"] = "entry";
92048
92360
  ActionElement["Server"] = "server";
92049
- ActionElement["Env"] = "env";
92050
92361
  })(ActionElement || (exports.ActionElement = ActionElement = {}));
92051
92362
 
92052
92363
  let ActionFunction;
@@ -92067,6 +92378,7 @@ exports.ActionFunction = ActionFunction;
92067
92378
  ActionFunction["Storybook"] = "storybook";
92068
92379
  ActionFunction["RuntimeApi"] = "runtimeApi";
92069
92380
  ActionFunction["SSG"] = "ssg";
92381
+ ActionFunction["Deploy"] = "deploy";
92070
92382
  })(ActionFunction || (exports.ActionFunction = ActionFunction = {}));
92071
92383
 
92072
92384
  let ActionRefactor;
@@ -92084,8 +92396,7 @@ const ActionTypeText = {
92084
92396
  exports.ActionTypeText = ActionTypeText;
92085
92397
  const ActionElementText = {
92086
92398
  [ActionElement.Entry]: () => _locale.i18n.t(_locale.localeKeys.action.element.entry),
92087
- [ActionElement.Server]: () => _locale.i18n.t(_locale.localeKeys.action.element.server),
92088
- [ActionElement.Env]: () => _locale.i18n.t(_locale.localeKeys.action.element.env)
92399
+ [ActionElement.Server]: () => _locale.i18n.t(_locale.localeKeys.action.element.server)
92089
92400
  };
92090
92401
  exports.ActionElementText = ActionElementText;
92091
92402
  const ActionFunctionText = {
@@ -92102,7 +92413,8 @@ const ActionFunctionText = {
92102
92413
  [ActionFunction.Doc]: () => _locale.i18n.t(_locale.localeKeys.action.function.doc),
92103
92414
  [ActionFunction.Storybook]: () => _locale.i18n.t(_locale.localeKeys.action.function.storybook),
92104
92415
  [ActionFunction.RuntimeApi]: () => _locale.i18n.t(_locale.localeKeys.action.function.runtime_api),
92105
- [ActionFunction.SSG]: () => _locale.i18n.t(_locale.localeKeys.action.function.ssg)
92416
+ [ActionFunction.SSG]: () => _locale.i18n.t(_locale.localeKeys.action.function.ssg),
92417
+ [ActionFunction.Deploy]: () => _locale.i18n.t(_locale.localeKeys.action.function.deploy)
92106
92418
  };
92107
92419
  exports.ActionFunctionText = ActionFunctionText;
92108
92420
  const ActionRefactorText = {
@@ -92325,12 +92637,11 @@ const MWAActionTypes = [_common.ActionType.Element, _common.ActionType.Function
92325
92637
  ];
92326
92638
  exports.MWAActionTypes = MWAActionTypes;
92327
92639
  const MWAActionFunctions = [_common.ActionFunction.UnBundle, _common.ActionFunction.TailwindCSS, _common.ActionFunction.Less, _common.ActionFunction.Sass, _common.ActionFunction.BFF, _common.ActionFunction.SSG, _common.ActionFunction.MicroFrontend, _common.ActionFunction.Electron, // ActionFunction.I18n,
92328
- _common.ActionFunction.Test, _common.ActionFunction.Storybook // ActionFunction.E2ETest,
92640
+ _common.ActionFunction.Test, _common.ActionFunction.Storybook, // ActionFunction.E2ETest,
92329
92641
  // ActionFunction.Doc,
92330
- ];
92642
+ _common.ActionFunction.Deploy];
92331
92643
  exports.MWAActionFunctions = MWAActionFunctions;
92332
- const MWAActionElements = [_common.ActionElement.Entry, _common.ActionElement.Server // ActionElement.Env,
92333
- ];
92644
+ const MWAActionElements = [_common.ActionElement.Entry, _common.ActionElement.Server];
92334
92645
  exports.MWAActionElements = MWAActionElements;
92335
92646
  const MWAActionReactors = [_common.ActionRefactor.BFFToApp];
92336
92647
  exports.MWAActionReactors = MWAActionReactors;
@@ -92390,7 +92701,6 @@ exports.MWAActionFunctionsDependencies = MWAActionFunctionsDependencies;
92390
92701
  const MWANewActionGenerators = {
92391
92702
  [_common.ActionType.Element]: {
92392
92703
  [_common.ActionElement.Entry]: '@modern-js/entry-generator',
92393
- [_common.ActionElement.Env]: '@modern-js/env-generator',
92394
92704
  [_common.ActionElement.Server]: '@modern-js/server-generator'
92395
92705
  },
92396
92706
  [_common.ActionType.Function]: {
@@ -92406,7 +92716,8 @@ const MWANewActionGenerators = {
92406
92716
  [_common.ActionFunction.E2ETest]: '@modern-js/dependence-generator',
92407
92717
  [_common.ActionFunction.Doc]: '@modern-js/dependence-generator',
92408
92718
  [_common.ActionFunction.Storybook]: '@modern-js/dependence-generator',
92409
- [_common.ActionFunction.SSG]: '@modern-js/ssg-generator'
92719
+ [_common.ActionFunction.SSG]: '@modern-js/ssg-generator',
92720
+ [_common.ActionFunction.Deploy]: '@modern-js/cloud-deploy-generator'
92410
92721
  },
92411
92722
  [_common.ActionType.Refactor]: {
92412
92723
  [_common.ActionRefactor.BFFToApp]: '@modern-js/bff-refactor-generator'
@@ -92769,9 +93080,9 @@ exports["default"] = void 0;
92769
93080
 
92770
93081
  var _path = _interopRequireDefault(__webpack_require__(71017));
92771
93082
 
92772
- var _codesmithApiApp = __webpack_require__(72714);
93083
+ var _codesmithApiApp = __webpack_require__(3437);
92773
93084
 
92774
- var _codesmithApiJson = __webpack_require__(4752);
93085
+ var _codesmithApiJson = __webpack_require__(99657);
92775
93086
 
92776
93087
  var _generatorCommon = __webpack_require__(50828);
92777
93088
 
@@ -92793,7 +93104,7 @@ const handleTemplateFile = async (context, generator, appApi) => {
92793
93104
  const {
92794
93105
  packageManager
92795
93106
  } = ans;
92796
- await appApi.runSubGenerator(getGeneratorPath(_generatorCommon.BaseGenerator, context.config.distTag));
93107
+ await appApi.runSubGenerator(getGeneratorPath(_generatorCommon.BaseGenerator, context.config.distTag), undefined, context.config);
92797
93108
  await appApi.forgeTemplate('templates/base-template/**/*', undefined, resourceKey => resourceKey.replace('templates/base-template/', ''), {
92798
93109
  packageManager
92799
93110
  });