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.
Files changed (2) hide show
  1. package/CLI.js +1 -0
  2. 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) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lakutata",
3
- "version": "0.1.35",
3
+ "version": "0.1.37",
4
4
  "description": "An IoC-based universal application framework.",
5
5
  "main": "./Lakutata.js",
6
6
  "types": "./Lakutata.d.ts",