opticore-installer 1.2.57 → 1.2.58

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/dist/index.cjs CHANGED
@@ -619,8 +619,8 @@ var SUpdateEnv = class {
619
619
  // src/presentations/middlewares/templateProject/templateProject.middleware.ts
620
620
  var MTemplateProject = async (repoGit, projectPath, currentPath, callback, arg, projectName, argumentConnection) => {
621
621
  await SProjectCreation(repoGit, projectPath, currentPath, projectName);
622
- await callback([]);
623
622
  new SUpdateEnv(arg, argumentConnection);
623
+ await callback([]);
624
624
  };
625
625
 
626
626
  // src/presentations/middlewares/database/createMongo.database.ts
package/dist/index.js CHANGED
@@ -596,8 +596,8 @@ var SUpdateEnv = class {
596
596
  // src/presentations/middlewares/templateProject/templateProject.middleware.ts
597
597
  var MTemplateProject = async (repoGit, projectPath, currentPath, callback, arg, projectName, argumentConnection) => {
598
598
  await SProjectCreation(repoGit, projectPath, currentPath, projectName);
599
- await callback([]);
600
599
  new SUpdateEnv(arg, argumentConnection);
600
+ await callback([]);
601
601
  };
602
602
 
603
603
  // src/presentations/middlewares/database/createMongo.database.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticore-installer",
3
- "version": "1.2.57",
3
+ "version": "1.2.58",
4
4
  "description": "opticore framework installer",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",