@modern-js/packages-generator 3.3.2 → 3.3.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.
- package/dist/index.js +35 -31
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -52697,12 +52697,12 @@ function _define_property(obj, key, value) {
|
|
|
52697
52697
|
return obj;
|
|
52698
52698
|
}
|
|
52699
52699
|
|
|
52700
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.
|
|
52700
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.2_@modern-js+codesmith@2.3.2_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm-node/index.js
|
|
52701
52701
|
var import_utils13 = require("@modern-js/utils");
|
|
52702
52702
|
var import_lodash5 = require("@modern-js/utils/lodash");
|
|
52703
52703
|
var import_comment_json = __toESM(require_src2());
|
|
52704
52704
|
|
|
52705
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.3.
|
|
52705
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.3.2/node_modules/@modern-js/codesmith-api-npm/dist/esm-node/utils/env.js
|
|
52706
52706
|
var import_utils = require("@modern-js/utils");
|
|
52707
52707
|
async function canUseNvm() {
|
|
52708
52708
|
try {
|
|
@@ -52752,7 +52752,7 @@ async function canUsePnpm() {
|
|
|
52752
52752
|
}
|
|
52753
52753
|
}
|
|
52754
52754
|
|
|
52755
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.3.
|
|
52755
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.3.2/node_modules/@modern-js/codesmith-api-npm/dist/esm-node/utils/install.js
|
|
52756
52756
|
var import_utils2 = require("@modern-js/utils");
|
|
52757
52757
|
function execaWithStreamLog(command, args, options) {
|
|
52758
52758
|
const promise = (0, import_utils2.execa)(command, args, {
|
|
@@ -52848,7 +52848,7 @@ async function pnpmInstall({ cwd, registryUrl, ignoreScripts, useNvm }) {
|
|
|
52848
52848
|
throw new Error("please install pnpm first");
|
|
52849
52849
|
}
|
|
52850
52850
|
|
|
52851
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.3.
|
|
52851
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.3.2/node_modules/@modern-js/codesmith-api-npm/dist/esm-node/index.js
|
|
52852
52852
|
var NpmAPI = class {
|
|
52853
52853
|
npmInstall({ cwd, registryUrl, ignoreScripts }) {
|
|
52854
52854
|
return npmInstall({
|
|
@@ -52877,7 +52877,7 @@ var NpmAPI = class {
|
|
|
52877
52877
|
}
|
|
52878
52878
|
};
|
|
52879
52879
|
|
|
52880
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.3.
|
|
52880
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.3.2_@modern-js+codesmith@2.3.2/node_modules/@modern-js/codesmith-api-git/dist/esm-node/utils/index.js
|
|
52881
52881
|
var import_utils4 = require("@modern-js/utils");
|
|
52882
52882
|
async function canUseGit() {
|
|
52883
52883
|
try {
|
|
@@ -52952,7 +52952,7 @@ async function gitCommit(cwd, commitMessage) {
|
|
|
52952
52952
|
});
|
|
52953
52953
|
}
|
|
52954
52954
|
|
|
52955
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.3.
|
|
52955
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.3.2_@modern-js+codesmith@2.3.2/node_modules/@modern-js/codesmith-api-git/dist/esm-node/index.js
|
|
52956
52956
|
var GitAPI = class {
|
|
52957
52957
|
async isInGitRepo(cwd = this.generatorCore.outputPath) {
|
|
52958
52958
|
const canUse = await canUseGit();
|
|
@@ -53004,12 +53004,12 @@ var GitAPI = class {
|
|
|
53004
53004
|
}
|
|
53005
53005
|
};
|
|
53006
53006
|
|
|
53007
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.3.
|
|
53007
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.3.2/node_modules/@modern-js/codesmith/dist/esm-node/materials/FsResource.js
|
|
53008
53008
|
var import_path = __toESM(require("path"));
|
|
53009
53009
|
var import_utils6 = require("@modern-js/utils");
|
|
53010
53010
|
var FS_RESOURCE = "_codesmith_core_fs_resource";
|
|
53011
53011
|
|
|
53012
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.3.
|
|
53012
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.3.2/node_modules/@modern-js/codesmith/dist/esm-node/utils/fsExists.js
|
|
53013
53013
|
var import_utils7 = require("@modern-js/utils");
|
|
53014
53014
|
async function fsExists(path6) {
|
|
53015
53015
|
try {
|
|
@@ -53020,7 +53020,7 @@ async function fsExists(path6) {
|
|
|
53020
53020
|
}
|
|
53021
53021
|
}
|
|
53022
53022
|
|
|
53023
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-handlebars@2.3.
|
|
53023
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-handlebars@2.3.2_@modern-js+codesmith@2.3.2/node_modules/@modern-js/codesmith-api-handlebars/dist/esm-node/utils/renderString.js
|
|
53024
53024
|
var import_handlebars = __toESM(require_lib());
|
|
53025
53025
|
function renderString(template, fullData, registers) {
|
|
53026
53026
|
const helpers = {
|
|
@@ -53034,7 +53034,7 @@ function renderString(template, fullData, registers) {
|
|
|
53034
53034
|
return import_handlebars.default.compile(template)(fullData) || "";
|
|
53035
53035
|
}
|
|
53036
53036
|
|
|
53037
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-handlebars@2.3.
|
|
53037
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-handlebars@2.3.2_@modern-js+codesmith@2.3.2/node_modules/@modern-js/codesmith-api-handlebars/dist/esm-node/index.js
|
|
53038
53038
|
var HandlebarsAPI = class {
|
|
53039
53039
|
async registerHelp(helpers) {
|
|
53040
53040
|
this.registers.helpers = {
|
|
@@ -53084,13 +53084,13 @@ var HandlebarsAPI = class {
|
|
|
53084
53084
|
}
|
|
53085
53085
|
};
|
|
53086
53086
|
|
|
53087
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-ejs@2.3.
|
|
53087
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-ejs@2.3.2_@modern-js+codesmith@2.3.2/node_modules/@modern-js/codesmith-api-ejs/dist/esm-node/utils/renderString.js
|
|
53088
53088
|
var import_ejs = __toESM(require_ejs());
|
|
53089
53089
|
function renderString2(template, fullData) {
|
|
53090
53090
|
return import_ejs.default.render(template, fullData) || "";
|
|
53091
53091
|
}
|
|
53092
53092
|
|
|
53093
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-ejs@2.3.
|
|
53093
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-ejs@2.3.2_@modern-js+codesmith@2.3.2/node_modules/@modern-js/codesmith-api-ejs/dist/esm-node/index.js
|
|
53094
53094
|
var EjsAPI = class {
|
|
53095
53095
|
async renderTemplate(templateResource, target, parameters = {}) {
|
|
53096
53096
|
if (templateResource._type !== FS_RESOURCE) {
|
|
@@ -53123,7 +53123,7 @@ var EjsAPI = class {
|
|
|
53123
53123
|
}
|
|
53124
53124
|
};
|
|
53125
53125
|
|
|
53126
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-fs@2.3.
|
|
53126
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-fs@2.3.2_@modern-js+codesmith@2.3.2/node_modules/@modern-js/codesmith-api-fs/dist/esm-node/index.js
|
|
53127
53127
|
var import_path2 = __toESM(require("path"));
|
|
53128
53128
|
var import_utils10 = require("@modern-js/utils");
|
|
53129
53129
|
var FsAPI = class {
|
|
@@ -62707,10 +62707,10 @@ var Schema = (
|
|
|
62707
62707
|
}()
|
|
62708
62708
|
);
|
|
62709
62709
|
|
|
62710
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.3.
|
|
62710
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.3.2_@modern-js+codesmith@2.3.2_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm-node/prompt.js
|
|
62711
62711
|
var import_inquirer = __toESM(require_inquirer());
|
|
62712
62712
|
|
|
62713
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.3.
|
|
62713
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.3.2_@modern-js+codesmith@2.3.2_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm-node/transform.js
|
|
62714
62714
|
var import_lodash = require("@modern-js/utils/lodash");
|
|
62715
62715
|
function validateSchema(schema) {
|
|
62716
62716
|
const { type, properties } = schema;
|
|
@@ -62802,7 +62802,7 @@ function transformForm(schema, configValue = {}, validateMap, initValue) {
|
|
|
62802
62802
|
return getQuestionFromSchema(schema, configValue, validateMap, initValue);
|
|
62803
62803
|
}
|
|
62804
62804
|
|
|
62805
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.3.
|
|
62805
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.3.2_@modern-js+codesmith@2.3.2_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm-node/prompt.js
|
|
62806
62806
|
var compileRule = (rule, scope) => {
|
|
62807
62807
|
const state = Schema.compile(rule, {
|
|
62808
62808
|
$self: {},
|
|
@@ -62906,7 +62906,7 @@ async function prompt(schema, configValue = {}, validateMap, initValue) {
|
|
|
62906
62906
|
return answers;
|
|
62907
62907
|
}
|
|
62908
62908
|
|
|
62909
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.3.
|
|
62909
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.3.2_@modern-js+codesmith@2.3.2_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm-node/inquirer.js
|
|
62910
62910
|
var CLIReader = class {
|
|
62911
62911
|
getAnswers() {
|
|
62912
62912
|
return this.answers;
|
|
@@ -62937,7 +62937,7 @@ var CLIReader = class {
|
|
|
62937
62937
|
}
|
|
62938
62938
|
};
|
|
62939
62939
|
|
|
62940
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.
|
|
62940
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.2_@modern-js+codesmith@2.3.2_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm-node/index.js
|
|
62941
62941
|
var import_inquirer2 = __toESM(require_inquirer2());
|
|
62942
62942
|
|
|
62943
62943
|
// ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.37.2/node_modules/@modern-js/plugin-i18n/dist/esm-node/index.js
|
|
@@ -63003,7 +63003,7 @@ var I18n = class {
|
|
|
63003
63003
|
}
|
|
63004
63004
|
};
|
|
63005
63005
|
|
|
63006
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.
|
|
63006
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.2_@modern-js+codesmith@2.3.2_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm-node/locale/zh.js
|
|
63007
63007
|
var ZH_LOCALE = {
|
|
63008
63008
|
environment: {
|
|
63009
63009
|
node_version: "请升级 Node 版本至 LIS",
|
|
@@ -63030,7 +63030,7 @@ var ZH_LOCALE = {
|
|
|
63030
63030
|
}
|
|
63031
63031
|
};
|
|
63032
63032
|
|
|
63033
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.
|
|
63033
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.2_@modern-js+codesmith@2.3.2_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm-node/locale/en.js
|
|
63034
63034
|
var EN_LOCALE = {
|
|
63035
63035
|
environment: {
|
|
63036
63036
|
node_version: "please upgrade node to lts version",
|
|
@@ -63057,14 +63057,14 @@ var EN_LOCALE = {
|
|
|
63057
63057
|
}
|
|
63058
63058
|
};
|
|
63059
63059
|
|
|
63060
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.
|
|
63060
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.2_@modern-js+codesmith@2.3.2_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm-node/locale/index.js
|
|
63061
63061
|
var i18n = new I18n();
|
|
63062
63062
|
var localeKeys = i18n.init("zh", {
|
|
63063
63063
|
zh: ZH_LOCALE,
|
|
63064
63064
|
en: EN_LOCALE
|
|
63065
63065
|
});
|
|
63066
63066
|
|
|
63067
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.
|
|
63067
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.2_@modern-js+codesmith@2.3.2_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm-node/utils/transform.js
|
|
63068
63068
|
var import_lodash4 = require("@modern-js/utils/lodash");
|
|
63069
63069
|
function transformInquirerSchema(questions, configValue = {}, validateMap = {}, initValue = {}) {
|
|
63070
63070
|
for (const question of questions) {
|
|
@@ -63092,7 +63092,7 @@ function transformInquirerSchema(questions, configValue = {}, validateMap = {},
|
|
|
63092
63092
|
return questions;
|
|
63093
63093
|
}
|
|
63094
63094
|
|
|
63095
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.
|
|
63095
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.2_@modern-js+codesmith@2.3.2_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm-node/utils/checkUseNvm.js
|
|
63096
63096
|
var import_path4 = __toESM(require("path"));
|
|
63097
63097
|
var import_utils12 = require("@modern-js/utils");
|
|
63098
63098
|
var NODE_MAJOR_VERSION_MAP = {
|
|
@@ -63140,7 +63140,7 @@ async function checkUseNvm(cwd, logger) {
|
|
|
63140
63140
|
}
|
|
63141
63141
|
}
|
|
63142
63142
|
|
|
63143
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.
|
|
63143
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.3.2_@modern-js+codesmith@2.3.2_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm-node/index.js
|
|
63144
63144
|
var AppAPI = class {
|
|
63145
63145
|
async checkEnvironment(nodeVersion) {
|
|
63146
63146
|
if (import_utils13.semver.lt(process.versions.node, nodeVersion || "12.22.12")) {
|
|
@@ -63229,7 +63229,8 @@ var AppAPI = class {
|
|
|
63229
63229
|
}
|
|
63230
63230
|
async forgeTemplate(templatePattern, filter, rename, parameters, type = "handlebars") {
|
|
63231
63231
|
try {
|
|
63232
|
-
|
|
63232
|
+
var _this_generatorCore_logger_timing, _this_generatorCore_logger;
|
|
63233
|
+
(_this_generatorCore_logger = this.generatorCore.logger) === null || _this_generatorCore_logger === void 0 ? void 0 : (_this_generatorCore_logger_timing = _this_generatorCore_logger.timing) === null || _this_generatorCore_logger_timing === void 0 ? void 0 : _this_generatorCore_logger_timing.call(_this_generatorCore_logger, `forgeTemplate`);
|
|
63233
63234
|
const { material } = this.generatorContext.current;
|
|
63234
63235
|
const resourceMap = await material.find(templatePattern, {
|
|
63235
63236
|
nodir: true,
|
|
@@ -63251,12 +63252,14 @@ var AppAPI = class {
|
|
|
63251
63252
|
this.generatorCore.logger.warn(i18n.t(localeKeys.templated.failed));
|
|
63252
63253
|
throw new Error("base forging failed");
|
|
63253
63254
|
} finally {
|
|
63254
|
-
|
|
63255
|
+
var _this_generatorCore_logger_timing1, _this_generatorCore_logger1;
|
|
63256
|
+
(_this_generatorCore_logger1 = this.generatorCore.logger) === null || _this_generatorCore_logger1 === void 0 ? void 0 : (_this_generatorCore_logger_timing1 = _this_generatorCore_logger1.timing) === null || _this_generatorCore_logger_timing1 === void 0 ? void 0 : _this_generatorCore_logger_timing1.call(_this_generatorCore_logger1, `forgeTemplate`, true);
|
|
63255
63257
|
}
|
|
63256
63258
|
}
|
|
63257
63259
|
async renderTemplateByFileType(templatePattern, filter, rename, parameters) {
|
|
63258
63260
|
try {
|
|
63259
|
-
|
|
63261
|
+
var _this_generatorCore_logger_timing, _this_generatorCore_logger;
|
|
63262
|
+
(_this_generatorCore_logger = this.generatorCore.logger) === null || _this_generatorCore_logger === void 0 ? void 0 : (_this_generatorCore_logger_timing = _this_generatorCore_logger.timing) === null || _this_generatorCore_logger_timing === void 0 ? void 0 : _this_generatorCore_logger_timing.call(_this_generatorCore_logger, `renderTemplateByFileType`);
|
|
63260
63263
|
const { material } = this.generatorContext.current;
|
|
63261
63264
|
const resourceMap = await material.find(templatePattern, {
|
|
63262
63265
|
nodir: true,
|
|
@@ -63288,7 +63291,8 @@ var AppAPI = class {
|
|
|
63288
63291
|
this.generatorCore.logger.warn(i18n.t(localeKeys.templated.failed));
|
|
63289
63292
|
throw new Error("base forging failed");
|
|
63290
63293
|
} finally {
|
|
63291
|
-
|
|
63294
|
+
var _this_generatorCore_logger_timing1, _this_generatorCore_logger1;
|
|
63295
|
+
(_this_generatorCore_logger1 = this.generatorCore.logger) === null || _this_generatorCore_logger1 === void 0 ? void 0 : (_this_generatorCore_logger_timing1 = _this_generatorCore_logger1.timing) === null || _this_generatorCore_logger_timing1 === void 0 ? void 0 : _this_generatorCore_logger_timing1.call(_this_generatorCore_logger1, `renderTemplateByFileType`, true);
|
|
63292
63296
|
}
|
|
63293
63297
|
}
|
|
63294
63298
|
async updateWorkspace(folder, workspaceName = "monorepo.code-workspace") {
|
|
@@ -63376,11 +63380,11 @@ var AppAPI = class {
|
|
|
63376
63380
|
}
|
|
63377
63381
|
};
|
|
63378
63382
|
|
|
63379
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.3.
|
|
63383
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.3.2/node_modules/@modern-js/codesmith-api-json/dist/esm-node/index.js
|
|
63380
63384
|
var import_comment_json2 = __toESM(require_src2());
|
|
63381
63385
|
var declarationUpdate = __toESM(require_dist());
|
|
63382
63386
|
|
|
63383
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.3.
|
|
63387
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.3.2/node_modules/@modern-js/codesmith-api-json/dist/esm-node/utils/index.js
|
|
63384
63388
|
async function editJson(generatorCore, resource, getNewJsonValue) {
|
|
63385
63389
|
const originJsonValue = await resource.value();
|
|
63386
63390
|
const newJsonString = await getNewJsonValue(originJsonValue.content);
|
|
@@ -63393,7 +63397,7 @@ async function editJson(generatorCore, resource, getNewJsonValue) {
|
|
|
63393
63397
|
return newJsonString;
|
|
63394
63398
|
}
|
|
63395
63399
|
|
|
63396
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.3.
|
|
63400
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.3.2/node_modules/@modern-js/codesmith-api-json/dist/esm-node/index.js
|
|
63397
63401
|
var JsonAPI = class {
|
|
63398
63402
|
async get(resource) {
|
|
63399
63403
|
const originJsonValue = await resource.value();
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "3.3.
|
|
18
|
+
"version": "3.3.3",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -23,20 +23,20 @@
|
|
|
23
23
|
"/dist/index.js"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@modern-js/utils": "2.42.
|
|
26
|
+
"@modern-js/utils": "2.42.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@modern-js/codesmith": "2.3.
|
|
30
|
-
"@modern-js/codesmith-api-app": "2.3.
|
|
31
|
-
"@modern-js/codesmith-api-json": "2.3.
|
|
29
|
+
"@modern-js/codesmith": "2.3.2",
|
|
30
|
+
"@modern-js/codesmith-api-app": "2.3.2",
|
|
31
|
+
"@modern-js/codesmith-api-json": "2.3.2",
|
|
32
32
|
"@types/jest": "^29",
|
|
33
33
|
"@types/node": "^14",
|
|
34
34
|
"jest": "^29",
|
|
35
35
|
"typescript": "^5",
|
|
36
|
-
"@modern-js/generator-
|
|
37
|
-
"@scripts/jest-config": "2.42.
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
36
|
+
"@modern-js/generator-common": "3.3.3",
|
|
37
|
+
"@scripts/jest-config": "2.42.2",
|
|
38
|
+
"@modern-js/generator-utils": "3.3.3",
|
|
39
|
+
"@scripts/build": "2.42.2"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": false,
|
|
42
42
|
"publishConfig": {
|