From 7b189627239e08f8d18b0ae4b5d4586780443498 Mon Sep 17 00:00:00 2001 From: Daniel <16339876+dreusel@users.noreply.github.com> Date: Sun, 15 Nov 2020 15:52:01 +0100 Subject: [PATCH 1/2] Bump fibers dependency to v5, which supports node 12 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 22a224d..a4a2130 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "synchronize", "main": "./sync", - "version": "2.0.1", + "version": "3.0.0", "homepage": "http://alexeypetrushin.github.com/synchronize", "repository": { "type": "git", "url": "https://github.com/alexeypetrushin/synchronize.git" }, "dependencies": { - "fibers": "^3.0.0" + "fibers": "^5.0.0" }, "devDependencies": { "mocha": "1.0.x", From c358106ab2dd4fa7a8d3d3d89ae2714621dfe22d Mon Sep 17 00:00:00 2001 From: Daniel <16339876+dreusel@users.noreply.github.com> Date: Thu, 26 Nov 2020 16:34:27 +0100 Subject: [PATCH 2/2] Fix version number --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a4a2130..08581a1 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "synchronize", "main": "./sync", - "version": "3.0.0", + "version": "2.0.3", "homepage": "http://alexeypetrushin.github.com/synchronize", "repository": { "type": "git", - "url": "https://github.com/alexeypetrushin/synchronize.git" + "url": "https://github.com/olisto/synchronize.git" }, "dependencies": { "fibers": "^5.0.0"