lakutata 0.1.35 → 0.1.37
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 -0
- package/package.json +1 -1
package/CLI.js
CHANGED
|
@@ -65036,6 +65036,7 @@ _chunkHFRHAWXMjs.__decorateClass.call(void 0, [
|
|
|
65036
65036
|
], OnlineLatestVersion.prototype, "name", 2);
|
|
65037
65037
|
|
|
65038
65038
|
// src/CLI.ts
|
|
65039
|
+
process.env.ENTRYPOINT_DIR = __dirname;
|
|
65039
65040
|
var asciiLogo = " _ _ _ \n| | _ | | | | \n| | __ _ | | _ _ _ | |_ __ _ | |_ __ _ \n| | / _` | | |/ / | | | | | __| / _` | | __| / _` | \n| |____ | (_| | | < | |_| | \\ |_ | (_| | \\ |_ | (_| | \n|______| \\__,_| |_|\\_\\ \\__,_| \\__| \\__,_| \\__| \\__,_| \n ";
|
|
65040
65041
|
async function getCliParams(cli) {
|
|
65041
65042
|
return new Promise((resolve, reject) => {
|