Comparing version 4.3.1 to 4.3.2
@@ -87,3 +87,3 @@ "use strict"; | ||
ArgumentParser.parse = parse; | ||
})(ArgumentParser = exports.ArgumentParser || (exports.ArgumentParser = {})); | ||
})(ArgumentParser || (exports.ArgumentParser = ArgumentParser = {})); | ||
//# sourceMappingURL=ArgumentParser.js.map |
@@ -15,3 +15,3 @@ "use strict"; | ||
CommandExecutor.run = run; | ||
})(CommandExecutor = exports.CommandExecutor || (exports.CommandExecutor = {})); | ||
})(CommandExecutor || (exports.CommandExecutor = CommandExecutor = {})); | ||
//# sourceMappingURL=CommandExecutor.js.map |
@@ -27,3 +27,3 @@ "use strict"; | ||
}; | ||
})(FileRetriever = exports.FileRetriever || (exports.FileRetriever = {})); | ||
})(FileRetriever || (exports.FileRetriever = FileRetriever = {})); | ||
//# sourceMappingURL=FileRetriever.js.map |
@@ -88,3 +88,3 @@ "use strict"; | ||
PluginConfigurator.configure = configure; | ||
})(PluginConfigurator = exports.PluginConfigurator || (exports.PluginConfigurator = {})); | ||
})(PluginConfigurator || (exports.PluginConfigurator = PluginConfigurator = {})); | ||
//# sourceMappingURL=PluginConfigurator.js.map |
@@ -31,21 +31,3 @@ "use strict"; | ||
pack.install({ dev: true, modulo: "ts-node", version: "latest" }); | ||
pack.install({ | ||
dev: true, | ||
modulo: "typescript", | ||
version: (() => { | ||
var _a; | ||
const version = (() => { | ||
var _a, _b; | ||
try { | ||
return (_b = (_a = require("ts-patch/package.json")) === null || _a === void 0 ? void 0 : _a.version) !== null && _b !== void 0 ? _b : ""; | ||
} | ||
catch (_c) { | ||
return ""; | ||
} | ||
})(); | ||
return Number((_a = version.split(".")[0]) !== null && _a !== void 0 ? _a : "") >= 3 | ||
? "latest" | ||
: "4.9.5"; | ||
})(), | ||
}); | ||
pack.install({ dev: true, modulo: "typescript", version: "latest" }); | ||
(_a = args.project) !== null && _a !== void 0 ? _a : (args.project = (() => { | ||
@@ -79,3 +61,3 @@ CommandExecutor_1.CommandExecutor.run("npx tsc --init"); | ||
NestiaSetupWizard.setup = setup; | ||
})(NestiaSetupWizard = exports.NestiaSetupWizard || (exports.NestiaSetupWizard = {})); | ||
})(NestiaSetupWizard || (exports.NestiaSetupWizard = NestiaSetupWizard = {})); | ||
//# sourceMappingURL=NestiaSetupWizard.js.map |
@@ -47,3 +47,3 @@ "use strict"; | ||
} | ||
})(NestiaStarter = exports.NestiaStarter || (exports.NestiaStarter = {})); | ||
})(NestiaStarter || (exports.NestiaStarter = NestiaStarter = {})); | ||
//# sourceMappingURL=NestiaStarter.js.map |
{ | ||
"name": "nestia", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "Nestia CLI tool", | ||
@@ -46,3 +46,3 @@ "main": "bin/index.js", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.9.5" | ||
"typescript": "^5.1.3" | ||
}, | ||
@@ -49,0 +49,0 @@ "files": [ |
@@ -21,18 +21,3 @@ import { ArgumentParser } from "./internal/ArgumentParser"; | ||
pack.install({ dev: true, modulo: "ts-node", version: "latest" }); | ||
pack.install({ | ||
dev: true, | ||
modulo: "typescript", | ||
version: (() => { | ||
const version: string = (() => { | ||
try { | ||
return require("ts-patch/package.json")?.version ?? ""; | ||
} catch { | ||
return ""; | ||
} | ||
})(); | ||
return Number(version.split(".")[0] ?? "") >= 3 | ||
? "latest" | ||
: "4.9.5"; | ||
})(), | ||
}); | ||
pack.install({ dev: true, modulo: "typescript", version: "latest" }); | ||
args.project ??= (() => { | ||
@@ -39,0 +24,0 @@ CommandExecutor.run("npx tsc --init"); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Potential vulnerability
Supply chain riskInitial human review suggests the presence of a vulnerability in this package. It is pending further analysis and confirmation.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58116
928
3