lakutata 0.1.38 → 0.1.39
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/CLI.js +1 -1
- package/package.json +1 -1
package/CLI.js
CHANGED
|
@@ -65060,7 +65060,7 @@ async function getCliParams(cli) {
|
|
|
65060
65060
|
}
|
|
65061
65061
|
_chunkHFRHAWXMjs.__name.call(void 0, getCliParams, "getCliParams");
|
|
65062
65062
|
(async () => {
|
|
65063
|
-
const packageJson2 = JSON.parse(await _promises.readFile.call(void 0, _path3.default.resolve(__dirname, "
|
|
65063
|
+
const packageJson2 = JSON.parse(await _promises.readFile.call(void 0, _path3.default.resolve(__dirname, "./package.json"), { encoding: "utf-8" }));
|
|
65064
65064
|
const params = await getCliParams(new Command().description("Lakutata CLI").version(packageJson2.version, "-v, --version").helpOption("-h, --help"));
|
|
65065
65065
|
try {
|
|
65066
65066
|
await _chunkJB6T6PAAjs.Application.run({
|