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-profiler | |
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-profiler')
-rw-r--r-- | packages/sol-profiler/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/sol-profiler/package.json b/packages/sol-profiler/package.json index 7748b56a8..ecee4318a 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.4", + "version": "1.0.5", "engines": { "node": ">=6.12" }, @@ -30,8 +30,8 @@ "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md", "dependencies": { "@0x/typescript-typings": "^3.0.8", - "@dexon-foundation/sol-tracing-utils": "^4.0.2", - "@dexon-foundation/subproviders": "^2.1.12", + "@dexon-foundation/sol-tracing-utils": "^4.0.3", + "@dexon-foundation/subproviders": "^2.1.13", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, |