diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 15:01:37 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 15:01:37 +0800 |
commit | 2efe266d46f3577ebdb4df3bb8876dd49ec9f427 (patch) | |
tree | 99f046f9ab2e9feb7fad40e1ed0ad876445c899d /packages/sol-compiler/package.json | |
parent | c5a9c90c0b6dbeb59eb4d8bb6ad20a1afdc2450f (diff) | |
download | dexon-sol-tools-@dexon-foundation/sol-profiler@1.0.9.tar dexon-sol-tools-@dexon-foundation/sol-profiler@1.0.9.tar.gz dexon-sol-tools-@dexon-foundation/sol-profiler@1.0.9.tar.bz2 dexon-sol-tools-@dexon-foundation/sol-profiler@1.0.9.tar.lz dexon-sol-tools-@dexon-foundation/sol-profiler@1.0.9.tar.xz dexon-sol-tools-@dexon-foundation/sol-profiler@1.0.9.tar.zst dexon-sol-tools-@dexon-foundation/sol-profiler@1.0.9.zip |
Publish@dexon-foundation/typescript-typings@4.0.2@dexon-foundation/subproviders@2.1.18@dexon-foundation/sol-tracing-utils@4.0.7@dexon-foundation/sol-trace@1.0.9@dexon-foundation/sol-profiler@1.0.9@dexon-foundation/sol-doc@1.0.20@dexon-foundation/sol-coverage@1.0.9@dexon-foundation/sol-compiler@2.0.11
- @dexon-foundation/sol-compiler@2.0.11
- @dexon-foundation/sol-coverage@1.0.9
- @dexon-foundation/sol-doc@1.0.20
- @dexon-foundation/sol-profiler@1.0.9
- @dexon-foundation/sol-trace@1.0.9
- @dexon-foundation/sol-tracing-utils@4.0.7
- @dexon-foundation/subproviders@2.1.18
- @dexon-foundation/typescript-typings@4.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 5a22e0102..d2dd3e3d8 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.10", + "version": "2.0.11", "engines": { "node": ">=6.12" }, @@ -74,7 +74,7 @@ "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", "@dexon-foundation/dsolc": "^0.5.1", - "@dexon-foundation/typescript-typings": "^4.0.1", + "@dexon-foundation/typescript-typings": "^4.0.2", "@types/yargs": "^11.0.0", "chalk": "^2.3.0", "chokidar": "^2.0.4", |