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-profiler | |
parent | c5a9c90c0b6dbeb59eb4d8bb6ad20a1afdc2450f (diff) | |
download | dexon-sol-tools-2efe266d46f3577ebdb4df3bb8876dd49ec9f427.tar dexon-sol-tools-2efe266d46f3577ebdb4df3bb8876dd49ec9f427.tar.gz dexon-sol-tools-2efe266d46f3577ebdb4df3bb8876dd49ec9f427.tar.bz2 dexon-sol-tools-2efe266d46f3577ebdb4df3bb8876dd49ec9f427.tar.lz dexon-sol-tools-2efe266d46f3577ebdb4df3bb8876dd49ec9f427.tar.xz dexon-sol-tools-2efe266d46f3577ebdb4df3bb8876dd49ec9f427.tar.zst dexon-sol-tools-2efe266d46f3577ebdb4df3bb8876dd49ec9f427.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-profiler')
-rw-r--r-- | packages/sol-profiler/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/sol-profiler/package.json b/packages/sol-profiler/package.json index b99c71cd9..45406bb7e 100644 --- a/packages/sol-profiler/package.json +++ b/packages/sol-profiler/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-profiler", - "version": "1.0.8", + "version": "1.0.9", "engines": { "node": ">=6.12" }, @@ -29,9 +29,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md", "dependencies": { - "@dexon-foundation/sol-tracing-utils": "^4.0.6", - "@dexon-foundation/subproviders": "^2.1.17", - "@dexon-foundation/typescript-typings": "^4.0.1", + "@dexon-foundation/sol-tracing-utils": "^4.0.7", + "@dexon-foundation/subproviders": "^2.1.18", + "@dexon-foundation/typescript-typings": "^4.0.2", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, |