From f1e7ea118b0c8c9a9a013b09d0e63bdd3694b21a Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 8 Dec 2017 13:58:33 +0300 Subject: Remove ethereum-address dependency and add this logic to the repo --- packages/assert/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/assert/package.json') diff --git a/packages/assert/package.json b/packages/assert/package.json index 65b163c21..800207ae6 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -39,7 +39,7 @@ "dependencies": { "@0xproject/json-schemas": "^0.6.10", "bignumber.js": "~4.1.0", - "ethereum-address": "^0.0.4", + "js-sha3": "^0.7.0", "lodash": "^4.17.4", "valid-url": "^1.0.9" } -- cgit From a14424ae5f45784db5e75c2d6a9098dc96914c9e Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 11 Dec 2017 12:43:19 +0100 Subject: Move isAddress to shared utils and remove all dependencies on ethereum-address --- packages/assert/package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/assert/package.json') diff --git a/packages/assert/package.json b/packages/assert/package.json index 800207ae6..d69241f60 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -22,6 +22,9 @@ "url": "https://github.com/0xProject/0x.js/issues" }, "homepage": "https://github.com/0xProject/0x.js/packages/assert/README.md", + "dependencies": { + "@0xProject/utils": "^0.0.1" + }, "devDependencies": { "@0xproject/tslint-config": "^0.2.1", "@types/lodash": "^4.14.86", -- cgit From 3477a84bbd625f5a2f3176cecfe87473e9f45664 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 12 Dec 2017 13:54:10 +0100 Subject: Merge dependencies --- packages/assert/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/assert/package.json') diff --git a/packages/assert/package.json b/packages/assert/package.json index d69241f60..6349526a2 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -22,9 +22,6 @@ "url": "https://github.com/0xProject/0x.js/issues" }, "homepage": "https://github.com/0xProject/0x.js/packages/assert/README.md", - "dependencies": { - "@0xProject/utils": "^0.0.1" - }, "devDependencies": { "@0xproject/tslint-config": "^0.2.1", "@types/lodash": "^4.14.86", @@ -41,6 +38,7 @@ }, "dependencies": { "@0xproject/json-schemas": "^0.6.10", + "@0xProject/utils": "^0.0.1", "bignumber.js": "~4.1.0", "js-sha3": "^0.7.0", "lodash": "^4.17.4", -- cgit From 1647e45247cd224a00b39bb91db766bbf981b76f Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 12 Dec 2017 13:55:34 +0100 Subject: Move dependency --- packages/assert/package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/assert/package.json') diff --git a/packages/assert/package.json b/packages/assert/package.json index 6349526a2..4798d9f78 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -40,7 +40,6 @@ "@0xproject/json-schemas": "^0.6.10", "@0xProject/utils": "^0.0.1", "bignumber.js": "~4.1.0", - "js-sha3": "^0.7.0", "lodash": "^4.17.4", "valid-url": "^1.0.9" } -- cgit From 276ee9903a2b2df0fb91011fd028a9fcbb83f271 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 12 Dec 2017 13:59:31 +0100 Subject: Fix a dependency --- packages/assert/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/assert/package.json') diff --git a/packages/assert/package.json b/packages/assert/package.json index 4798d9f78..2fb7746a8 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@0xproject/json-schemas": "^0.6.10", - "@0xProject/utils": "^0.0.1", + "@0xproject/utils": "^0.1.0", "bignumber.js": "~4.1.0", "lodash": "^4.17.4", "valid-url": "^1.0.9" -- cgit