deploy-webapp 1.0.12 → 1.0.13

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.
@@ -104,6 +104,5 @@ const runMigration = async () => {
104
104
  for (const info of arrayIds) {
105
105
  await execute(info);
106
106
  }
107
- (0, console_1.log)(`${constants_1.cor.Green}DEPLOYMENT COMPLETED!${constants_1.cor.Reset}`);
108
107
  };
109
108
  exports.runMigration = runMigration;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deploy-webapp",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Script para deploy de esteiras no WebApp.",
5
5
  "main": "dist/0_index.js",
6
6
  "bin": {