From edee7a5e465603ef389915878c108ccce4dc321f Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 25 Jan 2024 09:54:03 +0100 Subject: [PATCH] fix: refs #5483 pull code fix --- myt-pull.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/myt-pull.js b/myt-pull.js index ce5510c..60bef3e 100755 --- a/myt-pull.js +++ b/myt-pull.js @@ -90,7 +90,7 @@ class Pull extends Command { // Export routines to SQL files - this.emit('routineChanges', branchName); + this.emit('routineChanges'); const engine = new ExporterEngine(conn, opts); await engine.init(); diff --git a/package-lock.json b/package-lock.json index 0aa85c7..015f97e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@verdnatura/myt", - "version": "1.5.29", + "version": "1.5.30", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@verdnatura/myt", - "version": "1.5.29", + "version": "1.5.30", "license": "GPL-3.0", "dependencies": { "@sqltools/formatter": "^1.2.5", diff --git a/package.json b/package.json index 60a0b6f..5387c6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verdnatura/myt", - "version": "1.5.29", + "version": "1.5.30", "author": "Verdnatura Levante SL", "description": "MySQL version control", "license": "GPL-3.0",