From bbfaabdbb02650ff6b513dbd2e5f40bafabb58a7 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Wed, 2 Mar 2016 20:27:23 +0600 Subject: [PATCH 1/5] i18n module is updated --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75f25932b3..17edef4257 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "grunt-contrib-watch": "0.5.3", "grunt-sails-linker": "~0.10.1", "grunt-sync": "0.2.4", - "i18n": "0.5.0", + "i18n": "0.8.0", "include-all": "~0.1.6", "lodash": "3.10.1", "merge-defaults": "~0.2.1", From 8ee8b892338f5afbd32f1cf94cf109f24ae8eb9d Mon Sep 17 00:00:00 2001 From: Dan Green Date: Thu, 3 Mar 2016 16:42:44 +0600 Subject: [PATCH 2/5] i18n@0.8.1 --- package.json | 4 ++-- test/integration/hook.3rdparty.test.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 17edef4257..79711c9ccb 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "grunt-contrib-watch": "0.5.3", "grunt-sails-linker": "~0.10.1", "grunt-sync": "0.2.4", - "i18n": "0.8.0", + "i18n": "0.8.1", "include-all": "~0.1.6", "lodash": "3.10.1", "merge-defaults": "~0.2.1", @@ -73,7 +73,7 @@ "rc": "1.0.1", "reportback": "~0.1.9", "sails-build-dictionary": "~0.10.1", - "sails-disk": "~0.10.9", + "sails-disk": "^0.10.9", "sails-generate": "~0.13.0", "sails-hook-sockets": "~0.13.0", "sails-stringfile": "~0.3.2", diff --git a/test/integration/hook.3rdparty.test.js b/test/integration/hook.3rdparty.test.js index b0352a77ec..515d113544 100644 --- a/test/integration/hook.3rdparty.test.js +++ b/test/integration/hook.3rdparty.test.js @@ -44,7 +44,7 @@ describe('hooks :: ', function() { var sails; before(function(done) { - appHelper.liftQuiet(function(err, _sails) { + appHelper.lift(function(err, _sails) { if (err) {return done(err);} sails = _sails; return done(); From cb48c16959bd084ba915b0950d6beceef4c715fc Mon Sep 17 00:00:00 2001 From: Dan Green Date: Thu, 3 Mar 2016 16:42:57 +0600 Subject: [PATCH 3/5] i18n@0.8.1 --- test/integration/hook.3rdparty.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/hook.3rdparty.test.js b/test/integration/hook.3rdparty.test.js index 515d113544..b0352a77ec 100644 --- a/test/integration/hook.3rdparty.test.js +++ b/test/integration/hook.3rdparty.test.js @@ -44,7 +44,7 @@ describe('hooks :: ', function() { var sails; before(function(done) { - appHelper.lift(function(err, _sails) { + appHelper.liftQuiet(function(err, _sails) { if (err) {return done(err);} sails = _sails; return done(); From 97ca8b98876a387daf0a90d25f6367433d260582 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Thu, 3 Mar 2016 16:43:50 +0600 Subject: [PATCH 4/5] i18n@0.8.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79711c9ccb..6c08ac3124 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "rc": "1.0.1", "reportback": "~0.1.9", "sails-build-dictionary": "~0.10.1", - "sails-disk": "^0.10.9", + "sails-disk": "~0.10.9", "sails-generate": "~0.13.0", "sails-hook-sockets": "~0.13.0", "sails-stringfile": "~0.3.2", From 560fe31f50d836e331b12d72d24623dead535d05 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Thu, 3 Mar 2016 17:44:03 +0600 Subject: [PATCH 5/5] version with caret --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c08ac3124..c1ddcef1a2 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "grunt-contrib-watch": "0.5.3", "grunt-sails-linker": "~0.10.1", "grunt-sync": "0.2.4", - "i18n": "0.8.1", + "i18n": "^0.8.1", "include-all": "~0.1.6", "lodash": "3.10.1", "merge-defaults": "~0.2.1",