amxxpack 1.4.1 → 1.4.2

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.
@@ -85,7 +85,7 @@ var ProjectCreator = /** @class */ (function () {
85
85
  ? cwd
86
86
  : path_1.default.join(cwd, this.options.name);
87
87
  }
88
- this.projectConfig = project_config_1.default.resolve({}, this.projectDir);
88
+ this.projectConfig = project_config_1.default.resolve({}, this.projectDir || '');
89
89
  }
90
90
  ProjectCreator.prototype.createProject = function () {
91
91
  return __awaiter(this, void 0, void 0, function () {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "amxxpack",
3
3
  "description": "AMXXPack",
4
4
  "author": "Hedgehog Fog",
5
- "version": "1.4.1",
5
+ "version": "1.4.2",
6
6
  "license": "MIT",
7
7
  "main": "lib/builder/index.js",
8
8
  "types": "lib/builder/index.d.ts",