diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-01-19 18:44:48 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-01-28 10:52:50 +0800 |
commit | d691bd1a9c33cea473a3930c1e7f0da96f8f6198 (patch) | |
tree | 4215403af9e10f3e38ee90a43162c3942ae0b02d /packages/sol-compiler/package.json | |
parent | a9312e98b1bd7860bb3a2057f5c56520c8cc3981 (diff) | |
download | dexon-sol-tools-d691bd1a9c33cea473a3930c1e7f0da96f8f6198.tar dexon-sol-tools-d691bd1a9c33cea473a3930c1e7f0da96f8f6198.tar.gz dexon-sol-tools-d691bd1a9c33cea473a3930c1e7f0da96f8f6198.tar.bz2 dexon-sol-tools-d691bd1a9c33cea473a3930c1e7f0da96f8f6198.tar.lz dexon-sol-tools-d691bd1a9c33cea473a3930c1e7f0da96f8f6198.tar.xz dexon-sol-tools-d691bd1a9c33cea473a3930c1e7f0da96f8f6198.tar.zst dexon-sol-tools-d691bd1a9c33cea473a3930c1e7f0da96f8f6198.zip |
Publish
- @dexon-foundation/sol-compiler@2.0.7
- @dexon-foundation/sol-coverage@1.0.5
- @dexon-foundation/sol-doc@1.0.16
- @dexon-foundation/sol-profiler@1.0.5
- @dexon-foundation/sol-trace@1.0.5
- @dexon-foundation/sol-tracing-utils@4.0.3
- @dexon-foundation/subproviders@2.1.13
- @dexon-foundation/typescript-typings@1.0.2
Diffstat (limited to 'packages/sol-compiler/package.json')
-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 4666c0359..22901901a 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.6", + "version": "2.0.7", "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.1", + "@dexon-foundation/typescript-typings": "^1.0.2", "@types/yargs": "^11.0.0", "chalk": "^2.3.0", "chokidar": "^2.0.4", |