lakutata 0.1.4-proto.4 → 0.1.4

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 +1 -1
package/CLI.js CHANGED
@@ -32913,7 +32913,7 @@ var PackageLevel = class extends _chunk4YSDVDHDjs.Component {
32913
32913
  * @protected
32914
32914
  */
32915
32915
  async init() {
32916
- this.installPath = _path2.dirname.call(void 0, this.currentDirectory);
32916
+ this.installPath = this.currentDirectory;
32917
32917
  const projectRoot = this.findProjectRoot(this.workingDirectory);
32918
32918
  if (projectRoot) {
32919
32919
  const packageJsonPath = _path3.default.resolve(projectRoot, "./package.json");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lakutata",
3
- "version": "0.1.4-proto.4",
3
+ "version": "0.1.4",
4
4
  "description": "An IoC-based universal application framework.",
5
5
  "main": "./Lakutata.js",
6
6
  "types": "./Lakutata.d.ts",