@modern-js/create 2.25.1 → 2.25.2
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 +150 -139
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -22,6 +22,9 @@ var __spreadValues = (a, b) => {
|
|
|
22
22
|
return a;
|
|
23
23
|
};
|
|
24
24
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
25
|
+
var __esm = (fn, res) => function __init() {
|
|
26
|
+
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
27
|
+
};
|
|
25
28
|
var __commonJS = (cb, mod) => function __require() {
|
|
26
29
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
27
30
|
};
|
|
@@ -5240,13 +5243,13 @@ var require_chalk = __commonJS({
|
|
|
5240
5243
|
c = l.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(l.FORCE_COLOR, 10), 3);
|
|
5241
5244
|
}
|
|
5242
5245
|
}
|
|
5243
|
-
function
|
|
5246
|
+
function translateLevel2(e3) {
|
|
5244
5247
|
if (e3 === 0) {
|
|
5245
5248
|
return false;
|
|
5246
5249
|
}
|
|
5247
5250
|
return { level: e3, hasBasic: true, has256: e3 >= 2, has16m: e3 >= 3 };
|
|
5248
5251
|
}
|
|
5249
|
-
function
|
|
5252
|
+
function supportsColor2(e3, t3) {
|
|
5250
5253
|
if (c === 0) {
|
|
5251
5254
|
return 0;
|
|
5252
5255
|
}
|
|
@@ -5303,10 +5306,10 @@ var require_chalk = __commonJS({
|
|
|
5303
5306
|
return n3;
|
|
5304
5307
|
}
|
|
5305
5308
|
function getSupportLevel(e3) {
|
|
5306
|
-
const t3 =
|
|
5307
|
-
return
|
|
5309
|
+
const t3 = supportsColor2(e3, e3 && e3.isTTY);
|
|
5310
|
+
return translateLevel2(t3);
|
|
5308
5311
|
}
|
|
5309
|
-
e2.exports = { supportsColor: getSupportLevel, stdout:
|
|
5312
|
+
e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel2(supportsColor2(true, s.isatty(1))), stderr: translateLevel2(supportsColor2(true, s.isatty(2))) };
|
|
5310
5313
|
}, 37: (e2) => {
|
|
5311
5314
|
"use strict";
|
|
5312
5315
|
e2.exports = require("os");
|
|
@@ -15512,10 +15515,10 @@ var require_ms = __commonJS({
|
|
|
15512
15515
|
}
|
|
15513
15516
|
});
|
|
15514
15517
|
|
|
15515
|
-
// ../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
|
15518
|
+
// ../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/common.js
|
|
15516
15519
|
var require_common = __commonJS({
|
|
15517
|
-
"../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
|
15518
|
-
function setup(
|
|
15520
|
+
"../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/common.js"(exports, module2) {
|
|
15521
|
+
function setup(env2) {
|
|
15519
15522
|
createDebug.debug = createDebug;
|
|
15520
15523
|
createDebug.default = createDebug;
|
|
15521
15524
|
createDebug.coerce = coerce;
|
|
@@ -15524,8 +15527,8 @@ var require_common = __commonJS({
|
|
|
15524
15527
|
createDebug.enabled = enabled;
|
|
15525
15528
|
createDebug.humanize = require_ms();
|
|
15526
15529
|
createDebug.destroy = destroy;
|
|
15527
|
-
Object.keys(
|
|
15528
|
-
createDebug[key] =
|
|
15530
|
+
Object.keys(env2).forEach((key) => {
|
|
15531
|
+
createDebug[key] = env2[key];
|
|
15529
15532
|
});
|
|
15530
15533
|
createDebug.names = [];
|
|
15531
15534
|
createDebug.skips = [];
|
|
@@ -15675,9 +15678,9 @@ var require_common = __commonJS({
|
|
|
15675
15678
|
}
|
|
15676
15679
|
});
|
|
15677
15680
|
|
|
15678
|
-
// ../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
|
15681
|
+
// ../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/browser.js
|
|
15679
15682
|
var require_browser = __commonJS({
|
|
15680
|
-
"../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
|
15683
|
+
"../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/browser.js"(exports, module2) {
|
|
15681
15684
|
exports.formatArgs = formatArgs;
|
|
15682
15685
|
exports.save = save;
|
|
15683
15686
|
exports.load = load;
|
|
@@ -15844,136 +15847,144 @@ var require_browser = __commonJS({
|
|
|
15844
15847
|
}
|
|
15845
15848
|
});
|
|
15846
15849
|
|
|
15847
|
-
// ../../../node_modules/.pnpm/
|
|
15848
|
-
var
|
|
15849
|
-
|
|
15850
|
-
|
|
15851
|
-
|
|
15852
|
-
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
15853
|
-
const position = argv.indexOf(prefix + flag);
|
|
15854
|
-
const terminatorPosition = argv.indexOf("--");
|
|
15855
|
-
return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition);
|
|
15856
|
-
};
|
|
15857
|
-
}
|
|
15850
|
+
// ../../../node_modules/.pnpm/supports-color@9.3.1/node_modules/supports-color/index.js
|
|
15851
|
+
var supports_color_exports = {};
|
|
15852
|
+
__export(supports_color_exports, {
|
|
15853
|
+
createSupportsColor: () => createSupportsColor,
|
|
15854
|
+
default: () => supports_color_default
|
|
15858
15855
|
});
|
|
15859
|
-
|
|
15860
|
-
|
|
15861
|
-
|
|
15862
|
-
|
|
15863
|
-
|
|
15864
|
-
|
|
15865
|
-
|
|
15866
|
-
|
|
15867
|
-
|
|
15868
|
-
|
|
15869
|
-
if (hasFlag("no-color") || hasFlag("no-colors") || hasFlag("color=false") || hasFlag("color=never")) {
|
|
15870
|
-
flagForceColor = 0;
|
|
15871
|
-
} else if (hasFlag("color") || hasFlag("colors") || hasFlag("color=true") || hasFlag("color=always")) {
|
|
15872
|
-
flagForceColor = 1;
|
|
15856
|
+
function hasFlag(flag, argv = globalThis.Deno ? globalThis.Deno.args : import_node_process.default.argv) {
|
|
15857
|
+
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
15858
|
+
const position = argv.indexOf(prefix + flag);
|
|
15859
|
+
const terminatorPosition = argv.indexOf("--");
|
|
15860
|
+
return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition);
|
|
15861
|
+
}
|
|
15862
|
+
function envForceColor() {
|
|
15863
|
+
if ("FORCE_COLOR" in env) {
|
|
15864
|
+
if (env.FORCE_COLOR === "true") {
|
|
15865
|
+
return 1;
|
|
15873
15866
|
}
|
|
15874
|
-
|
|
15875
|
-
|
|
15876
|
-
if (env.FORCE_COLOR === "true") {
|
|
15877
|
-
return 1;
|
|
15878
|
-
}
|
|
15879
|
-
if (env.FORCE_COLOR === "false") {
|
|
15880
|
-
return 0;
|
|
15881
|
-
}
|
|
15882
|
-
return env.FORCE_COLOR.length === 0 ? 1 : Math.min(Number.parseInt(env.FORCE_COLOR, 10), 3);
|
|
15883
|
-
}
|
|
15867
|
+
if (env.FORCE_COLOR === "false") {
|
|
15868
|
+
return 0;
|
|
15884
15869
|
}
|
|
15885
|
-
|
|
15886
|
-
|
|
15887
|
-
|
|
15888
|
-
|
|
15889
|
-
|
|
15890
|
-
|
|
15891
|
-
|
|
15892
|
-
|
|
15893
|
-
|
|
15894
|
-
|
|
15870
|
+
return env.FORCE_COLOR.length === 0 ? 1 : Math.min(Number.parseInt(env.FORCE_COLOR, 10), 3);
|
|
15871
|
+
}
|
|
15872
|
+
}
|
|
15873
|
+
function translateLevel(level) {
|
|
15874
|
+
if (level === 0) {
|
|
15875
|
+
return false;
|
|
15876
|
+
}
|
|
15877
|
+
return {
|
|
15878
|
+
level,
|
|
15879
|
+
hasBasic: true,
|
|
15880
|
+
has256: level >= 2,
|
|
15881
|
+
has16m: level >= 3
|
|
15882
|
+
};
|
|
15883
|
+
}
|
|
15884
|
+
function _supportsColor(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
|
|
15885
|
+
const noFlagForceColor = envForceColor();
|
|
15886
|
+
if (noFlagForceColor !== void 0) {
|
|
15887
|
+
flagForceColor = noFlagForceColor;
|
|
15888
|
+
}
|
|
15889
|
+
const forceColor = sniffFlags ? flagForceColor : noFlagForceColor;
|
|
15890
|
+
if (forceColor === 0) {
|
|
15891
|
+
return 0;
|
|
15892
|
+
}
|
|
15893
|
+
if (sniffFlags) {
|
|
15894
|
+
if (hasFlag("color=16m") || hasFlag("color=full") || hasFlag("color=truecolor")) {
|
|
15895
|
+
return 3;
|
|
15895
15896
|
}
|
|
15896
|
-
|
|
15897
|
-
|
|
15898
|
-
|
|
15899
|
-
|
|
15900
|
-
|
|
15901
|
-
|
|
15902
|
-
|
|
15903
|
-
|
|
15904
|
-
|
|
15905
|
-
|
|
15906
|
-
|
|
15907
|
-
|
|
15908
|
-
|
|
15909
|
-
|
|
15910
|
-
|
|
15911
|
-
|
|
15912
|
-
|
|
15913
|
-
|
|
15914
|
-
|
|
15915
|
-
|
|
15916
|
-
|
|
15917
|
-
|
|
15918
|
-
|
|
15919
|
-
|
|
15920
|
-
|
|
15921
|
-
|
|
15922
|
-
|
|
15923
|
-
|
|
15924
|
-
|
|
15925
|
-
|
|
15926
|
-
|
|
15927
|
-
|
|
15928
|
-
|
|
15929
|
-
|
|
15930
|
-
|
|
15931
|
-
|
|
15932
|
-
|
|
15933
|
-
|
|
15934
|
-
|
|
15935
|
-
|
|
15936
|
-
|
|
15937
|
-
|
|
15938
|
-
|
|
15939
|
-
|
|
15940
|
-
const version2 = Number.parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
|
|
15941
|
-
switch (env.TERM_PROGRAM) {
|
|
15942
|
-
case "iTerm.app":
|
|
15943
|
-
return version2 >= 3 ? 3 : 2;
|
|
15944
|
-
case "Apple_Terminal":
|
|
15945
|
-
return 2;
|
|
15946
|
-
}
|
|
15897
|
+
if (hasFlag("color=256")) {
|
|
15898
|
+
return 2;
|
|
15899
|
+
}
|
|
15900
|
+
}
|
|
15901
|
+
if ("TF_BUILD" in env && "AGENT_NAME" in env) {
|
|
15902
|
+
return 1;
|
|
15903
|
+
}
|
|
15904
|
+
if (haveStream && !streamIsTTY && forceColor === void 0) {
|
|
15905
|
+
return 0;
|
|
15906
|
+
}
|
|
15907
|
+
const min = forceColor || 0;
|
|
15908
|
+
if (env.TERM === "dumb") {
|
|
15909
|
+
return min;
|
|
15910
|
+
}
|
|
15911
|
+
if (import_node_process.default.platform === "win32") {
|
|
15912
|
+
const osRelease = import_node_os.default.release().split(".");
|
|
15913
|
+
if (Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) {
|
|
15914
|
+
return Number(osRelease[2]) >= 14931 ? 3 : 2;
|
|
15915
|
+
}
|
|
15916
|
+
return 1;
|
|
15917
|
+
}
|
|
15918
|
+
if ("CI" in env) {
|
|
15919
|
+
if ("GITHUB_ACTIONS" in env) {
|
|
15920
|
+
return 3;
|
|
15921
|
+
}
|
|
15922
|
+
if (["TRAVIS", "CIRCLECI", "APPVEYOR", "GITLAB_CI", "BUILDKITE", "DRONE"].some((sign) => sign in env) || env.CI_NAME === "codeship") {
|
|
15923
|
+
return 1;
|
|
15924
|
+
}
|
|
15925
|
+
return min;
|
|
15926
|
+
}
|
|
15927
|
+
if ("TEAMCITY_VERSION" in env) {
|
|
15928
|
+
return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0;
|
|
15929
|
+
}
|
|
15930
|
+
if (env.COLORTERM === "truecolor") {
|
|
15931
|
+
return 3;
|
|
15932
|
+
}
|
|
15933
|
+
if (env.TERM === "xterm-kitty") {
|
|
15934
|
+
return 3;
|
|
15935
|
+
}
|
|
15936
|
+
if ("TERM_PROGRAM" in env) {
|
|
15937
|
+
const version2 = Number.parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
|
|
15938
|
+
switch (env.TERM_PROGRAM) {
|
|
15939
|
+
case "iTerm.app": {
|
|
15940
|
+
return version2 >= 3 ? 3 : 2;
|
|
15947
15941
|
}
|
|
15948
|
-
|
|
15942
|
+
case "Apple_Terminal": {
|
|
15949
15943
|
return 2;
|
|
15950
15944
|
}
|
|
15951
|
-
if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
|
|
15952
|
-
return 1;
|
|
15953
|
-
}
|
|
15954
|
-
if ("COLORTERM" in env) {
|
|
15955
|
-
return 1;
|
|
15956
|
-
}
|
|
15957
|
-
return min;
|
|
15958
15945
|
}
|
|
15959
|
-
|
|
15960
|
-
|
|
15961
|
-
|
|
15962
|
-
|
|
15963
|
-
|
|
15946
|
+
}
|
|
15947
|
+
if (/-256(color)?$/i.test(env.TERM)) {
|
|
15948
|
+
return 2;
|
|
15949
|
+
}
|
|
15950
|
+
if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
|
|
15951
|
+
return 1;
|
|
15952
|
+
}
|
|
15953
|
+
if ("COLORTERM" in env) {
|
|
15954
|
+
return 1;
|
|
15955
|
+
}
|
|
15956
|
+
return min;
|
|
15957
|
+
}
|
|
15958
|
+
function createSupportsColor(stream, options = {}) {
|
|
15959
|
+
const level = _supportsColor(stream, __spreadValues({
|
|
15960
|
+
streamIsTTY: stream && stream.isTTY
|
|
15961
|
+
}, options));
|
|
15962
|
+
return translateLevel(level);
|
|
15963
|
+
}
|
|
15964
|
+
var import_node_process, import_node_os, import_node_tty, env, flagForceColor, supportsColor, supports_color_default;
|
|
15965
|
+
var init_supports_color = __esm({
|
|
15966
|
+
"../../../node_modules/.pnpm/supports-color@9.3.1/node_modules/supports-color/index.js"() {
|
|
15967
|
+
import_node_process = __toESM(require("process"));
|
|
15968
|
+
import_node_os = __toESM(require("os"));
|
|
15969
|
+
import_node_tty = __toESM(require("tty"));
|
|
15970
|
+
({ env } = import_node_process.default);
|
|
15971
|
+
if (hasFlag("no-color") || hasFlag("no-colors") || hasFlag("color=false") || hasFlag("color=never")) {
|
|
15972
|
+
flagForceColor = 0;
|
|
15973
|
+
} else if (hasFlag("color") || hasFlag("colors") || hasFlag("color=true") || hasFlag("color=always")) {
|
|
15974
|
+
flagForceColor = 1;
|
|
15964
15975
|
}
|
|
15965
|
-
|
|
15966
|
-
|
|
15967
|
-
|
|
15968
|
-
stderr: getSupportLevel({ isTTY: tty.isatty(2) })
|
|
15976
|
+
supportsColor = {
|
|
15977
|
+
stdout: createSupportsColor({ isTTY: import_node_tty.default.isatty(1) }),
|
|
15978
|
+
stderr: createSupportsColor({ isTTY: import_node_tty.default.isatty(2) })
|
|
15969
15979
|
};
|
|
15980
|
+
supports_color_default = supportsColor;
|
|
15970
15981
|
}
|
|
15971
15982
|
});
|
|
15972
15983
|
|
|
15973
|
-
// ../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
|
15984
|
+
// ../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/node.js
|
|
15974
15985
|
var require_node = __commonJS({
|
|
15975
|
-
"../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
|
15976
|
-
var
|
|
15986
|
+
"../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/node.js"(exports, module2) {
|
|
15987
|
+
var tty2 = require("tty");
|
|
15977
15988
|
var util = require("util");
|
|
15978
15989
|
exports.init = init;
|
|
15979
15990
|
exports.log = log;
|
|
@@ -15988,8 +15999,8 @@ var require_node = __commonJS({
|
|
|
15988
15999
|
);
|
|
15989
16000
|
exports.colors = [6, 2, 3, 4, 5, 1];
|
|
15990
16001
|
try {
|
|
15991
|
-
const
|
|
15992
|
-
if (
|
|
16002
|
+
const supportsColor2 = (init_supports_color(), __toCommonJS(supports_color_exports));
|
|
16003
|
+
if (supportsColor2 && (supportsColor2.stderr || supportsColor2).level >= 2) {
|
|
15993
16004
|
exports.colors = [
|
|
15994
16005
|
20,
|
|
15995
16006
|
21,
|
|
@@ -16091,7 +16102,7 @@ var require_node = __commonJS({
|
|
|
16091
16102
|
return obj;
|
|
16092
16103
|
}, {});
|
|
16093
16104
|
function useColors() {
|
|
16094
|
-
return "colors" in exports.inspectOpts ? Boolean(exports.inspectOpts.colors) :
|
|
16105
|
+
return "colors" in exports.inspectOpts ? Boolean(exports.inspectOpts.colors) : tty2.isatty(process.stderr.fd);
|
|
16095
16106
|
}
|
|
16096
16107
|
function formatArgs(args) {
|
|
16097
16108
|
const { namespace: name, useColors: useColors2 } = this;
|
|
@@ -16144,9 +16155,9 @@ var require_node = __commonJS({
|
|
|
16144
16155
|
}
|
|
16145
16156
|
});
|
|
16146
16157
|
|
|
16147
|
-
// ../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
|
16158
|
+
// ../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/index.js
|
|
16148
16159
|
var require_src = __commonJS({
|
|
16149
|
-
"../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
|
16160
|
+
"../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/index.js"(exports, module2) {
|
|
16150
16161
|
if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
|
|
16151
16162
|
module2.exports = require_browser();
|
|
16152
16163
|
} else {
|
|
@@ -32544,13 +32555,13 @@ var require_chalk2 = __commonJS({
|
|
|
32544
32555
|
c = l.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(l.FORCE_COLOR, 10), 3);
|
|
32545
32556
|
}
|
|
32546
32557
|
}
|
|
32547
|
-
function
|
|
32558
|
+
function translateLevel2(e3) {
|
|
32548
32559
|
if (e3 === 0) {
|
|
32549
32560
|
return false;
|
|
32550
32561
|
}
|
|
32551
32562
|
return { level: e3, hasBasic: true, has256: e3 >= 2, has16m: e3 >= 3 };
|
|
32552
32563
|
}
|
|
32553
|
-
function
|
|
32564
|
+
function supportsColor2(e3, t3) {
|
|
32554
32565
|
if (c === 0) {
|
|
32555
32566
|
return 0;
|
|
32556
32567
|
}
|
|
@@ -32607,10 +32618,10 @@ var require_chalk2 = __commonJS({
|
|
|
32607
32618
|
return n3;
|
|
32608
32619
|
}
|
|
32609
32620
|
function getSupportLevel(e3) {
|
|
32610
|
-
const t3 =
|
|
32611
|
-
return
|
|
32621
|
+
const t3 = supportsColor2(e3, e3 && e3.isTTY);
|
|
32622
|
+
return translateLevel2(t3);
|
|
32612
32623
|
}
|
|
32613
|
-
e2.exports = { supportsColor: getSupportLevel, stdout:
|
|
32624
|
+
e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel2(supportsColor2(true, s.isatty(1))), stderr: translateLevel2(supportsColor2(true, s.isatty(2))) };
|
|
32614
32625
|
}, 37: (e2) => {
|
|
32615
32626
|
"use strict";
|
|
32616
32627
|
e2.exports = require("os");
|
|
@@ -39936,7 +39947,7 @@ var CodeSmith = /* @__PURE__ */ function() {
|
|
|
39936
39947
|
}();
|
|
39937
39948
|
|
|
39938
39949
|
// package.json
|
|
39939
|
-
var version = "2.25.
|
|
39950
|
+
var version = "2.25.2";
|
|
39940
39951
|
|
|
39941
39952
|
// ../../../node_modules/.pnpm/@swc+helpers@0.5.1/node_modules/@swc/helpers/esm/_define_property.js
|
|
39942
39953
|
function _define_property7(obj, key, value) {
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.25.
|
|
18
|
+
"version": "2.25.2",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
21
21
|
"main": "./dist/index.js",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"jest": "^29",
|
|
44
44
|
"ts-node": "^10.9.1",
|
|
45
45
|
"typescript": "^5",
|
|
46
|
-
"@modern-js/
|
|
47
|
-
"@modern-js/
|
|
48
|
-
"@modern-js/
|
|
49
|
-
"@modern-js/generator-plugin-plugin": "3.1.
|
|
50
|
-
"@scripts/
|
|
51
|
-
"@scripts/
|
|
46
|
+
"@modern-js/plugin-i18n": "2.25.2",
|
|
47
|
+
"@modern-js/repo-generator": "3.1.27",
|
|
48
|
+
"@modern-js/utils": "2.25.2",
|
|
49
|
+
"@modern-js/generator-plugin-plugin": "3.1.27",
|
|
50
|
+
"@scripts/build": "2.25.2",
|
|
51
|
+
"@scripts/jest-config": "2.25.2"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"registry": "https://registry.npmjs.org/",
|