diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-01-19 18:48:31 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-01-28 10:52:58 +0800 |
commit | 2c3468d743ba06fd92b84d74a326a58a6f70d68c (patch) | |
tree | c9d3e1edc8eb43519b3cbc219492d9cf73ac1640 /packages/sol-compiler | |
parent | 09e90f344386c9f53307f67df007ec8646a4ce8c (diff) | |
download | dexon-sol-tools-2c3468d743ba06fd92b84d74a326a58a6f70d68c.tar dexon-sol-tools-2c3468d743ba06fd92b84d74a326a58a6f70d68c.tar.gz dexon-sol-tools-2c3468d743ba06fd92b84d74a326a58a6f70d68c.tar.bz2 dexon-sol-tools-2c3468d743ba06fd92b84d74a326a58a6f70d68c.tar.lz dexon-sol-tools-2c3468d743ba06fd92b84d74a326a58a6f70d68c.tar.xz dexon-sol-tools-2c3468d743ba06fd92b84d74a326a58a6f70d68c.tar.zst dexon-sol-tools-2c3468d743ba06fd92b84d74a326a58a6f70d68c.zip |
Publish
- @dexon-foundation/monorepo-scripts@1.0.21
- @dexon-foundation/sol-compiler@2.0.8
- @dexon-foundation/sol-coverage@1.0.6
- @dexon-foundation/sol-doc@1.0.17
- @dexon-foundation/sol-profiler@1.0.6
- @dexon-foundation/sol-trace@1.0.6
- @dexon-foundation/sol-tracing-utils@4.0.4
- @dexon-foundation/subproviders@2.1.14
- @dexon-foundation/typescript-typings@1.0.3
Diffstat (limited to 'packages/sol-compiler')
-rw-r--r-- | packages/sol-compiler/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json index 83e1fd352..c5452b2ed 100644 --- a/packages/sol-compiler/package.json +++ b/packages/sol-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-compiler", - "version": "2.0.7", + "version": "2.0.8", "engines": { "node": ">=6.12" }, @@ -75,7 +75,7 @@ "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", "@dexon-foundation/dsolc": "^0.5.1", - "@dexon-foundation/typescript-typings": "^1.0.2", + "@dexon-foundation/typescript-typings": "^1.0.3", "@types/yargs": "^11.0.0", "chalk": "^2.3.0", "chokidar": "^2.0.4", |