diff options
| author | Fabio Berger <me@fabioberger.com> | 2018-07-26 19:05:36 +0800 | 
|---|---|---|
| committer | Fabio Berger <me@fabioberger.com> | 2018-07-26 19:05:36 +0800 | 
| commit | b84225ac702e0b4d23aded4dc9261c11bd0ce5de (patch) | |
| tree | ea6f509896744204ad0e2c0a49e6e9369b251b13 | |
| parent | 5ebcea53d6531bf1a5651f6e8a7f649a693a61d5 (diff) | |
| download | dexon-sol-tools-b84225ac702e0b4d23aded4dc9261c11bd0ce5de.tar.gz dexon-sol-tools-b84225ac702e0b4d23aded4dc9261c11bd0ce5de.tar.zst dexon-sol-tools-b84225ac702e0b4d23aded4dc9261c11bd0ce5de.zip  | |
Revert to publishing ethereum-types
| -rw-r--r-- | packages/abi-gen/package.json | 2 | ||||
| -rw-r--r-- | packages/base-contract/package.json | 2 | ||||
| -rw-r--r-- | packages/contract-wrappers/package.json | 2 | ||||
| -rw-r--r-- | packages/contracts/package.json | 2 | ||||
| -rw-r--r-- | packages/dev-utils/package.json | 2 | ||||
| -rw-r--r-- | packages/ethereum-types/package.json | 1 | ||||
| -rw-r--r-- | packages/fill-scenarios/package.json | 2 | ||||
| -rw-r--r-- | packages/metacoin/package.json | 2 | ||||
| -rw-r--r-- | packages/migrations/package.json | 2 | ||||
| -rw-r--r-- | packages/order-utils/package.json | 2 | ||||
| -rw-r--r-- | packages/order-watcher/package.json | 2 | ||||
| -rw-r--r-- | packages/sol-compiler/package.json | 2 | ||||
| -rw-r--r-- | packages/sol-cov/package.json | 2 | ||||
| -rw-r--r-- | packages/subproviders/package.json | 2 | ||||
| -rw-r--r-- | packages/testnet-faucets/package.json | 2 | ||||
| -rw-r--r-- | packages/typescript-typings/package.json | 2 | ||||
| -rw-r--r-- | packages/utils/package.json | 2 | ||||
| -rw-r--r-- | packages/web3-wrapper/package.json | 2 | 
18 files changed, 17 insertions, 18 deletions
diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json index 9d36f88b4..f7e179d4f 100644 --- a/packages/abi-gen/package.json +++ b/packages/abi-gen/package.json @@ -35,7 +35,7 @@          "@0xproject/typescript-typings": "^1.0.1",          "@0xproject/utils": "^1.0.1",          "chalk": "^2.3.0", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "glob": "^7.1.2",          "handlebars": "^4.0.11",          "lodash": "^4.17.4", diff --git a/packages/base-contract/package.json b/packages/base-contract/package.json index afb098b27..c56881afd 100644 --- a/packages/base-contract/package.json +++ b/packages/base-contract/package.json @@ -46,7 +46,7 @@          "@0xproject/typescript-typings": "^1.0.1",          "@0xproject/utils": "^1.0.1",          "@0xproject/web3-wrapper": "^1.0.1", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "ethers": "3.0.22",          "lodash": "^4.17.4"      }, diff --git a/packages/contract-wrappers/package.json b/packages/contract-wrappers/package.json index feb654bb1..647522eca 100644 --- a/packages/contract-wrappers/package.json +++ b/packages/contract-wrappers/package.json @@ -81,7 +81,7 @@          "@0xproject/typescript-typings": "^1.0.1",          "@0xproject/utils": "^1.0.1",          "@0xproject/web3-wrapper": "^1.0.1", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "ethereumjs-blockstream": "5.0.0",          "ethereumjs-util": "^5.1.1",          "ethers": "3.0.22", diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 3ffda79b2..db300e6ac 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -84,7 +84,7 @@          "@0xproject/utils": "^1.0.1",          "@0xproject/web3-wrapper": "^1.0.1",          "bn.js": "^4.11.8", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "ethereumjs-abi": "0.6.5",          "ethereumjs-util": "^5.1.1",          "ethers": "3.0.22", diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 4d34eb73e..5f66ad1a7 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -50,7 +50,7 @@          "@0xproject/typescript-typings": "^1.0.1",          "@0xproject/utils": "^1.0.1",          "@0xproject/web3-wrapper": "^1.0.1", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "lodash": "^4.17.4"      },      "publishConfig": { diff --git a/packages/ethereum-types/package.json b/packages/ethereum-types/package.json index 82f3aa672..17dd5ba2f 100644 --- a/packages/ethereum-types/package.json +++ b/packages/ethereum-types/package.json @@ -1,5 +1,4 @@  { -    "private": true,      "name": "ethereum-types",      "version": "1.0.1",      "engines": { diff --git a/packages/fill-scenarios/package.json b/packages/fill-scenarios/package.json index e8fe87b60..3b832e53e 100644 --- a/packages/fill-scenarios/package.json +++ b/packages/fill-scenarios/package.json @@ -47,7 +47,7 @@          "@0xproject/typescript-typings": "^1.0.1",          "@0xproject/utils": "^1.0.1",          "@0xproject/web3-wrapper": "^1.0.1", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "ethers": "3.0.22",          "lodash": "^4.17.4"      }, diff --git a/packages/metacoin/package.json b/packages/metacoin/package.json index 9f1326c2c..a1f2b81df 100644 --- a/packages/metacoin/package.json +++ b/packages/metacoin/package.json @@ -41,7 +41,7 @@          "@0xproject/web3-wrapper": "^1.0.1",          "@types/mocha": "^5.2.2",          "copyfiles": "^2.0.0", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "ethers": "3.0.22",          "lodash": "^4.17.4",          "run-s": "^0.0.0" diff --git a/packages/migrations/package.json b/packages/migrations/package.json index 183cc8dfc..df19ba547 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -61,7 +61,7 @@          "@0xproject/utils": "^1.0.1",          "@0xproject/web3-wrapper": "^1.0.1",          "@ledgerhq/hw-app-eth": "^4.3.0", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "ethers": "3.0.22",          "lodash": "^4.17.4"      }, diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 3deb682ce..2123cb75a 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -83,7 +83,7 @@          "@0xproject/web3-wrapper": "^1.0.1",          "@types/node": "^8.0.53",          "bn.js": "^4.11.8", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "ethereumjs-abi": "0.6.5",          "ethereumjs-util": "^5.1.1",          "ethers": "3.0.22", diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json index eef14222c..003a00058 100644 --- a/packages/order-watcher/package.json +++ b/packages/order-watcher/package.json @@ -81,7 +81,7 @@          "@0xproject/utils": "^1.0.1",          "@0xproject/web3-wrapper": "^1.0.1",          "bintrees": "^1.0.2", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "ethereumjs-blockstream": "5.0.0",          "ethers": "3.0.22",          "lodash": "^4.17.4" diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json index 6f6afc8e7..02498d62a 100644 --- a/packages/sol-compiler/package.json +++ b/packages/sol-compiler/package.json @@ -85,7 +85,7 @@          "@0xproject/web3-wrapper": "^1.0.1",          "@types/yargs": "^11.0.0",          "chalk": "^2.3.0", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "ethereumjs-util": "^5.1.1",          "lodash": "^4.17.4",          "mkdirp": "^0.5.1", diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json index e74a64b9a..08f57a6ea 100644 --- a/packages/sol-cov/package.json +++ b/packages/sol-cov/package.json @@ -57,7 +57,7 @@          "@0xproject/utils": "^1.0.1",          "@0xproject/web3-wrapper": "^1.0.1",          "@types/solidity-parser-antlr": "^0.2.1", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "ethereumjs-util": "^5.1.1",          "glob": "^7.1.2",          "istanbul": "^0.4.5", diff --git a/packages/subproviders/package.json b/packages/subproviders/package.json index 02b5d23d3..717446d23 100644 --- a/packages/subproviders/package.json +++ b/packages/subproviders/package.json @@ -51,7 +51,7 @@          "bip39": "^2.5.0",          "bn.js": "^4.11.8",          "eth-lightwallet": "^3.0.1", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "ethereumjs-tx": "^1.3.5",          "ethereumjs-util": "^5.1.1",          "ganache-core": "0xProject/ganache-core", diff --git a/packages/testnet-faucets/package.json b/packages/testnet-faucets/package.json index 11615cbee..e0e4b66e7 100644 --- a/packages/testnet-faucets/package.json +++ b/packages/testnet-faucets/package.json @@ -36,7 +36,7 @@          "@types/express": "^4.0.35",          "@types/lodash": "4.14.104",          "awesome-typescript-loader": "^3.1.3", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "gulp": "^3.9.1",          "make-promises-safe": "^1.1.0",          "nodemon": "^1.11.0", diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json index 8b9fe365a..b6b0a06b1 100644 --- a/packages/typescript-typings/package.json +++ b/packages/typescript-typings/package.json @@ -26,7 +26,7 @@      "homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme",      "dependencies": {          "bignumber.js": "~4.1.0", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "@types/bn.js": "^4.11.0",          "@types/react": "*",          "popper.js": "1.14.3" diff --git a/packages/utils/package.json b/packages/utils/package.json index 37ef94e86..4be39540a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -41,7 +41,7 @@          "abortcontroller-polyfill": "^1.1.9",          "bignumber.js": "~4.1.0",          "detect-node": "2.0.3", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "ethereumjs-util": "^5.1.1",          "ethers": "3.0.22",          "isomorphic-fetch": "^2.2.1", diff --git a/packages/web3-wrapper/package.json b/packages/web3-wrapper/package.json index e9c8c5ff5..caf7ea6bc 100644 --- a/packages/web3-wrapper/package.json +++ b/packages/web3-wrapper/package.json @@ -68,7 +68,7 @@          "@0xproject/json-schemas": "^1.0.0",          "@0xproject/typescript-typings": "^1.0.1",          "@0xproject/utils": "^1.0.1", -        "ethereum-types": "1.0.0", +        "ethereum-types": "^1.0.1",          "ethereumjs-util": "^5.1.1",          "ethers": "3.0.22",          "lodash": "^4.17.4"  | 
