From 800d8760d73b0a29770bf97d4e721365d5870197 Mon Sep 17 00:00:00 2001 From: Timothy Pfafman Date: Wed, 17 Feb 2016 09:50:18 -0800 Subject: [PATCH 1/3] update npm package versions so that on deploy stops crashing --- .gitignore | 1 + package.js | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30468e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.npm \ No newline at end of file diff --git a/package.js b/package.js index 0ebe993..5c4d514 100644 --- a/package.js +++ b/package.js @@ -1,17 +1,18 @@ Package.describe({ "summary": "Clustering solution for Meteor with load balancing and service discovery.", - "version": "1.6.9", + "version": "1.6.9_1", "git": "https://github.com/meteorhacks/cluster.git", "name": "meteorhacks:cluster" }); Npm.depends({ - "cookies": "0.5.0", - "http-proxy": "1.8.1", + "cookies": "0.5.1", + "http-proxy": "1.13.1", "portscanner": "1.0.0", // mongodb@1.4.32 with binary modules removed! // Stolen from Meteor's mongo package. see: http://goo.gl/GJJQ8e - "mongodb": "https://github.com/meteor/node-mongodb-native/tarball/634759e6326dc19a228df66ddb309285532f3b8a" + //"mongodb": "https://github.com/meteor/node-mongodb-native/tarball/634759e6326dc19a228df66ddb309285532f3b8a" + "mongodb": "2.1.7" }); Package.onTest(function(api) { From af08dcf5e0571b658321516cf5d87263c7d098a7 Mon Sep 17 00:00:00 2001 From: Timothy Pfafman Date: Wed, 27 Jul 2016 16:45:19 -0700 Subject: [PATCH 2/3] version bump --- package.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.js b/package.js index 5c4d514..8b640ce 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ "summary": "Clustering solution for Meteor with load balancing and service discovery.", - "version": "1.6.9_1", + "version": "1.6.9_2", "git": "https://github.com/meteorhacks/cluster.git", "name": "meteorhacks:cluster" }); @@ -12,7 +12,7 @@ Npm.depends({ // mongodb@1.4.32 with binary modules removed! // Stolen from Meteor's mongo package. see: http://goo.gl/GJJQ8e //"mongodb": "https://github.com/meteor/node-mongodb-native/tarball/634759e6326dc19a228df66ddb309285532f3b8a" - "mongodb": "2.1.7" + "mongodb": "2.2.4" }); Package.onTest(function(api) { From 5b9e0050e3804d44feea298f4603032c4b86fc49 Mon Sep 17 00:00:00 2001 From: Timothy Pfafman Date: Mon, 23 Jan 2017 05:05:35 -0800 Subject: [PATCH 3/3] updates --- package.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.js b/package.js index 8b640ce..c0ee8c7 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ "summary": "Clustering solution for Meteor with load balancing and service discovery.", - "version": "1.6.9_2", + "version": "1.6.9_3", "git": "https://github.com/meteorhacks/cluster.git", "name": "meteorhacks:cluster" }); @@ -12,7 +12,7 @@ Npm.depends({ // mongodb@1.4.32 with binary modules removed! // Stolen from Meteor's mongo package. see: http://goo.gl/GJJQ8e //"mongodb": "https://github.com/meteor/node-mongodb-native/tarball/634759e6326dc19a228df66ddb309285532f3b8a" - "mongodb": "2.2.4" + "mongodb": "2.2.5" }); Package.onTest(function(api) {