lakutata 0.1.38 → 0.1.40

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 -1
  2. package/package.json +2 -2
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, "../package.json"), { encoding: "utf-8" }));
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({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lakutata",
3
- "version": "0.1.38",
3
+ "version": "0.1.40",
4
4
  "description": "An IoC-based universal application framework.",
5
5
  "main": "./Lakutata.js",
6
6
  "types": "./Lakutata.d.ts",
@@ -40,7 +40,7 @@
40
40
  "lakutata": "./CLI.js"
41
41
  },
42
42
  "engines": {
43
- "node": ">=18"
43
+ "node": ">=16"
44
44
  },
45
45
  "author": "alex.ma",
46
46
  "license": "MIT",