diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2019-01-19 18:43:16 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2019-01-19 18:43:16 +0800 |
commit | 6930a1c86d324e5e4fe360f50c57463fdcc93b38 (patch) | |
tree | 80a9d2111d8210614a6db1c8c763281a2de16794 /packages/sol-compiler | |
parent | 7ae38906926dc09bc10670c361af0d2bf0050426 (diff) | |
download | dexon-sol-tools-6930a1c86d324e5e4fe360f50c57463fdcc93b38.tar dexon-sol-tools-6930a1c86d324e5e4fe360f50c57463fdcc93b38.tar.gz dexon-sol-tools-6930a1c86d324e5e4fe360f50c57463fdcc93b38.tar.bz2 dexon-sol-tools-6930a1c86d324e5e4fe360f50c57463fdcc93b38.tar.lz dexon-sol-tools-6930a1c86d324e5e4fe360f50c57463fdcc93b38.tar.xz dexon-sol-tools-6930a1c86d324e5e4fe360f50c57463fdcc93b38.tar.zst dexon-sol-tools-6930a1c86d324e5e4fe360f50c57463fdcc93b38.zip |
Publish@dexon-foundation/typescript-typings@1.0.1@dexon-foundation/subproviders@2.1.12@dexon-foundation/sol-tracing-utils@4.0.2@dexon-foundation/sol-trace@1.0.4@dexon-foundation/sol-profiler@1.0.4@dexon-foundation/sol-doc@1.0.15@dexon-foundation/sol-coverage@1.0.4@dexon-foundation/sol-compiler@2.0.6@0x/monorepo-scripts@1.0.20
- @0x/monorepo-scripts@1.0.20
- @dexon-foundation/sol-compiler@2.0.6
- @dexon-foundation/sol-coverage@1.0.4
- @dexon-foundation/sol-doc@1.0.15
- @dexon-foundation/sol-profiler@1.0.4
- @dexon-foundation/sol-trace@1.0.4
- @dexon-foundation/sol-tracing-utils@4.0.2
- @dexon-foundation/subproviders@2.1.12
- @dexon-foundation/typescript-typings@1.0.1
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 344621285..79447af92 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.5", + "version": "2.0.6", "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.0", + "@dexon-foundation/typescript-typings": "^1.0.1", "@types/yargs": "^11.0.0", "chalk": "^2.3.0", "chokidar": "^2.0.4", |