From 948bcdfc692fab9f5f8eb3113ae7414ab40bc7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Petruni=C4=87?= Date: Thu, 5 Dec 2019 14:20:08 +0100 Subject: [PATCH 1/2] drop bls rewire --- .babelrc | 3 +-- package.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.babelrc b/.babelrc index 353bc18..90465fb 100644 --- a/.babelrc +++ b/.babelrc @@ -2,7 +2,6 @@ "extends": "../../.babelrc", "plugins": [ "@babel/proposal-class-properties", - "@babel/proposal-object-rest-spread", - "rewire-exports" + "@babel/proposal-object-rest-spread" ] } diff --git a/package.json b/package.json index 793cf72..7c2656b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/bls", - "version": "0.2.0", + "version": "0.2.1", "description": "Implementation of bls signature verification for ethereum 2.0", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -61,7 +61,6 @@ "@types/node": "^12.7.2", "@typescript-eslint/eslint-plugin": "^1.3.0", "@typescript-eslint/parser": "^1.3.0", - "babel-plugin-rewire-exports": "^1.1.0", "chai": "^4.2.0", "codecov": "^3.1.0", "eslint": "^5.14.1", From f5d69e5d6ff19970a015d9c018c3ac557fbd9c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Petruni=C4=87?= Date: Tue, 10 Dec 2019 12:02:51 +0100 Subject: [PATCH 2/2] revert bls version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c2656b..964e8a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/bls", - "version": "0.2.1", + "version": "0.2.0", "description": "Implementation of bls signature verification for ethereum 2.0", "main": "lib/index.js", "types": "lib/index.d.ts",